masterujjval / ds-carnival

CPP program for every data structure to help you to grasp the concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ds-carnival

This repo consists of data structure implementation using CPP.

Data structures are the building blocks of every programming language and it is crucial for every programmer to learn and master it. In this repo, you get the source code of every data structure in a hilarious way to learn and grasp things quickly.

You can copy the src code of the data structure and run it on the online compiler or clone the whole file and customize it on a suitable IDE customize the src code in your own way and have fun.

  • Open the file or any data structure you want to execute.
  • Copy the src code and run the code in online compiler or in any IDE
  • Fork to do contribution in this repo.

Screenshot from 2023-06-28 17-13-11

Screenshot from 2023-06-28 17-13-24

Screenshot from 2023-06-28 17-13-41

Any kind of contributions are welcome you can fork and can make suitable changes in the code. If the changes are useful they will get merged.

NOTE-: Remaining data structures will be added later on.

About

CPP program for every data structure to help you to grasp the concept


Languages

Language:C++ 53.1%Language:Makefile 46.9%