This repository contains my journey of preparing for technical interviews, focusing on data structures and algorithms.
├── solutions/
│ ├── arrays/
│ ├── linked-lists/
│ ├── trees/
│ ├── graphs/
│ ├── dynamic-programming/
│ └── others/
├── study-notes/
├── mock-interviews/
└── README.md
Progress Tracker - Tracker
- Arrays and Strings
- Hash Tables
- Linked Lists
- Stacks and Queues
- Trees and Graphs
- Heaps
- Tries
- Binary Search
- Sorting
- Recursion
- Dynamic Programming
- Backtracking
- Graph Algorithms (BFS, DFS)
- Greedy Algorithms
- Solve problems daily
- Time your problem-solving sessions
- Practice explaining your thought process
- Review solutions after completion
- Maintain a revision schedule
- Focus on patterns rather than memorizing solutions