/pydata-structures

Implementation of basic data structures in Python

Primary LanguagePythonMIT LicenseMIT

pydata-structures

###Implementation of a few basic data structures and algorithms in Python

#####Data structures - Stack - Queue - Singly-linked list - Doubly-linked list - Binary Tree - Heap #####Algorithms - Merge sort - Quicksort - Binary search

####How to Test

python test_structures.py

####To-do

  • Re-implement a stack and queue using my linked lists
  • Benchmark