Skip to content

healthy for you - data structure and algorithm knowledge

Notifications You must be signed in to change notification settings

bamacken/Vitamin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vitamin

A healthy dose of data structures and algorithms. Below is a list of the currently implemented and future plans. Note that these solutions have ben hand rolled and rely very little on utiliy functions. To get a better understanding, there is a more detailed write-up of the content here: http://bamacken.github.io/Vitamin

Sorting Algorithms:

  • InsertionSort
  • SelectionSort
  • BubbleSort
  • QuickSort
  • Heapsort [in progress]
  • MergeSort [in progress]

Data Structures:

  • Hashtable
  • Array [in progress]
  • Stack [in progress]
  • Linked List [in progress]
  • Queue [in progress]
  • Binary Tree [in progress]
  • Graph [in progress]

Searching Algorithms:

  • Sequential search
  • Binary Search
  • A* Search [Once graphs have been implemented]
  • Depth First Search [Once graphs have been implemented]
  • Breadth First Search [Once graphs have been implemented]
  • Dijkstra Search [Once graphs have been implemented]

About

healthy for you - data structure and algorithm knowledge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages