Skip to content

Personal Implementations of some Data Structures. Comments are welcome, and you can use them freely.

Notifications You must be signed in to change notification settings

hkk828/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure Implementations

LinkedList

Standard (singly) linked list

OrderedLinkedList

LinkedList with values in ascending order

DictList

python-like list implementation using dictionary

Stack

Stack using dictionary

Queue

Queue using dictionary

About

Personal Implementations of some Data Structures. Comments are welcome, and you can use them freely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages