An open API service indexing awesome lists of open source software.

https://github.com/metanet/java-algorithms-data-structures

Solutions for popular algorithms and data structures problems on leetcode
https://github.com/metanet/java-algorithms-data-structures

array backtracking binary-search binary-search-tree binary-tree breadth-first-search depth-first-search dynamic-programming graph-algorithms greedy-algorithms heap java linked-list matrix queue recursion searching-algorithms sorting-algorithms stack string

Last synced: 13 days ago
JSON representation

Solutions for popular algorithms and data structures problems on leetcode

Awesome Lists containing this project

README

        

# java-algorithms-data-structures

This repository contains solutions for several algorithms and data structures
questions frequently asked in the interviews. The solutions are in Java. You
can find a link to the original leetcode problem for every solution.

I worked on these solutions from September 2019 to December 2019. Problem
definitions or method signatures could be changed since then. I wrote most of
the solutions myself, but got some solutions from the leetcode discussion
section and updated them based on my own understanding and coding style.

There is no promise or guarantee for the solutions to be correct or optimal.
Use them at your own risk.