2019-10-30 10:12:05 -04: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.
|
|
|
|
|
|
|
|
|
|
### Relevant articles:
|
|
|
|
|
|
|
|
|
|
- [Converting Between Byte Arrays and Hexadecimal Strings in Java](https://www.baeldung.com/java-byte-arrays-hex-strings)
|
|
|
|
|
- [Reversing a Binary Tree in Java](https://www.baeldung.com/java-reversing-a-binary-tree)
|
|
|
|
|
- [Find If Two Numbers Are Relatively Prime in Java](https://www.baeldung.com/java-two-relatively-prime-numbers)
|
|
|
|
|
- [Knapsack Problem Implementation in Java](https://www.baeldung.com/java-knapsack)
|
2019-11-21 11:21:58 -05:00
|
|
|
|
- [How to Determine if a Binary Tree is Balanced](https://www.baeldung.com/java-balanced-binary-tree)
|
2019-12-22 10:01:50 -05:00
|
|
|
|
- [Overview of Combinatorial Problems in Java](https://www.baeldung.com/java-combinatorial-algorithms)
|
2020-01-23 02:14:19 -05:00
|
|
|
|
- [Prim’s Algorithm](https://www.baeldung.com/java-prim-algorithm)
|
2020-02-05 03:23:25 -05:00
|
|
|
|
- [Maximum Subarray Problem](https://www.baeldung.com/java-maximum-subarray)
|
2020-02-05 03:26:49 -05:00
|
|
|
|
- [How to Merge Two Sorted Arrays](https://www.baeldung.com/java-merge-sorted-arrays)
|
2020-02-05 03:48:07 -05:00
|
|
|
|
- [Median of Stream of Integers using Heap](https://www.baeldung.com/java-stream-integers-median-using-heap)
|
2020-02-10 00:15:17 -05:00
|
|
|
|
- [Kruskal’s Algorithm for Spanning Trees](https://www.baeldung.com/java-spanning-trees-kruskal)
|
2020-02-10 01:24:34 -05:00
|
|
|
|
- [Balanced Brackets Algorithm in Java](https://www.baeldung.com/java-balanced-brackets-algorithm)
|
2020-02-10 01:51:23 -05:00
|
|
|
|
- [Efficiently Merge Sorted Java Sequences](https://www.baeldung.com/java-merge-sorted-sequences)
|
2020-02-10 02:01:00 -05:00
|
|
|
|
- [Introduction to Greedy Algorithms with Java](https://www.baeldung.com/java-greedy-algorithms)
|
2020-03-24 22:48:12 -04:00
|
|
|
|
- [The Caesar Cipher in Java](https://www.baeldung.com/java-caesar-cipher)
|
2019-10-30 10:12:05 -04:00
|
|
|
|
- More articles: [[<-- prev]](/../algorithms-miscellaneous-4)
|