AlgoCasts courses golang implementation, video courses
link: https://algocasts.io.
The first phase is prepared to follow the video to complete 100 questions.
- Follow the video to complete 100 questions
- Question description from leetcode
- Useful data structure
- Common sort algorithms
- Unit Test
TODO:
TODO:
- macOS 10.15.5
- go version go1.14.3 darwin/amd64
- Goland 2020.1.2
- Visual Studio Code 1.45.1
- Clone https://github.com/cxjwin/go-algocasts.git repo, it must be in your $GOPATH.
- Goto 'leetcode' Directory, run 'xxx_test.go' to test algorithm code.
Algorithms source code & test code
Some data structure to use in algorithm source code
New source code will move to this directory, each problem will be a single module, that should be easy to testing.
Sort source code & test code
Some util methods
MIT