Unexpected Time Complexity in Merge Sort Implementation with Linked Lists in Python
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-08-21
algorithm merge-sort linked-list
I'm currently trying to implement a merge sort algorithm for a singly linked list in Python, and I'm noticing some unexpected behavior with the time complexity....