Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aishanipach/interview-checkpoints
Keeping track of my various DSA solutions to Leetcode, Hackerrank & Striver's sheet! BasicChecklist has all the theory notes for interviews.
https://github.com/aishanipach/interview-checkpoints
cheatsheet cpp data-structures dbms first-timers-friendly good-first-contribution interview-preparation leetcode open-source solutions sql strivers-cp-sheet strivers-sde-sheet
Last synced: 1 day ago
JSON representation
Keeping track of my various DSA solutions to Leetcode, Hackerrank & Striver's sheet! BasicChecklist has all the theory notes for interviews.
- Host: GitHub
- URL: https://github.com/aishanipach/interview-checkpoints
- Owner: Aishanipach
- Created: 2021-03-18T10:00:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T12:19:01.000Z (11 days ago)
- Last Synced: 2025-01-13T12:28:25.103Z (11 days ago)
- Topics: cheatsheet, cpp, data-structures, dbms, first-timers-friendly, good-first-contribution, interview-preparation, leetcode, open-source, solutions, sql, strivers-cp-sheet, strivers-sde-sheet
- Language: C++
- Homepage:
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://leetcode.com/Aish_pach/
# C++ Code Dump 📑️
#### Topic Wise Submissions🌟️ :
### 1. [Arrays](https://github.com/Aishanipach/Cpp-Codes/tree/main/Arrays)
### 2. [Linked List](https://github.com/Aishanipach/Cpp-Codes/tree/main/LinkedList)
### 3. [Greedy Approach](https://github.com/Aishanipach/Cpp-Codes/tree/main/Greedy)
### 4. [Recursion](https://github.com/Aishanipach/Cpp-Codes/tree/main/Recursion)
### 5. [Binary Search](https://github.com/Aishanipach/Cpp-Codes/tree/main/BinarySearch)
### 6. [Heap](https://github.com/Aishanipach/Cpp-Codes/tree/main/Heap)
### 7. [Stacks & Queues](https://github.com/Aishanipach/Cpp-Codes/tree/main/Stacks%26Queues)
### 8. [Strings](https://github.com/Aishanipach/Cpp-Codes/tree/main/Recursion)
### 9. [Binary Tree](https://github.com/Aishanipach/Cpp-Codes/tree/main/BinaryTree)
### 10. [Dynamic Programming](https://github.com/Aishanipach/Cpp-Codes/tree/main/DynamicP)#### Submissions from various coding sites (2021):
### 1. [Hackerrank solutions](https://github.com/Aishanipach/Cpp-Codes/tree/main/Hackerrank)
### 2. [Leetcode solutions](https://github.com/Aishanipach/Cpp-Codes/tree/main/Leetcode)