shivanshugarg12800 / Algo_GT

This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....
12 stars 37 forks source link

Merge two sorted lined list #110

Closed opeeyum closed 2 years ago

opeeyum commented 2 years ago

Is your feature making change to an existing problem/algorithm answer in yes or no No

If you are making changes, please describe the type of change in brief else NA A clear and concise description of what you want to happen. NA

Describe in brief about what new problem/algorithm addition A clear and concise description about the problem. Merge sorted linked list, it is also one of the most asked questions in placements. Coded the recursive solution for the same.

developer-nobita commented 2 years ago

I would like to work on this. kindly assign this to me.

opeeyum commented 2 years ago

I have done it in c++, pickup any other language and go for it.