Skip to content

Algorithms and data structures for golang, all questions come from "AlgoCasts".

License

Notifications You must be signed in to change notification settings

cxjwin/go-algocasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Unit Test

Algorithms (completed)

Development environment

  • macOS 10.14.2
  • go version go1.10.3 darwin/amd64
  • Visual Studio Code 1.30.0

Third Party Libraries

Usage

  1. Clone https://github.com/cxjwin/go-algocasts.git repo, it must be in your $GOPATH.
  2. Goto 'algo' Directory, run 'algo_test.go' to test all algorithms code.

Directory Structure

algo

Algorithms source code & test code

datastructure

Some data structure to use in algorithm source code

docs

Question description

LICENSE

MIT

About

Algorithms and data structures for golang, all questions come from "AlgoCasts".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages