* [JAVA-18123] Upgraded algorithms-modules to java 11 + Upgraded unit tests to junit5 * [JAVA-18123] Clean up properties --------- Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Algorithms - Searching
This module contains articles about searching algorithms.
Relevant articles:
- Binary Search Algorithm in Java
- Depth First Search in Java
- Interpolation Search in Java
- Breadth-First Search Algorithm in Java
- String Search Algorithms for Large Texts with Java
- Monte Carlo Tree Search for Tic-Tac-Toe Game in Java
- Range Search Algorithm in Java
- Fast Pattern Matching of Strings Using Suffix Tree in Java
- Find the Kth Smallest Element in Two Sorted Arrays in Java