Skip to content

freyderdev/data-structures-algorithms-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures & Algorithms in Java

🚀 A collection of classic coding interview problems solved in Java.
Includes detailed explanations, time/space complexity, and multiple approaches where applicable.

📁 Problem Categories

  • Linked Lists
  • Arrays
  • Strings
  • Recursion
  • Trees
  • Matrices
  • System Design (in progress)

✅ Sample Problems

Problem Category Technique Status
Remove Duplicates Linked List HashSet ✅ Done
Merge Two Sorted Lists Linked List Two Pointers ✅ Done
Add Two Numbers Linked List Simultaneous traversal 🔜
Group Anagrams Arrays/Hash Sorting + Map ✅ Done

🧠 Goal

This repository is part of my ongoing preparation for technical interviews, with emphasis on solid understanding and clean Java code.

About

Coding interview problems solved in Java. Includes common data structures and algorithms with commented solutions and complexity analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages