|
22 | 22 |
|
23 | 23 | This repository contains awesome LeetCode problems and solutions written in Python to prepare for coding interviews.
|
24 | 24 |
|
| 25 | +## Leetcode Study Plans 📚 |
| 26 | + |
| 27 | +### Introduction To |
| 28 | + |
| 29 | +- [Introduction to Pandas](https://leetcode.com/studyplan/introduction-to-pandas/) |
| 30 | + |
| 31 | +### 30 Days Challenge |
| 32 | + |
| 33 | +- [30 Days of Pandas](https://leetcode.com/studyplan/30-days-of-pandas/) |
| 34 | +- [30 Days of JavaScript](https://leetcode.com/studyplan/30-days-of-javascript/) |
| 35 | + |
| 36 | +### Cracking Coding Interview |
| 37 | + |
| 38 | +- [Top Interview 150](https://leetcode.com/studyplan/top-interview-150/) |
| 39 | +- [LeetCode 75](https://leetcode.com/studyplan/leetcode-75/) |
| 40 | +- [Top 100 Liked](https://leetcode.com/studyplan/top-100-liked/) |
| 41 | +- [SQL 50](https://leetcode.com/studyplan/top-sql-50/) |
| 42 | +- [Premium Algo 100](https://leetcode.com/studyplan/premium-algo-100/) |
| 43 | +- [Advanced SQL 50](https://leetcode.com/studyplan/premium-sql-50/) |
| 44 | + |
| 45 | +### Sprint Interview |
| 46 | + |
| 47 | +- [Amazon Spring '23 High Frequency](https://leetcode.com/studyplan/amazon-spring-23-high-frequency/) |
| 48 | +- [Google Spring '23 High Frequency](https://leetcode.com/studyplan/google-spring-23-high-frequency/) |
| 49 | +- [TikTok Spring '23 High Frequency](https://leetcode.com/studyplan/tiktok-spring-23-high-frequency/) |
| 50 | +- [Apple Spring '23 High Frequency](https://leetcode.com/studyplan/apple-spring-23-high-frequency/) |
| 51 | + |
| 52 | +### In-Depth Topics |
| 53 | + |
| 54 | +- [Programming Skills](https://leetcode.com/studyplan/programming-skills/) |
| 55 | +- [Dynamic Programming](https://leetcode.com/studyplan/dynamic-programming/) |
| 56 | +- [Dynamic Programming Grandmaster](https://leetcode.com/studyplan/dynamic-programming-grandmaster/) |
| 57 | +- [Graph Theory](https://leetcode.com/studyplan/graph-theory/) |
| 58 | +- [Binary Search](https://leetcode.com/studyplan/binary-search/) |
| 59 | + |
25 | 60 | ## Leetcode Problems & Solutions 💻
|
26 | 61 |
|
27 | 62 | - [1 Two Sum](https://leetcode.com/problems/two-sum/description/)
|
@@ -99,6 +134,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
|
99 | 134 | - [112 Path Sum](https://leetcode.com/problems/path-sum/description/)
|
100 | 135 | - [114 Flatten Binary Tree to Linked List](https://leetcode.com/problems/flatten-binary-tree-to-linked-list/description/)
|
101 | 136 | - [117 Populating Next Right Pointers in Each Node II](https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/description/)
|
| 137 | +- [118 Pascals Triangle](https://leetcode.com/problems/pascals-triangle/description/) |
102 | 138 | - [120 Triangle](https://leetcode.com/problems/triangle/description/)
|
103 | 139 | - [121 Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/)
|
104 | 140 | - [122 Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/)
|
@@ -172,10 +208,15 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
|
172 | 208 | - [433 Minimum Genetic Mutation](https://leetcode.com/problems/minimum-genetic-mutation/description/)
|
173 | 209 | - [452 Minimum Number of Arrows to Burst Balloons](https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/description/)
|
174 | 210 | - [502 IPO](https://leetcode.com/problems/ipo/description/)
|
| 211 | +- [509 Fibonacci Number](https://leetcode.com/problems/fibonacci-number/description/) |
175 | 212 | - [530 Minimum Absolute Difference in BST](https://leetcode.com/problems/minimum-absolute-difference-in-bst/description/)
|
176 | 213 | - [637 Average of Levels in Binary Tree](https://leetcode.com/problems/average-of-levels-in-binary-tree/description/)
|
| 214 | +- [740 Delete and Earn](https://leetcode.com/problems/delete-and-earn/description/) |
| 215 | +- [746 Min Cost Climbing Stairs](https://leetcode.com/problems/min-cost-climbing-stairs/description/) |
177 | 216 | - [909 Snakes and Ladders](https://leetcode.com/problems/snakes-and-ladders/description/)
|
178 | 217 | - [918 Maximum Sum Circular Subarray](https://leetcode.com/problems/maximum-sum-circular-subarray/description/)
|
| 218 | +- [931 Minimum Falling Path Sum](https://leetcode.com/problems/minimum-falling-path-sum/description/) |
| 219 | +- [1137 N-th Tribonacci Number](https://leetcode.com/problems/n-th-tribonacci-number/description/) |
179 | 220 |
|
180 | 221 | ## Development 🔧
|
181 | 222 |
|
|
0 commit comments