/Data-Structures-Algorithms

This Repo Includes the Data Stuctures Programs and algorithms that i did in my Bachelors. These are fully functional Algos written by myself from scratch in C++ . - Requirements: Microsoft Visual Studio 2019 -Open the sln file to open the full project

Primary LanguageC++

Hello World

This Repo Includes the Data Stuctures Programs and algorithms that i did in my Bachelors. These are fully functional Algos written by myself from scratch in C++ OOP , Pointers and arrays. some of them includes

  • Singly Linked List
  • Doubly Linked List
  • Stacks Using Arrays, Linked List
  • Infix to postfix coversion and evaluation
  • Queues
  • Priority Queues
  • Recursion
  • graphs with vertices in cpp / c++
  • and Many more

Requirements:

  • Microsoft Visual Studio 2019
  • C++

Note:

Open the .sln file in each folder to open the full project..

You are more than welcome to improve the algorithms by contributing to them. Star the repo if you found it useful.

exit()