sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
952 stars 292 forks source link

merging 2 sorted array in one array #825

Open nidhivanjare opened 3 years ago

nidhivanjare commented 3 years ago

🚀 Feature

I want to write a code to merge 2 sorted arrays in one (I am going to use the existing array).

Have you read the Contribution Guidelines?

yes

Pitch

I will write this code in python.

div-sahu55 commented 3 years ago

I would like to work on this in C++

ajk-github commented 3 years ago

Assign me this issue

sukritishah15 commented 3 years ago

Assigning this to - @nidhivanjare - Python @div-sahu55 - C++

TusharKalyankar commented 3 years ago

@sukritishah15 Can I contribute to this problem using Java

TusharKalyankar commented 3 years ago

@sunilgknair051 @sukritishah15

sukritishah15 commented 3 years ago

@TusharKalyankar - JAVA assigned. Please raise a PR in proper format with inline comments for the code and sample input and output and time and space complexity. Also please read the CONTRIBUTING.md and other necessary resources already added in README.md file, before creating the PR.

@SufyanKhan0 - Which programming language do you wish to claim the issue in?

ajk-github commented 3 years ago

@sukritishah15 python. also I had previously made a pr for happy number, have you seen it?

sukritishah15 commented 3 years ago

@SufyanKhan0 - Python is assigned to @nidhivanjare (FCFS) as of now. We will wait for some time, for her to respond.

TusharKalyankar commented 3 years ago

@sukritishah15 could you please review my PR for this issue #832