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: 28 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-27T14:10:31.000Z (about 2 months ago)
- Last Synced: 2025-08-27T23:28:03.169Z (about 2 months ago)
- Topics: algorithms, data-structures, java, leetcode, problem-solving
- Language: Java
- Homepage:
- Size: 330 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- 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 👨💻
|
|
|
| - | - |
||
|
||
|
||
|
||
|
👨💻 Algorithms Repositories 👨💻
👨💻 Curated Repositories 👨💻
---
👨💻 SDE Sheet Repositories Order-wise Curated 👨💻
|
|
|
| - | - |
||
|
||
|
||
|
||
||
|
||
|
||
|
---
# LeetCode Topics
## Math
| |
| ------- |
| [0223-rectangle-area](https://github.com/AswinBarath/Data-Structures-and-Algorithms/tree/master/0223-rectangle-area) |
## Geometry
| |
| ------- |
| [0223-rectangle-area](https://github.com/AswinBarath/Data-Structures-and-Algorithms/tree/master/0223-rectangle-area) |
## Database
| |
| ------- |
| [2495-number-of-unique-subjects-taught-by-each-teacher](https://github.com/AswinBarath/Data-Structures-and-Algorithms/tree/master/2495-number-of-unique-subjects-taught-by-each-teacher) |