Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayavb99/dsa_prep
Contains links to resources used for DSA Prep
https://github.com/akshayavb99/dsa_prep
Last synced: about 21 hours ago
JSON representation
Contains links to resources used for DSA Prep
- Host: GitHub
- URL: https://github.com/akshayavb99/dsa_prep
- Owner: akshayavb99
- Created: 2021-12-25T20:42:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T22:11:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T18:07:27.302Z (over 1 year ago)
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsa_prep
Contains links to resources used for DSA Prep---
Data Structures (General)
Conceptual Resources
1. [When to use immutable data structures?](https://xiaoyunyang.github.io/post/when-to-use-immutable-data-structures/)Leetcode Problems solved
| Problem Number and Name | Difficulty | Last Solved |
| :-----------------------: | :-----------: | :-----------: |
| [73. Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/) | Medium | November 16, 2022 |
| [118. Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/description/) | Easy | November 16, 2022 |
| [31. Next Permutation](https://leetcode.com/problems/next-permutation/description/) | Medium | November 16, 2022 |