Skip to content

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

Notifications You must be signed in to change notification settings

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

No packages published

Languages