2017-02-19 16:22:43 -05:00
|
|
|
## Relevant articles:
|
|
|
|
|
|
|
|
- [Dijkstra Algorithm in Java](http://www.baeldung.com/java-dijkstra)
|
2017-02-25 17:40:42 -05:00
|
|
|
- [Introduction to Cobertura](http://www.baeldung.com/cobertura)
|
2017-10-15 07:55:42 -04:00
|
|
|
- [Test a Linked List for Cyclicity](http://www.baeldung.com/java-linked-list-cyclicity)
|
2017-10-22 14:31:11 -04:00
|
|
|
- [Introduction to JGraphT](http://www.baeldung.com/jgrapht)
|
2018-04-11 01:33:18 -04:00
|
|
|
- [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)
|
2018-05-03 09:44:44 -04:00
|
|
|
- [A Collaborative Filtering Recommendation System in Java](http://www.baeldung.com/java-collaborative-filtering-recommendations)
|
2018-09-27 03:09:58 -04:00
|
|
|
- [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)
|
2018-10-12 16:22:56 -04:00
|
|
|
- [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)
|
2018-10-23 04:57:41 -04:00
|
|
|
- [Converting Between Byte Arrays and Hexadecimal Strings in Java](https://www.baeldung.com/java-byte-arrays-hex-strings)
|
2018-11-21 23:49:54 -05:00
|
|
|
- [Convert Latitude and Longitude to a 2D Point in Java](https://www.baeldung.com/java-convert-latitude-longitude)
|
2019-05-02 05:15:34 -04:00
|
|
|
- [Reversing a Binary Tree in Java](https://www.baeldung.com/java-reversing-a-binary-tree)
|
2019-05-02 05:25:03 -04:00
|
|
|
- [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers)
|