Skip to content

tips367/Data-Structures

Repository files navigation

Data-Structures

Overview

I use this repository to store the solutions of problems which I learn during my journey to master data-structures and algorithm. All the source code are structured properly and placed topicwise in folders.

Data-Structures by Topic

  • Arrays
  • Linked List
  • Stack
  • Queue
  • Binary Tree
  • Binary Search Tree
  • Heap
  • Hashing
  • Graph
  • Matrix
  • Trie
  • Advanced Data Structures

Features

  • The repository provides implementations of various data structures in C++.
  • Well documented source code
  • Source codes are compiled and tested
  • Multiple approaches to solve each problem, from brute force to most optimized solutions.

How to use this repository

  1. Open the solution file (.sln) of the topic you want to explore using Visual Studio.
  2. Right click on the project of choice and click "Set as StartUp Project"
  3. Now run the project using F5.

Note: If you find any bug in the code or have any doubts regarding the code feel free to raise an issue or a PR.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages