Skip to content

Latest commit

 

History

History
executable file
·
113 lines (96 loc) · 7.44 KB

File metadata and controls

executable file
·
113 lines (96 loc) · 7.44 KB

algorithm_challenges

Update to run on JDK 25

Some useful algorithms that I usually review before any Software Engineer interview. The implementation is on Java.

I added other common computer science problems with a good solution looking for optimization and also implemented in Java.

Sorting algorithms

Linked List problems

Dynamic Programming problems

Graph algorithms

General Exercises

Cracking the code interview exercises