Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alokshandilya/striver-leetcode


https://github.com/alokshandilya/striver-leetcode

Last synced: 11 days ago
JSON representation

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: |