20 lines
1.6 KiB
Markdown
20 lines
1.6 KiB
Markdown
## Relevant articles:
|
|
|
|
- [Dijkstra Algorithm in Java](http://www.baeldung.com/java-dijkstra)
|
|
- [Introduction to Cobertura](http://www.baeldung.com/cobertura)
|
|
- [Test a Linked List for Cyclicity](http://www.baeldung.com/java-linked-list-cyclicity)
|
|
- [Introduction to JGraphT](http://www.baeldung.com/jgrapht)
|
|
- [A Maze Solver in Java](http://www.baeldung.com/java-solve-maze)
|
|
- [Create a Sudoku Solver in Java](http://www.baeldung.com/java-sudoku)
|
|
- [Displaying Money Amounts in Words](http://www.baeldung.com/java-money-into-words)
|
|
- [A Collaborative Filtering Recommendation System in Java](http://www.baeldung.com/java-collaborative-filtering-recommendations)
|
|
- [Check If Two Rectangles Overlap In Java](https://www.baeldung.com/java-check-if-two-rectangles-overlap)
|
|
- [Calculate the Distance Between Two Points in Java](https://www.baeldung.com/java-distance-between-two-points)
|
|
- [Find the Intersection of Two Lines in Java](https://www.baeldung.com/java-intersection-of-two-lines)
|
|
- [Round Up to the Nearest Hundred](https://www.baeldung.com/java-round-up-nearest-hundred)
|
|
- [Calculate Percentage in Java](https://www.baeldung.com/java-calculate-percentage)
|
|
- [Converting Between Byte Arrays and Hexadecimal Strings in Java](https://www.baeldung.com/java-byte-arrays-hex-strings)
|
|
- [Convert Latitude and Longitude to a 2D Point in Java](https://www.baeldung.com/java-convert-latitude-longitude)
|
|
- [Reversing a Binary Tree in Java](https://www.baeldung.com/java-reversing-a-binary-tree)
|
|
- [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers)
|