Skip to content

Implementation of algorithms and data structures described in 'Introduction to Algorithms', written in GoLang

License

Notifications You must be signed in to change notification settings

0xffff-one/0xffff-clrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play CLRS with GoLang

This repository is trying to focus on the implementation of the data structures and algorithms described in Introduction to Algorithms with a modern programming language: GoLang. For achieving this goal, more efforts are needed, including:

  1. Proof (think above the code)
  2. Elaborate comments
  3. Test/Benchmark

What has been done or not

  • Binary Heap

    • maximum heap
    • minimun heap
    • generic
  • TODO

    • Linked List
    • Sorting algorithms
      • Quick sort
      • Heap sort
      • ...
    • Code coverage

About

Implementation of algorithms and data structures described in 'Introduction to Algorithms', written in GoLang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages