You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we just add one element to heapq, then dict heap_index contains no element. So size of dict is not equal to size of heapq, which is implemented by list.
The text was updated successfully, but these errors were encountered:
If we just add one element to heapq, then dict heap_index contains no element. So size of dict is not equal to size of heapq, which is implemented by list.
The text was updated successfully, but these errors were encountered: