kanak22 / CP-DSA-Questions

This is a repository entirely dedicated to all kind of questions ranging from basic DSA to CP. It aims to provide a solution to different questions. 📚
73 stars 128 forks source link

Create Merge Sorted Array.c #584

Closed Navaneethp007 closed 2 years ago

Navaneethp007 commented 2 years ago

Related Issue

Solve the problem given in LeetCode of merging 2 given arrays and sorting them in ascending order (non-decreasing order) in C language.

Closes: #574

Describe the changes you've made

I have written a code in c (only the function) for the above problem. The sorted array is stored in nums1 array.

Mention any unusual behaviour of your code (Write NA if not)

Any unusual behaviour of your code: NA

Checklist:

(To mark, write x inside the square brackets like this: [x])

Additional Info (optional)

Any additional information you want to give