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:
|
|
|
|
|
|
|
|
- [Dijkstra Shortest Path Algorithm in Java](https://www.baeldung.com/java-dijkstra)
|
|
|
|
- [Introduction to Cobertura](https://www.baeldung.com/cobertura)
|
|
|
|
- [Test a Linked List for Cyclicity](https://www.baeldung.com/java-linked-list-cyclicity)
|
|
|
|
- [Introduction to JGraphT](https://www.baeldung.com/jgrapht)
|
|
|
|
- [A Maze Solver in Java](https://www.baeldung.com/java-solve-maze)
|
|
|
|
- [Create a Sudoku Solver in Java](https://www.baeldung.com/java-sudoku)
|
|
|
|
- [Displaying Money Amounts in Words](https://www.baeldung.com/java-money-into-words)
|
|
|
|
- [A Collaborative Filtering Recommendation System in Java](https://www.baeldung.com/java-collaborative-filtering-recommendations)
|
2020-01-23 02:38:50 -05:00
|
|
|
- [Implementing A* Pathfinding in Java](https://www.baeldung.com/java-a-star-pathfinding)
|
2019-10-31 21:43:47 -04:00
|
|
|
- More articles: [[<-- prev]](/../algorithms-miscellaneous-1) [[next -->]](/../algorithms-miscellaneous-3)
|