Skip to content

Commit

Permalink
ENH: Data structuers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed May 2, 2012
1 parent 1c3957e commit d912a66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ Algorithms for sorting - yep, I know Python's default sort method ;)

# data structures

* BinarySearchTree
* AVLTree # Adelson-Velskii and Landis proposal for Balanced Search Trees
* BinarySearchTree # Traditional Binary Search Tree (BST)
* HashTable # Example of Hash Table implementation (not using Python dict)
* MoveToFrontList # Move to front list, also known as MTF
* OptimalBinarySearchTree # Based on previously known frequencies of access of a pre-defined group of keys (CLRS)

0 comments on commit d912a66

Please sign in to comment.