Files
java-tutorials/algorithms-miscellaneous-2/README.md
T

21 lines
1.7 KiB
Markdown
Raw Normal View History

2017-02-19 22:22:43 +01:00
## Relevant articles:
- [Dijkstra Algorithm in Java](http://www.baeldung.com/java-dijkstra)
2017-02-25 16:40:42 -06:00
- [Introduction to Cobertura](http://www.baeldung.com/cobertura)
2017-10-15 13:55:42 +02:00
- [Test a Linked List for Cyclicity](http://www.baeldung.com/java-linked-list-cyclicity)
2017-10-23 00:31:11 +06:00
- [Introduction to JGraphT](http://www.baeldung.com/jgrapht)
2018-04-11 11:33:18 +06: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 19:44:44 +06:00
- [A Collaborative Filtering Recommendation System in Java](http://www.baeldung.com/java-collaborative-filtering-recommendations)
2018-07-06 13:25:49 +06:00
- [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)
2018-08-06 18:04:56 +06:00
- [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)
2018-10-13 02:22:56 +06: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 16:57:41 +08:00
- [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)