Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisanjmr/c_datastructure
this repo contains datastructures in c
https://github.com/raisanjmr/c_datastructure
linked-list queue stack
Last synced: about 11 hours ago
JSON representation
this repo contains datastructures in c
- Host: GitHub
- URL: https://github.com/raisanjmr/c_datastructure
- Owner: RaisanJMR
- Created: 2021-05-27T11:14:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T08:14:06.000Z (about 3 years ago)
- Last Synced: 2023-03-07T18:52:30.008Z (over 1 year ago)
- Topics: linked-list, queue, stack
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# DATASTRUCTURES IN C
| index no | topics |
| :-----------| :----------- |
| 1 | stack using array |
| 2 | stack using linked list |
| 3 | queue using array |
| 4 | circular queue using array |
| 5 | queue using linked list |
| 6 | insertion sort |
| 7 | merge sort |
| 8 | quick sort |
| 9 | double ended queue |
| 10 | postfix |
| 11 | infix to postfix |