项目作者: chinmayb

项目描述 :
Training exercise
高级语言: Go
项目地址: git://github.com/chinmayb/gotraining.git
创建时间: 2017-07-28T06:15:33Z
项目社区:https://github.com/chinmayb/gotraining

开源协议:

下载


gotraining

Training exercise

This contains trainingApp which calls other packages

TODO

  • write me a lib to matrices
  • create, takes dimension,
    slice of slices. slices of ints
  • add , takes two matrices, return matrices and bool
  • multiply

Read about :

  • effective go
  • lang spec