An open API service indexing awesome lists of open source software.

https://github.com/rakesh9100/internship-training-practice--dsa--cpp

This repository contains some basic concepts of C++ and some important Data Structures & Algorithms problem solutions.
https://github.com/rakesh9100/internship-training-practice--dsa--cpp

cpp data-structures-and-algorithms practice training

Last synced: over 1 year ago
JSON representation

This repository contains some basic concepts of C++ and some important Data Structures & Algorithms problem solutions.

Awesome Lists containing this project

README

          

#

✍️Internship-Training-Practice--CPP✍️

This repository contains some basic concepts of C++ and some important Data Structures & Algorithms problem solutions.

Topics Covered✅

- [x] Basics
- [x] Loops
- [x] Patterns
- [x] Recursion
- [x] Array
- [x] Vector
- [x] LinkedList
- [x] Stack
- [x] Queue
- [x] Hashing
- [x] Dynamic Programming
- [x] Sorting Algorithms
- [x] Tree
- [x] Binary Tree
- [x] Binary Search Tree
- [x] Heap
- [x] Matrix
- [x] Backtracking
- [x] Greedy
- [x] String
- [x] Object-Oriented Programming
- [x] HashMap
- [x] Two Pointer
- [x] Math

In various folders of the above topics, you can find questions and concepts related to that topic.

Happy Coding👨‍💻