File tree Expand file tree Collapse file tree 12 files changed +64
-12
lines changed
algorithms-miscellaneous-1
algorithms-miscellaneous-2
algorithms-miscellaneous-4
algorithms-miscellaneous-5
core-java-modules/core-java-datetime Expand file tree Collapse file tree 12 files changed +64
-12
lines changed Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## Akka HTTP
2
+
3
+ This module contains articles about Akka HTTP.
4
+
5
+ ### Relevant articles:
2
6
3
7
- [ Introduction to Akka HTTP] ( https://www.baeldung.com/akka-http )
Original file line number Diff line number Diff line change
1
+ ## Akka Streams
2
+
3
+ This module contains articles about Akka Streams.
4
+
1
5
### Relevant articles
2
6
3
7
- [ Guide to Akka Streams] ( https://www.baeldung.com/akka-streams )
Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## Genetic Algorithms
2
+
3
+ This module contains articles about genetic algorithms.
4
+
5
+ ### Relevant articles:
2
6
3
7
- [ Introduction to Jenetics Library] ( https://www.baeldung.com/jenetics )
4
8
- [ Ant Colony Optimization] ( https://www.baeldung.com/java-ant-colony-optimization )
Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## Algorithms - Miscellaneous
2
+
3
+ This module contains articles about algorithms. Some classes of algorithms, e.g., [ sorting] ( /../algorithms-sorting ) and
4
+ [ genetic algorithms] ( /../algorithms-genetic ) , have their own dedicated modules.
5
+
6
+ ### Relevant articles:
2
7
3
8
- [ Validating Input With Finite Automata in Java] ( https://www.baeldung.com/java-finite-automata )
4
9
- [ Example of Hill Climbing Algorithm] ( https://www.baeldung.com/java-hill-climbing-algorithm )
5
10
- [ Monte Carlo Tree Search for Tic-Tac-Toe Game] ( https://www.baeldung.com/java-monte-carlo-tree-search )
6
11
- [ Binary Search Algorithm in Java] ( https://www.baeldung.com/java-binary-search )
7
12
- [ Introduction to Minimax Algorithm] ( https://www.baeldung.com/java-minimax-algorithm )
8
13
- [ How to Calculate Levenshtein Distance in Java?] ( https://www.baeldung.com/java-levenshtein-distance )
9
- - [ How to Find the Kth Largest Element in Java] ( https://www.baeldung.com/java-kth-largest-element )
14
+ - [ How to Find the Kth Largest Element in Java] ( https://www.baeldung.com/java-kth-largest-element )
15
+ - More articles: [[ next -->]] ( /../algorithms-miscellaneous-2 )
Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## Algorithms - Miscellaneous
2
+
3
+ This module contains articles about algorithms. Some classes of algorithms, e.g., [ sorting] ( /../algorithms-sorting ) and
4
+ [ genetic algorithms] ( /../algorithms-genetic ) , have their own dedicated modules.
5
+
6
+ ### Relevant articles:
2
7
3
8
- [ Dijkstra Shortest Path Algorithm in Java] ( https://www.baeldung.com/java-dijkstra )
4
9
- [ Introduction to Cobertura] ( https://www.baeldung.com/cobertura )
8
13
- [ Create a Sudoku Solver in Java] ( https://www.baeldung.com/java-sudoku )
9
14
- [ Displaying Money Amounts in Words] ( https://www.baeldung.com/java-money-into-words )
10
15
- [ A Collaborative Filtering Recommendation System in Java] ( https://www.baeldung.com/java-collaborative-filtering-recommendations )
16
+ - More articles: [[ <-- prev]] ( /../algorithms-miscellaneous-1 ) [[ next -->]] ( /../algorithms-miscellaneous-3 )
Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## Algorithms - Miscellaneous
2
+
3
+ This module contains articles about algorithms. Some classes of algorithms, e.g., [ sorting] ( /../algorithms-sorting ) and
4
+ [ genetic algorithms] ( /../algorithms-genetic ) , have their own dedicated modules.
5
+
6
+ ### Relevant articles:
2
7
3
8
- [ Multi-Swarm Optimization Algorithm in Java] ( https://www.baeldung.com/java-multi-swarm-algorithm )
4
9
- [ String Search Algorithms for Large Texts] ( https://www.baeldung.com/java-full-text-search-algorithms )
5
10
- [ Check If a String Contains All The Letters of The Alphabet] ( https://www.baeldung.com/java-string-contains-all-letters )
6
11
- [ Find the Middle Element of a Linked List] ( https://www.baeldung.com/java-linked-list-middle-element )
7
12
- [ Find Substrings That Are Palindromes in Java] ( https://www.baeldung.com/java-palindrome-substrings )
8
13
- [ Find the Longest Substring without Repeating Characters] ( https://www.baeldung.com/java-longest-substring-without-repeated-characters )
9
- - [ Permutations of an Array in Java] ( https://www.baeldung.com/java-array-permutations )
14
+ - [ Permutations of an Array in Java] ( https://www.baeldung.com/java-array-permutations )
15
+ - More articles: [[ <-- prev]] ( /../algorithms-miscellaneous-3 ) [[ next -->]] ( /../algorithms-miscellaneous-5 )
Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## Algorithms - Miscellaneous
2
+
3
+ This module contains articles about algorithms. Some classes of algorithms, e.g., [ sorting] ( /../algorithms-sorting ) and
4
+ [ genetic algorithms] ( /../algorithms-genetic ) , have their own dedicated modules.
5
+
6
+ ### Relevant articles:
2
7
3
8
- [ Converting Between Byte Arrays and Hexadecimal Strings in Java] ( https://www.baeldung.com/java-byte-arrays-hex-strings )
4
9
- [ Reversing a Binary Tree in Java] ( https://www.baeldung.com/java-reversing-a-binary-tree )
5
- - [ Find If Two Numbers Are Relatively Prime in Java] ( https://www.baeldung.com/java-two-relatively-prime-numbers )
10
+ - [ Find If Two Numbers Are Relatively Prime in Java] ( https://www.baeldung.com/java-two-relatively-prime-numbers )
11
+ - More articles: [[ <-- prev]] ( /../algorithms-miscellaneous-4 )
Original file line number Diff line number Diff line change 4
4
5
5
### Relevant Articles:
6
6
- [ Set the Time Zone of a Date in Java] ( https://www.baeldung.com/java-set-date-time-zone )
7
- - [ Overriding System Time for Testing in Java] ( https://www.baeldung.com/java-override-system-time )
7
+ - [ Overriding System Time for Testing in Java] ( https://www.baeldung.com/java-override-system-time )
Original file line number Diff line number Diff line change 1
- ## Relevant articles:
1
+ ## MongoDB
2
+
3
+ This module contains articles about MongoDB in Java.
4
+
5
+ ### Relevant articles:
2
6
3
7
- [ A Guide to MongoDB with Java] ( http://www.baeldung.com/java-mongodb )
4
8
- [ A Simple Tagging Implementation with MongoDB] ( http://www.baeldung.com/mongodb-tagging )
Original file line number Diff line number Diff line change
1
+ ## JNoSQL
2
+
3
+ This module contains articles about JNoSQL.
4
+
1
5
### Relevant Articles:
2
6
- [ A Guide to Eclipse JNoSQL] ( http://www.baeldung.com/eclipse-jnosql )
You can’t perform that action at this time.
0 commit comments