harshitbansal373 / hacktoberfest2020

Submit 4 pull requests to earn swags (Tshirts + badges)
https://hacktoberfest.digitalocean.com/
MIT License
65 stars 563 forks source link

Create mergeKLists.cpp #766

Closed mraza1312 closed 4 years ago

mraza1312 commented 4 years ago

This is an algorithm for solving the problem of merging k sorted linked list. This problem is an extension of merging 2 sorted list.