cosmic-code-09 / DataStructure

implementation of Datastructure in C/C++ Programming Language

Home Page:https://docs.google.com/document/d/1-FQOHJCvGv2rF3LbcK9Fx4SVl12mkAbbq20L2ibeN_8/edit?usp=sharing

Repository from Github https://github.comcosmic-code-09/DataStructureRepository from Github https://github.comcosmic-code-09/DataStructure

Data Structures

Collection of classic and advanced data structure implementations written in C/C++. The code is inspired by the course "Mastering Data Structures and Algorithms using C and C++" by Abdul Bari and is organised so each concept lives in its own folder.

Features

  • Examples for arrays, linked lists, trees, graphs, heaps and more
  • Simple, portable C/C++ code with minimal dependencies
  • Build every example at once with make
  • Suitable as a reference for students and hobbyists

Build

Clone this repository and run make to compile all programs:

git clone https://github.com/najm09/DataStructure.git
cd DataStructure
make

Compiled binaries will be placed next to their source files with the .app extension.

Contributing

Pull requests or fixes are always appreciated!

Directories Description

7. BST

8. AVL

  • Performing Rotation while Generation of BST

9. Heap

11. Graph


About

implementation of Datastructure in C/C++ Programming Language

https://docs.google.com/document/d/1-FQOHJCvGv2rF3LbcK9Fx4SVl12mkAbbq20L2ibeN_8/edit?usp=sharing


Languages

Language:C 72.0%Language:C++ 27.9%Language:Makefile 0.1%