Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/data-structures
Demonstration of linked list, double linked list, tree graph, set, hash table and binary search tree
https://github.com/ratracegrad/data-structures
Last synced: 4 days ago
JSON representation
Demonstration of linked list, double linked list, tree graph, set, hash table and binary search tree
- Host: GitHub
- URL: https://github.com/ratracegrad/data-structures
- Owner: ratracegrad
- Created: 2015-04-27T02:58:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T13:06:12.000Z (over 7 years ago)
- Last Synced: 2023-02-27T12:06:30.596Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 164 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-Structures
There are many different types of data structures that you can use to store data. Each data structure has its own pros and cons when compared to other data structures.
My data structures repo shows how to implement the following data structures:
* Linked List
* Double Linked List
* Tree
* Graph
* Set
* Hash Table
* Binary Search Tree