Akash-Chowdhury /
Dsa-with-Python
π A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in python stored in a structured manner.ππ
Loading repository dataβ¦
SamirPaulb / repository
πA repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.π¨βπ»π―
If you appreciate my work, please π this repository. It motivates me. ππ
In this repository, I have stored solutions to various problems and concepts of Data Structures and Algorithms in Python3 in a structured manner.β¨
:heavy_check_mark: Topics Covered:
In various folders of the above topics, you can find questions and concepts related to that topic.
In the Dynamic Programming section, you can find all the questions covered and not covered in Aditya Verma's dynamic programming playlist folder-wise with my handwritten notes.βοΈ
If you are preparing for an interview from Striverβs SDE Sheet then the 30-Days-SDE-Sheet-Practice will be helpful to you. Here I have stored solutions to questions of each day with short notes to each solution, as short notes about the approach are very helpful during revision.π―
In the Questions-Sheet directory, you can find questions asked by top product-based companies.
There is a collection of books and pdfs on various important computer science fundamentals in the BOOKS-and-PDFs directory.π
I am continuously trying to improve this repository by adding new questions and concepts related to the respective topic. Please feel free to contribute to this repository.
Things you can contribute to:
Python3 to the respective directory.Click to expand!π
The following list of questions was recommended by Love Babbar on this video. I have documented all those questions here.βοΈ
| Topic | Important DSA Questions | Link |
|---|---|---|
| Topic: | Problem: | Related Link |
| <-> | ||
| Array | Reverse the array (char) | https://leetcode.com/problems/reverse-string/ |
| Array | Remove the maximum and minimum element in an array | https://leetcode.com/problems/removing-minimum-and-maximum-from-array/ |
| Array | Find the "Kth" largest element of an array | https://leetcode.com/problems/kth-largest-element-in-an-array/ |
| Array | Given an array which consists of only 0, 1 and 2. Sort the array without using any sorting algo | https://leetcode.com/problems/sort-colors/ |
| Array | Move all the negative elements to one side of the array | <-> |
| Array | Find the Union and Intersection of the two sorted arrays. | Intersection of the two sorted arrays.(Leetcode) |
| Array | Write a program to cyclically rotate an array by one. | https://leetcode.com/problems/rotate-array/ |
| Array | find Largest sum contiguous Subarray [V. IMP] | https://leetcode.com/problems/maximum-subarray/ |
| Array | Minimise the maximum difference between heights [V.IMP] | https://leetcode.com/problems/smallest-range-ii/ |
| Array | Minimum no. of Jumps to reach end of an array | https://leetcode.com/problems/jump-game |
| Array | Find duplicate in an array of N+1 Integers |
Selected from shared topics, language and repository descriptionβnot editorial ratings.
Akash-Chowdhury /
π A repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in python stored in a structured manner.ππ
| https://leetcode.com/problems/find-the-duplicate-number/ |
| Array | Merge 2 sorted arrays without using Extra space. | https://leetcode.com/problems/merge-sorted-array/ |
| Array | Kadane's Algorithm | https://leetcode.com/problems/maximum-subarray/ |
| Array | Merge Intervals | <-> |
| Array | Next Permutation | <-> |
| Array | Count Inversion | <-> |
| Array | Best time to buy and Sell stock | <-> |
| Array | find duplicate in an array of N+1 Integers | <-> |
| Array | Merge 2 sorted arrays without using Extra space. | <-> |
| Array | Kadane's Algorithm | https://leetcode.com/problems/maximum-subarray/ |
| Array | Merge Intervals | https://leetcode.com/problems/merge-intervals/ |