abhaysinghr516 / Algorithms

This repository contains a collection of various algorithms implemented in C, C++, Go, Java, JavaScript, and Python. The goal of this repository is to help fellow programmers learn and understand algorithms more effectively by providing code examples and explanations in multiple programming languages.
MIT License
9 stars 26 forks source link

Create MergeSortAlgorithm.java #84

Closed Yash-Ainapure closed 10 months ago

Yash-Ainapure commented 10 months ago

Contribution Summary:

Description: I have added a Java program that implements the Merge Sort algorithm to address Issue #19. Merge Sort is a widely-used sorting algorithm known for its efficiency and stability, and this addition will enhance the project's functionality.

Changes Made:

I am open to feedback and willing to make any necessary adjustments to ensure this contribution aligns with the project's requirements. Thank you for considering this pull request!