Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswinbarath/data-structures-and-algorithms
Problems on Data Structures and Algorithms
https://github.com/aswinbarath/data-structures-and-algorithms
algorithms data-structures java leetcode problem-solving
Last synced: about 3 hours ago
JSON representation
Problems on Data Structures and Algorithms
- Host: GitHub
- URL: https://github.com/aswinbarath/data-structures-and-algorithms
- Owner: AswinBarath
- License: mit
- Created: 2021-03-14T04:46:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T15:00:18.000Z (about 2 years ago)
- Last Synced: 2023-03-06T13:52:57.679Z (over 1 year ago)
- Topics: algorithms, data-structures, java, leetcode, problem-solving
- Language: Java
- Homepage:
- Size: 249 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Data Structures and Algorithms
## Plan to learn Data Structures and Algorithms
### Techniques for efficient learning
➡ **Take notes** on each and every single concept you learn
➡ **Active Recall** is the best technique to learn
### Framework
- ➡ **Theory** of basics from each Data Structure and Algorithm
- ➡ **Code Implementation** of each Data Structure and Algorithm
- ➡ **Curate Leetcode Interview Problems** and sort them by:
- Data Structure/Algorithm used
- Techniques used
- Optimization used### Advice based on experience
➡ Start solving problems on your own with regular breaks
➡ Use online resources only when necessary and save them in the respective GitHub Repositories
➡ Use Git and GitHub with Habit Tracker for Dopamine Hits & Progress Visibility
---
👨💻 Data Structures Repositories 👨💻