Skip to content

Commit da4b7b5

Browse files
committed
2 parents d960836 + 34dcf02 commit da4b7b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# Searching-and-Sorting-Algorithms
1+
# Searching and Sorting Algorithms
22

3-
A Java implementation of searching and sorting algorithms with support for standard data types.
3+
A Java implementation of searching and sorting algorithms to solve a fun problem of ranking programming languages like Python, C++, Rust, etc in a tabular format, based on randomly generated data. This problem showcases my understanding of concepts like Polymorphism, Encapsulation, Abstraction and Inheritance. Alongside displaying my ability to follow documentation principles with Javadoc. These skills will come handy when I'll need to understand and work with legacy code.
44

55
## Features
66

77
- Merge Sort implementation
88
- Insertion Sort implementation
99
- Binary Search implementation
1010
- Custom Datapoint class for handling multi-column data
11+
<<<<<<< HEAD
1112
- Generic type support for sorting and searching operations
1213
- Comprehensive JUnit tests for all algorithms
1314
- Continuous Integration via GitHub Actions
15+
=======
16+
>>>>>>> 34dcf0218d65300c3091a4e16230acd7571c4c33
1417
1518
## Usage
1619

0 commit comments

Comments
 (0)