A structured collection of core Data Structures and Algorithms implemented from scratch in Java — built for interview prep, coursework, and as a quick reference for time/space complexity of each ...
This repository contains my learning notes, coding exercises, and practice solutions from the Coursera course Foundations of Data Structures & Algorithms. The purpose of this repository is to build a ...
Here’s something that covers everything you need — from Arrays, Strings, Linked Lists, Trees, and Dynamic Programming to Design and Backtracking problems — all explained with brute-force + optimized ...
Round 2 (60 min Java Machine Coding - Medium/Hard): The task was to design and implement a Task Management System. I discussed the requirements, designed the classes, and used a combination of ...