https://github.com/cxjwin/go-algocasts
Algorithms and data structures for golang, all questions come from "AlgoCasts".
https://github.com/cxjwin/go-algocasts
algocasts algorithm data-structures go golang leetcode
Last synced: 3 days ago
JSON representation
Algorithms and data structures for golang, all questions come from "AlgoCasts".
- Host: GitHub
- URL: https://github.com/cxjwin/go-algocasts
- Owner: cxjwin
- License: mit
- Created: 2018-12-02T03:05:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T15:38:03.000Z (about 4 years ago)
- Last Synced: 2024-06-20T01:56:39.953Z (over 1 year ago)
- Topics: algocasts, algorithm, data-structures, go, golang, leetcode
- Language: Go
- Homepage:
- Size: 1.2 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-algocasts
AlgoCasts courses golang implementation, video courses
link: https://algocasts.io.
The first phase is prepared to follow the video to complete 100 questions.
## Features
1. Follow the video to complete 100 questions
2. Question description from leetcode
3. Useful data structure
4. Common sort algorithms
5. Unit Test
## Algorithms (completed)
TODO:
## Sort (completed)
TODO:
## Development environment
- macOS 10.15.5
- go version go1.14.3 darwin/amd64
- Goland 2020.1.2
- Visual Studio Code 1.45.1
## Third Party Libraries
- https://github.com/golang-collections/collections
## Usage
1. Clone https://github.com/cxjwin/go-algocasts.git repo, it must be in your $GOPATH.
2. Goto 'leetcode' Directory, run 'xxx_test.go' to test algorithm code.
## Directory Structure
### algo
Algorithms source code & test code
### datastructure
Some data structure to use in algorithm source code
### leetcode
**New source code will move to this directory, each problem will be a single module, that should be easy to testing.**
### sort
Sort source code & test code
### utils
Some util methods
## LICENSE
MIT