Java_DSA_Roadmap
Java_DSA_Roadmap
Resources:
- Java Basics - GeeksforGeeks: https://www.geeksforgeeks.org/java/
- Java Basics - W3Schools: https://www.w3schools.com/java/
2. Hashing (Week 2)
- Topics: HashMap, HashSet, Frequency Counting
- Problems: Two Sum (Using HashMap), Group Anagrams, Longest Consecutive Sequence
- LeetCode: https://leetcode.com/tag/hash-table/
How to Practice?
- Easy: 50 Problems
- Medium: 100 Problems
- Hard: 30 Problems
Final Goal:
After 3-4 months, you should be able to solve medium-hard problems in coding interviews.