Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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) |