Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alokshandilya/striver-leetcode
https://github.com/alokshandilya/striver-leetcode
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alokshandilya/striver-leetcode
- Owner: alokshandilya
- Created: 2024-06-17T15:45:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T18:06:24.000Z (7 months ago)
- Last Synced: 2024-11-08T08:43:45.383Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Striver SDE sheet Leetcode
- [_SDE sheet on leetcode_](https://leetcode.com/problem-list/eeudwo2i) : contains ~117 questions on leetcode
- [_Complete 150 questions list_](https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems) : takeuforward## Day 1: Array
| S.No | Problem | Solved |
| :---: | ------------------------------------------------------------------------------------------------------ | :----: |
| 1 | [73. Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/) | ✅ |
| 2 | [118. Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/) | :x: |
| 3 | [31. Next Permutation](https://leetcode.com/problems/next-permutation/) | :x: |
| 4 | [53. Maximum Subarray](https://leetcode.com/problems/maximum-subarray/) | :x: |
| 5 | [75. Sort Colors](https://leetcode.com/problems/sort-colors/) | :x: |
| 6 | [121. Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/) | :x: |