We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bc9cc commit f07d1dfCopy full SHA for f07d1df
DIRECTORY.md
@@ -1,3 +1,15 @@
1
+
2
+## Naming Conventions
3
4
+All algorithm categories use lowercase, plural directory names that match their Java packages.
5
+For example:
6
+- Searching algorithms are in `searches` (`com.thealgorithms.searches`)
7
+- Sorting algorithms are in `sorts` (`com.thealgorithms.sorts`)
8
9
+This avoids older mixed forms like `Search/`, `searching/`, or `sort/` and keeps the structure consistent for contributors.
10
11
12
13
# Project Structure
14
15
## src
0 commit comments