2019-10-31 21:43:47 -04:00
|
|
|
## Algorithms - Miscellaneous
|
|
|
|
|
|
|
|
This module contains articles about algorithms. Some classes of algorithms, e.g., [sorting](/../algorithms-sorting) and
|
|
|
|
[genetic algorithms](/../algorithms-genetic), have their own dedicated modules.
|
|
|
|
|
|
|
|
### Relevant articles:
|
|
|
|
|
|
|
|
- [Validating Input With Finite Automata in Java](https://www.baeldung.com/java-finite-automata)
|
2020-10-28 03:39:09 -04:00
|
|
|
- [Example of Hill Climbing Algorithm in Java](https://www.baeldung.com/java-hill-climbing-algorithm)
|
2020-10-28 03:32:41 -04:00
|
|
|
- [Introduction to Minimax Algorithm with a Java Implementation](https://www.baeldung.com/java-minimax-algorithm)
|
2019-10-31 21:43:47 -04:00
|
|
|
- [How to Calculate Levenshtein Distance in Java?](https://www.baeldung.com/java-levenshtein-distance)
|
|
|
|
- [How to Find the Kth Largest Element in Java](https://www.baeldung.com/java-kth-largest-element)
|
2020-09-27 04:44:45 -04:00
|
|
|
- More articles: [[next -->]](/algorithms-miscellaneous-2)
|