https://github.com/alokkusingh/datastructure
My data structure
https://github.com/alokkusingh/datastructure
binary-converter bubble-sort c cpp heap-sort insertion-sort linked-list make makefile merge-sort queue quick-sort stack
Last synced: 12 days ago
JSON representation
My data structure
- Host: GitHub
- URL: https://github.com/alokkusingh/datastructure
- Owner: alokkusingh
- Created: 2015-09-27T12:18:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T08:33:47.000Z (almost 5 years ago)
- Last Synced: 2025-04-23T12:19:24.271Z (2 months ago)
- Topics: binary-converter, bubble-sort, c, cpp, heap-sort, insertion-sort, linked-list, make, makefile, merge-sort, queue, quick-sort, stack
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataStructure
## The repository includes various Algorithm and Data Structure implamentaion using C & C++
#### To name the few implementations:
###### *) Quick Sort
###### *) Heap Sort
###### *) Merge Sort
###### *) Bubble Sort
###### *) Insertion Sort
###### *) Linked List
###### *) Queue
###### *) Stack
###### *) Convert to Binary, Hex, Octal