Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

## Naming Conventions

All algorithm categories use lowercase, plural directory names that match their Java packages.
For example:
- Searching algorithms are in `searches` (`com.thealgorithms.searches`)
- Sorting algorithms are in `sorts` (`com.thealgorithms.sorts`)

This avoids older mixed forms like `Search/`, `searching/`, or `sort/` and keeps the structure consistent for contributors.



# Project Structure

## src
Expand Down