Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 294 Bytes

README.org

File metadata and controls

14 lines (9 loc) · 294 Bytes

ehrenschwan data structures

This an implementation of standard list data structures in Typescript for educational purposes.

Data Structures

SinglyLinkedList

Documentation

Doubly Linked List

Stack

Queue