Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPaulb committed Nov 3, 2023
1 parent 0d5f7c2 commit 8c35671
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 01_Problem-Solving-LeetCode/Basics-of-Python/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Python programming tutorial for beginners
### https://github.com/SamirPaul1/SamirPaul1.PYTHON
### https://github.com/SamirPaulb/SamirPaul1.PYTHON

This is a concise Python 3 programming tutorial for people who think
that reading is boring. I try to show everything with simple code
Expand All @@ -16,7 +16,7 @@ use Python 2 because it's no longer supported.**

### How can I read this tutorial without an Internet connection?

1. Go [HERE](https://github.com/SamirPaul1/Python-3) if you aren't
1. Go [HERE](https://github.com/SamirPaulb/Python-3) if you aren't
here already.
2. Click the big green "Clone or download" button in the top right of
the page, then click "Download ZIP".
Expand Down
2 changes: 1 addition & 1 deletion 02_Dynamic-Programming/10. Edit Distance/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rorse -> rose (remove 'r')
rose -> ros (remove 'e')
```
[LeetCode Problem Statement](https://leetcode.com/problems/edit-distance/) \
[Solution using DP](https://github.com/SamirPaul1/DSAlgo/blob/main/02_Dynamic-Programming/10.%20Edit%20Distance/03.%20Edit%20Distance%20Tabular%20DP.py)
[Solution using DP](https://github.com/SamirPaulb/DSAlgo/blob/main/02_Dynamic-Programming/10.%20Edit%20Distance/03.%20Edit%20Distance%20Tabular%20DP.py)

[PDF📚](https://github.com/SamirPaulb/assets/blob/main/edit-distance.pdf)
<a href="#"><img src="https://raw.githubusercontent.com/SamirPaulb/assets/main/edit-distance_1.jpg" /></a>
Expand Down
2 changes: 1 addition & 1 deletion 02_Dynamic-Programming/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@


For learning Dynamic Programming, we need to relate the concepts learned in one question to apply to another problem💡. If we try to learn DP without any proper process then it would be very hard to learn. [Aditya Verma's](https://www.youtube.com/c/AdityaVermaTheProgrammingLord) [dynamic programming playlist](https://youtube.com/playlist?list=PL_z_8CaSLPWekqhdCPmFohncHwz8TY2Go) on youtube is a great resource to learn DP from the basics🙌.
In this [Dynamic Programming](https://github.com/SamirPaul1/DSAlgo/tree/main/02_Dynamic-Programming) section, you can find all the questions covered in Aditya Verma's DP playlist folder-wise with my [handwritten notes](https://raw.githubusercontent.com/SamirPaul1/DSAlgo/main/02_Dynamic-Programming/Dynamic-Programming-NOTE.pdf).
In this [Dynamic Programming](https://github.com/SamirPaulb/DSAlgo/tree/main/02_Dynamic-Programming) section, you can find all the questions covered in Aditya Verma's DP playlist folder-wise with my [handwritten notes](https://raw.githubusercontent.com/SamirPaul1/DSAlgo/main/02_Dynamic-Programming/Dynamic-Programming-NOTE.pdf).
I have also added some extra concepts asked in top product based companies.🎯
2 changes: 1 addition & 1 deletion 11_Binary-Search/09. Koko Eating Bananas.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://leetcode.com/problems/koko-eating-bananas/
# https://github.com/SamirPaul1/DSAlgo/blob/main/11_Binary-Search/01.%20Allocate%20Minimum%20Number%20Of%20Pages.py
# https://github.com/SamirPaulb/DSAlgo/blob/main/11_Binary-Search/01.%20Allocate%20Minimum%20Number%20Of%20Pages.py

class Solution:
def minEatingSpeed(self, piles, h):
Expand Down
2 changes: 1 addition & 1 deletion 18_Array/Count Reverse Pairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://youtu.be/S6rsAlj_iB4
'''
use the merge sort concept of Inversion of Array
https://github.com/SamirPaul1/DSAlgo/blob/main/30-Days-SDE-Sheet-Practice/02.%20Day%202%20Arrays%20Part-II/Inversion%20of%20Array%20-using%20Merge%20Sort.py
https://github.com/SamirPaulb/DSAlgo/blob/main/30-Days-SDE-Sheet-Practice/02.%20Day%202%20Arrays%20Part-II/Inversion%20of%20Array%20-using%20Merge%20Sort.py
'''
class Solution:
def __init__(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://youtu.be/S6rsAlj_iB4
'''
use the merge sort concept of Inversion of Array
https://github.com/SamirPaul1/DSAlgo/blob/main/30-Days-SDE-Sheet-Practice/02.%20Day%202%20Arrays%20Part-II/Inversion%20of%20Array%20-using%20Merge%20Sort.py
https://github.com/SamirPaulb/DSAlgo/blob/main/30-Days-SDE-Sheet-Practice/02.%20Day%202%20Arrays%20Part-II/Inversion%20of%20Array%20-using%20Merge%20Sort.py
'''
class Solution:
def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion BOOKS-and-PDFs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#### [Martin Kleppmann-Designing Data-Intensive Applications_ The Big Ideas Behind Reliable, Scalable, and Maintainable Systems-O’Reilly Media (2017)](https://drive.google.com/file/d/1xcJygj5q1VfqNGBxTCL9LwSw-QJRfnGy/view?usp=sharing)
#### [50 Challenging Problems in Probability for Quant Profile](https://drive.google.com/file/d/1DygxpBqeIvnhOm0vHpcgK2q0SFfJ58RL/view?usp=sharing)
#### [MySQL handy commads](https://samirpaul1.github.io/mysql)
#### [MySQL handy commads](https://samirpaulb.github.io/mysql)
#### [DBMS Handwritten Notes All Concepts](https://drive.google.com/file/d/1CA0U314ATPih2Vz7i0JvOikiw1ROON1c/view?usp=sharing)
#### [DBMS-Interview_Questions](https://drive.google.com/file/d/12OtLr5gRaiNFCtSdODA_vdolignC0dXU/view?usp=sharing)
#### [MySQL-Interview_Questions](https://drive.google.com/file/d/17LeOVjNuJJJvsvVeNCgmBx0y13VRDtwQ/view?usp=sharing)
Expand Down
2 changes: 1 addition & 1 deletion Questions-Sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

#### [Top 75 LeetCode Questions](https://docs.google.com/spreadsheets/d/1fjf7wQ2l231Z1eYIuM9Mp3-dOi_z3_M7/edit?usp=sharing&ouid=111340581537624774766&rtpof=true&sd=true)

### [Behavioral Interview Questions](https://github.com/SamirPaul1/DSAlgo/blob/main/Questions-Sheet/Behavioral_Interview.md)
### [Behavioral Interview Questions](https://github.com/SamirPaulb/DSAlgo/blob/main/Questions-Sheet/Behavioral_Interview.md)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ Day30:

1. https://samirpaul.in/posts/system-design-course

2. **https://github.com/SamirPaul1/system-design**
2. **https://github.com/SamirPaulb/system-design**

3. https://www.freecodecamp.org/news/systems-design-for-interviews

Expand All @@ -999,4 +999,4 @@ Day30:

</details>

<a href="#"> <img src="https://komarev.com/ghpvc/?username=SamirPaul1" width="1" height="1" /> <img src="https://hits.sh/github.com/SamirPaul1.svg?label=Visitors&extraCount=20000&color=526afd&labelColor=0b861a" width="1" height="1" /> </a>
<a href="#"> <img src="https://komarev.com/ghpvc/?username=SamirPaul1" width="1" height="1" /> <img src="https://hits.sh/github.com/SamirPaulb.svg?label=Visitors&extraCount=20000&color=526afd&labelColor=0b861a" width="1" height="1" /> </a>

0 comments on commit 8c35671

Please sign in to comment.