Skip to content

Commit 4f426d8

Browse files
Merge pull request #4 from Sphesihlebjamile/chore/readme
Added project readme
2 parents 64375b3 + 429fdc3 commit 4f426d8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Algorithms in Java
2+
3+
This repository is one where we document the implementations and usage of different algorithms in Java.
4+
5+
## Table Of Contents
6+
- [Search Algorithms](./src/com/sketch/search/)
7+
- [Binary Search](./src/com/sketch/search/binarysearch/BinarySearch.md)
8+
- [Sort Algorithms](./src/com/sketch/sort/)
9+
- [Quick Sort](./src/com/sketch/sort/quicksort/QuickSort.md)
10+
- [Selection Sort](./src/com/sketch/sort/selectionsort/SelectionSort.md)
11+
12+
## Contributions
13+
This repository is open-source and available to everyone to wants to learn DSA or wants to contibute to documenting other algorithms.
14+
15+
Feel free to fork this repository or submit a PR, it would be highly appreciated.
16+
17+
The documentation of these algorithms primarily come form [Geeks for Geeks](https://www.geeksforgeeks.org/). Feel free to go to their website and learn programming concepts that we have not covered in this repository.

0 commit comments

Comments
 (0)