2019-04-28 12:50:42 -04:00
|
|
|
## Relevant articles:
|
|
|
|
|
|
|
|
- [Java Two Pointer Technique](https://www.baeldung.com/java-two-pointer-technique)
|
|
|
|
- [Implementing Simple State Machines with Java Enums](https://www.baeldung.com/java-enum-simple-state-machine)
|
|
|
|
- [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)
|
2019-06-30 17:56:39 -04:00
|
|
|
- [Checking If a List Is Sorted in Java](https://www.baeldung.com/java-check-if-list-sorted)
|
2019-07-03 02:12:59 -04:00
|
|
|
- [Checking if a Java Graph has a Cycle](https://www.baeldung.com/java-graph-has-a-cycle)
|
2019-07-15 07:31:10 -04:00
|
|
|
- [A Guide to the Folding Technique in Java](https://www.baeldung.com/folding-hashing-technique)
|