Skip to content

RenoirTan/algocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algocol v0.3.0

By Renoir Tan


algocol is a collection of helpful algorithms, including sorting algorithms, graph-traversal algorithms and so on. These algorithms have been designed to be generic over different types, so that you can throw in any type which implements the correct traits and use the functions defined here.

Available Algorithms

Searching

  1. Binary Search

Sorting

  1. Bubble Sort
  2. Selection Sort
  3. Insertion Sort
  4. Merge Sort (including its affiliated merge function)
  5. Tim Sort
  6. Quick Sort (including its affiliated partition function)

About

Collection of algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages