Skip to content

Commit e6b5f14

Browse files
committed
Add readme descriptions 24
1 parent 68b080e commit e6b5f14

10 files changed

Lines changed: 44 additions & 4 deletions

File tree

algorithms-miscellaneous-3/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Algorithms - Miscellaneous
2+
3+
This module contains articles about algorithms. Some classes of algorithms, e.g., [sorting](/algorithms-sorting) and
4+
[genetic algorithms](/algorithms-genetic), have their own dedicated modules.
5+
16
## Relevant Articles:
27

38
- [Java Two Pointer Technique](https://www.baeldung.com/java-two-pointer-technique)
@@ -9,3 +14,4 @@
914
- [A Guide to the Folding Technique in Java](https://www.baeldung.com/folding-hashing-technique)
1015
- [Creating a Triangle with for Loops in Java](https://www.baeldung.com/java-print-triangle)
1116
- [Efficient Word Frequency Calculator in Java](https://www.baeldung.com/java-word-frequency)
17+
- More articles: [[<-- prev]](/algorithms-miscellaneous-2) [[next -->]](/algorithms-miscellaneous-4)

algorithms-sorting/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Relevant articles:
1+
## Algorithms - Sorting
2+
3+
This module contains articles about sorting algorithms.
4+
5+
### Relevant articles:
26

37
- [Bubble Sort in Java](https://www.baeldung.com/java-bubble-sort)
48
- [Merge Sort in Java](https://www.baeldung.com/java-merge-sort)
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## Relevant articles:
1+
## Animal Sniffer Maven Plugin
2+
3+
This module contains articles about the Animal Sniffer Maven Plugin
4+
5+
### Relevant articles:
26

37
[Introduction to Animal Sniffer Maven Plugin](https://www.baeldung.com/maven-animal-sniffer)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## Annotations
2+
3+
This module contains articles about Java annotations
4+
15
### Relevant Articles:
6+
27
- [Java Annotation Processing and Creating a Builder](https://www.baeldung.com/java-annotation-processing-builder)

antlr/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## ANTLR
2+
3+
This module contains articles about ANTLR
4+
15
### Relevant Articles:
26

37
- [Java with ANTLR](https://www.baeldung.com/java-antlr)

apache-avro/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## Apache Avro
2+
3+
This module contains articles about Apache Avro
4+
15
### Relevant Articles:
26
- [Guide to Apache Avro](https://www.baeldung.com/java-apache-avro)

apache-bval/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## Apache BVal
2+
3+
This module contains articles about Apache BVal
4+
15
### Relevant Articles:
6+
27
- [Intro to Apache BVal](https://www.baeldung.com/apache-bval)

apache-curator/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Apache Curator
2+
3+
This module contains articles about Apache Curator
4+
15
### Relevant Articles:
26

37
- [Introduction to Apache Curator](https://www.baeldung.com/apache-curator)

apache-cxf/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Apache CXF
2+
3+
This module contains articles about Apache CXF
4+
15
## Relevant Articles:
26
- [Introduction to Apache CXF Aegis Data Binding](https://www.baeldung.com/aegis-data-binding-in-apache-cxf)
37
- [Apache CXF Support for RESTful Web Services](https://www.baeldung.com/apache-cxf-rest-api)

apache-fop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
=========
1+
## Apache FOP
22

3-
## Core Java Cookbooks and Examples
3+
This module contains articles about Apache FOP
44

55
### Relevant Articles:

0 commit comments

Comments
 (0)