Skip to content

esauerbo/data-structures

Repository files navigation

Data Structures

A series of python implementations of various data structures.

Table of Contents

Binary Search Tree

binary 
queue-array
test-cases

Expression Eval

exp-eval
stack-array
test-cases

Heap

max-heap-sort
test-cases

Huffman Code

Ordered List

doubly-linked-list
test-cases

Queue

array
linked-list
test-cases

Sorts

linked-list-queue
quicksort
sort-test-cases
various-sorts

Stack

 linked-list
 array
 test Cases

Topological Sort

t-sort
test-cases

About

An implementation of stack using linked list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published