File tree Expand file tree Collapse file tree
algorithms-miscellaneous-1
algorithms-miscellaneous-2
algorithms-miscellaneous-3
algorithms-miscellaneous-4
algorithms-miscellaneous-5
core-java-modules/core-java-datetime Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Relevant articles:
1+ ## Akka HTTP
2+
3+ This module contains articles about HTTP with Akka.
4+
5+ ### Relevant articles:
26
37- [ 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 streams in Akka.
4+
15### Relevant articles
26
37- [ 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:
26
37- [ Introduction to Jenetics Library] ( https://www.baeldung.com/jenetics )
48- [ 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:
27
38- [ Validating Input With Finite Automata in Java] ( https://www.baeldung.com/java-finite-automata )
49- [ Example of Hill Climbing Algorithm] ( https://www.baeldung.com/java-hill-climbing-algorithm )
510- [ Monte Carlo Tree Search for Tic-Tac-Toe Game] ( https://www.baeldung.com/java-monte-carlo-tree-search )
611- [ Binary Search Algorithm in Java] ( https://www.baeldung.com/java-binary-search )
712- [ Introduction to Minimax Algorithm] ( https://www.baeldung.com/java-minimax-algorithm )
813- [ 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:
27
38- [ Dijkstra Shortest Path Algorithm in Java] ( https://www.baeldung.com/java-dijkstra )
49- [ Introduction to Cobertura] ( https://www.baeldung.com/cobertura )
813- [ Create a Sudoku Solver in Java] ( https://www.baeldung.com/java-sudoku )
914- [ Displaying Money Amounts in Words] ( https://www.baeldung.com/java-money-into-words )
1015- [ 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:
27
38- [ Java Two Pointer Technique] ( https://www.baeldung.com/java-two-pointer-technique )
49- [ Implementing Simple State Machines with Java Enums] ( https://www.baeldung.com/java-enum-simple-state-machine )
914- [ A Guide to the Folding Technique in Java] ( https://www.baeldung.com/folding-hashing-technique )
1015- [ Creating a Triangle with for Loops in Java] ( https://www.baeldung.com/java-print-triangle )
1116- [ Efficient Word Frequency Calculator in Java] ( https://www.baeldung.com/java-word-frequency )
17+ - More articles: [[ <-- prev]] ( /../algorithms-miscellaneous-2 ) [[ next -->]] ( /../algorithms-miscellaneous-4 )
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:
27
38- [ Multi-Swarm Optimization Algorithm in Java] ( https://www.baeldung.com/java-multi-swarm-algorithm )
49- [ String Search Algorithms for Large Texts] ( https://www.baeldung.com/java-full-text-search-algorithms )
510- [ Check If a String Contains All The Letters of The Alphabet] ( https://www.baeldung.com/java-string-contains-all-letters )
611- [ Find the Middle Element of a Linked List] ( https://www.baeldung.com/java-linked-list-middle-element )
712- [ Find Substrings That Are Palindromes in Java] ( https://www.baeldung.com/java-palindrome-substrings )
813- [ 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:
27
38- [ Converting Between Byte Arrays and Hexadecimal Strings in Java] ( https://www.baeldung.com/java-byte-arrays-hex-strings )
49- [ 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 44
55### Relevant Articles:
66- [ 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:
26
37- [ A Guide to MongoDB with Java] ( http://www.baeldung.com/java-mongodb )
48- [ A Simple Tagging Implementation with MongoDB] ( http://www.baeldung.com/mongodb-tagging )
You can’t perform that action at this time.
0 commit comments