avinash201199 / avinash201199/DSA-Questions

Merge Sort using Java

Open
#243 1 comment 1 reaction 1 assignee Claimed by @Yasas4D View on GitHub
good first issue hacktoberfest
Dominant language
C++
Stars
88
Forks
167
PR merge metrics
No merged PRs in 30d

Description

Hi Avinash!

I would like to contribute on the topic:-

Merge Sort using JAVA

Input Array : [ 2, 6, 3, 5, 1, 1, 8 ]
Output Array : [ 1, 1, 2, 3, 5, 6, 8 ]

Input Array : [ 12, 16, 333, 50, 1000, 5, 897, 1, 3, 66, 13 ]
Output Array : [ 1, 3, 5, 12, 13, 16, 50, 66, 333, 897, 1000 ]

Could you please assign this issue to me?
Thank You!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.