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.
- Host: GitHub
- URL: https://github.com/rakesh9100/internship-training-practice--dsa--cpp
- Owner: Rakesh9100
- Created: 2023-01-23T09:30:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T09:50:57.000Z (over 2 years ago)
- Last Synced: 2025-01-25T09:09:00.504Z (over 1 year ago)
- Topics: cpp, data-structures-and-algorithms, practice, training
- Language: C++
- Homepage: https://github.com/Rakesh9100/Internship-Training-Practice--DSA--CPP
- Size: 322 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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👨💻