18 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## 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)
 | |
| - [Implementing A* Pathfinding in Java](https://www.baeldung.com/java-a-star-pathfinding)
 | |
| - More articles: [[<-- prev]](/../algorithms-miscellaneous-1) [[next -->]](/../algorithms-miscellaneous-3)
 |