2019-10-03 16:21:23 +01:00
|
|
|
## Algorithms - Miscellaneous
|
|
|
|
|
|
|
|
This module contains articles about algorithms. Some classes of algorithms, e.g., [sorting](/algorithms-sorting) and
|
|
|
|
[genetic algorithms](/algorithms-genetic), have their own dedicated modules.
|
|
|
|
|
2019-08-02 22:21:42 +08:00
|
|
|
## Relevant Articles:
|
2019-04-28 22:20:42 +05:30
|
|
|
|
|
|
|
- [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)
|
2019-10-02 11:30:08 -06:00
|
|
|
- [Converting Between Roman and Arabic Numerals in Java](https://www.baeldung.com/java-convert-roman-arabic)
|
|
|
|
- [Practical Java Examples of the Big O Notation](https://www.baeldung.com/java-algorithm-complexity)
|
2019-06-30 16:56:39 -05:00
|
|
|
- [Checking If a List Is Sorted in Java](https://www.baeldung.com/java-check-if-list-sorted)
|
2019-07-03 11:42:59 +05:30
|
|
|
- [Checking if a Java Graph has a Cycle](https://www.baeldung.com/java-graph-has-a-cycle)
|
2019-07-15 04:31:10 -07:00
|
|
|
- [A Guide to the Folding Technique in Java](https://www.baeldung.com/folding-hashing-technique)
|
2019-08-23 21:58:03 -05:00
|
|
|
- [Creating a Triangle with for Loops in Java](https://www.baeldung.com/java-print-triangle)
|
2019-10-02 11:30:08 -06:00
|
|
|
- [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency)
|
2019-10-03 16:21:23 +01:00
|
|
|
- More articles: [[<-- prev]](/algorithms-miscellaneous-2) [[next -->]](/algorithms-miscellaneous-4)
|