data-structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
File Explorer
Download Latest Version (.zip)- Binary Search Tree - Delete any node.c
- Binary Search Tree [Find Maximum and Minimum value].c
- Binary Search Tree [Insert-Search-Traverse] .c
- Circular Doubly Linked List (Insert, Delete, Print).c
- Circular Singly Linked List.c
- Deque - Double Ended Queue.cpp
- Doubly Linked List (Insert, Delete, Print).c
- Doubly Linked List (Insert, print: forward and revesre order).c
- Infix to Postfix and Postfix evaluation.cpp
- Is it a BST or not.c
- Linked List [create, insert, delete, search].c
- Linked List.c
- Parentheses Balance Checking using Stack.cpp
- Queue Implementation in C.cpp
- Stack Implementation in C.cpp
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
