Skip to content

'Textbook' implementations of many fundamental algorithms and datastructures.

License

Notifications You must be signed in to change notification settings

eprovst/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

'Textbook' implementation of many fundamental algorithms and datastructures in Go.

These implementations are for educational purposes only, most of these algorithms have better implementations elsewhere.

These were primarily written while studing for an exam so most are not as beautiful or well documented as I'd wish.

TODO

  • Improve documentation to make this a more usefull educational resource.
  • Further implement linked list.
  • Add more algorithms and datastructures (eg. Tries).
  • Improve hash table implementation.
  • Extend red black trees implementation

About

'Textbook' implementations of many fundamental algorithms and datastructures.

Topics

Resources

License

Stars

Watchers

Forks

Languages