Algorithms and Data Structures Re-writing Algorithms and Data Structures in Python. Being updated. Sorting algorithms: myds/sort.py BubbleSort InsertionSort SelectionSort MergeSort QuickSort Basic Data Structures: myds/basic.py Stack Queue Deque Node LinkedList BinaryHeap Trees: myds/tree.py TreeNode BinarySearchTree AvlTree Graphs: myds/graph.py Vertex Graph