Skip to main content

All Questions

0 votes
2 answers
65 views

Returning [None,None] of split array(Python)

Hi i am supposed to learn how to implement the heap sort function. I have a singly linked list (my implementation as well): import numpy as np import math as mt class list_node: def __init__(self,...
Volpina's user avatar
  • 139