Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |