Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Create merge_two_lists.py that implements merging of two sorted linked lists #3874
Conversation
Fixed formatting errors
|
Please let me know if there are any changes or additions I can make. |
|
@cclauss I'd appreciate some feedback and a code review for my pr, thanks! |
…d lists
Describe your change:
Implemented a new algorithm that merges two sorted linked lists into one sorted linked list
Includes:
function that creates a linked list using the Node class from a Python array,
function that creates a string representation of a linked list (1->2->3),
function that merges two lists into one.
Checklist:
Fixes: #{$ISSUE_NO}.