Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtramo/java-problems
Solutions for various types of medium-to-challenging level problems.
https://github.com/vtramo/java-problems
algorithm-challenges algorithms-and-data-structures completablefuture-api concurrent-programming declarative-programming exercises forkjoin functional-programming future java java-exercises lambda-functions parallel-programming problem-solving problems problemset solutions spliterator stream-processing thread-pool
Last synced: 29 days ago
JSON representation
Solutions for various types of medium-to-challenging level problems.
- Host: GitHub
- URL: https://github.com/vtramo/java-problems
- Owner: vtramo
- Created: 2022-12-29T00:29:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T17:53:39.000Z (about 2 years ago)
- Last Synced: 2024-11-17T08:25:41.840Z (3 months ago)
- Topics: algorithm-challenges, algorithms-and-data-structures, completablefuture-api, concurrent-programming, declarative-programming, exercises, forkjoin, functional-programming, future, java, java-exercises, lambda-functions, parallel-programming, problem-solving, problems, problemset, solutions, spliterator, stream-processing, thread-pool
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Problems
In this repository you can find problems of any kind solved with Java.
| Problem Name |
|-----------------------------------------------------------------------------------------------------------------|
| [Spiral Matrix](https://github.com/vtramo/java-problems/tree/master/src/spiral_matrix_builder) |
| [Binary Search Tree](https://github.com/vtramo/java-problems/tree/master/src/binary_search_tree) |
| [Parallel Longest Sequence](https://github.com/vtramo/java-problems/tree/master/src/parallel_longest_sequence) |
| [Stream Forker](https://github.com/vtramo/java-problems/tree/master/src/stream_forker) |
| [Fun List](https://github.com/vtramo/java-problems/tree/master/src/fun_list) |
| [Parallel Anagram Finder](https://github.com/vtramo/java-problems/tree/master/src/find_all_anagram_in_a_string) |