You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,7 @@ I have solved quite a number of problems from several topics. See the below tabl
225
225
| --- | --- | --- | --- | --- | --- |
226
226
|01|[253_Meeting_Rooms_II](https://leetcode.com/problems/meeting-rooms-ii/)|[Python](leetcode.com/python/253_Meeting_Rooms_II.py)|[Official](https://leetcode.com/problems/meeting-rooms-ii/solution/)| Medium | --- |
227
227
|02|[347. Top K Frequent Elements](https://leetcode.com/problems/top-k-frequent-elements/solution/)|[Python](leetcode.com/python/347_Top_K_Frequent_Elements.py)|[Helper 1](https://stackoverflow.com/questions/19979518/what-is-pythons-heapq-module), [Helper 2](https://stackoverflow.com/a/12373856/2089253), [heapq](https://docs.python.org/3.0/library/heapq.html), [Counter](https://docs.python.org/3/library/collections.html#collections.Counter)| Medium | --- |
228
+
|03|[767. Reorganize String](https://leetcode.com/problems/reorganize-string/)|[Python](leetcode.com/python/767_Reorganize_String.py)| --- | Medium | Also check Greedy approach |
07.[Amazon ও Google এ চাকরির সুযোগ পাওয়ার প্রস্তুতি পর্ব](https://github.com/sabir4063/my_preparation)
509
+
08.[How to use LeetCode effectively](https://www.youtube.com/watch?v=iGFnsuMeUQY)
510
+
09.[How to solve ANY interview question](https://www.youtube.com/watch?v=JB78__e1tlE&t=3s)
511
+
10.[How To Ace The Google Coding Interview - Complete Guide](https://tinyurl.com/ws2d4cr)
512
+
11.[Software Engineering Interviews: The Golden Path To Passing](https://tinyurl.com/vb77j83)
513
+
12.[A MUST READ](https://tinyurl.com/vzbn34s)
507
514
508
515
509
516
<b>Courses/Books</b>
@@ -605,7 +612,6 @@ Learn the following modules by heart. Just knowing all of the following items wi
605
612
06.[Thinking Recursively in Python](https://realpython.com/python-thinking-recursively/)
606
613
07.[Breaking out of a recursive function?](https://stackoverflow.com/questions/10544513/breaking-out-of-a-recursive-function)
607
614
08.[Why does recursion return the first call in the stack and not the last?](https://softwareengineering.stackexchange.com/questions/333247/why-does-recursion-return-the-first-call-in-the-stack-and-not-the-last)
0 commit comments