Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 503 Bytes

File metadata and controls

13 lines (10 loc) · 503 Bytes

Java DSA – Interview Preparation

This repository contains Java Data Structures & Algorithms problems that I recently reviewed and practiced as part of interview preparation.

Focus areas:

  • Arrays, Stacks, Queues, Sorting, Recursion, BST, Algorithms, Time and space complexity
  • Common interview patterns
  • Clean Java implementations with explanations

Note: This repository is forked from open-source resources and modified with my own notes, explanations, and refactoring for learning purposes.