becdot / pydata-structures

Implementation of basic data structures in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of basic data structures in Python

License:MIT License


Languages

Language:Python 100.0%