20 lines
1.5 KiB
Markdown
20 lines
1.5 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)
|
|
- [Converting Between Roman and Arabic Numerals in Java](http://www.baeldung.com/java-convert-roman-arabic)
|
|
- [Practical Java Examples of the Big O Notation](http://www.baeldung.com/java-algorithm-complexity)
|
|
- [An Introduction to the Theory of Big-O Notation](http://www.baeldung.com/big-o-notation)
|
|
- [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)
|