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
- Host: GitHub
- URL: https://github.com/metanet/java-algorithms-data-structures
- Owner: metanet
- License: apache-2.0
- Created: 2020-03-02T08:38:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T17:18:27.000Z (about 2 years ago)
- Last Synced: 2025-03-18T04:12:37.157Z (3 months ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 207 KB
- Stars: 35
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.