Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |