8000 GitHub - KinshukBhatia29/DSA-in-CPP: This folder contains a collection of Data Structures and Algorithms (DSA) questions solved in C++. It serves as a valuable resource for learning and practicing DSA concepts, featuring various problems and their efficient solutions. Ideal for students and developers aiming to strengthen their DSA skills in C++.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This folder contains a collection of Data Structures and Algorithms (DSA) questions solved in C++. It serves as a valuable resource for learning and practicing DSA concepts, featuring various problems and their efficient solutions. Ideal for students and developers aiming to strengthen their DSA skills in C++.

Notifications You must be signed in to change notification settings

KinshukBhatia29/DSA-in-CPP

Repository files navigation

DSA-in-CPP

This folder contains a collection of Data Structures and Algorithms (DSA) questions solved in C++. It serves as a valuable resource for learning and practicing DSA concepts, featuring various problems and their efficient solutions. Ideal for students and developers aiming to strengthen their DSA skills in C++.

Table of Contents

  1. 2D Arrays
  2. Arrays
  3. Binary Search
  4. Binary Trees
  5. Classes
  6. Dynamic Programming
  7. Graphs
  8. Hashmaps
  9. Heaps
  10. Linked Lists
  11. Patterns
  12. Recursion
  13. Stack and Queue
  14. Sorting
  15. Strings

2D Arrays

Implementations and examples of problems involving 2D arrays.

Arrays

Various operations and problem-solving techniques using arrays.

Binary Search

Efficient searching algorithms using the binary search technique.

Binary Trees

Concepts and algorithms for working with binary trees.

Classes

Object-oriented programming concepts and implementations.

Dynamic Programming

Techniques and problems solved using dynamic programming.

Graphs

Algorithms and problems related to graph theory.

Hashmaps

Usage of hashmaps for efficient data retrieval.

Heaps

Heap data structures and their applications.

Linked Lists

Implementation and manipulation of linked lists.

Patterns

Different pattern printing programs.

Recursion

Problems and solutions using recursive approaches.

Stack and Queue

Implementation and usage of stack and queue data structures.

Sorting

Various sorting algorithms and their implementations.

Strings

String manipulation and related algorithms.


Feel free to explore each folder to find the implementations and examples for the topics listed above. Contributions and suggestions are welcome!

About

This folder contains a collection of Data Structures and Algorithms (DSA) questions solved in C++. It serves as a valuable resource for learning and practicing DSA concepts, featuring various problems and their efficient solutions. Ideal for students and developers aiming to strengthen their DSA skills in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0