Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)