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
We should introduce log statements in cases where there might be a problem/bug or we need to show some info. For example, we got this bug #110, but we have no info about the inputs (the heap), so it's hard to debug it - we don't know if the problem is in the data structure or the is_min_max_heap function.
The text was updated successfully, but these errors were encountered:
We should introduce log statements in cases where there might be a problem/bug or we need to show some info. For example, we got this bug #110, but we have no info about the inputs (the heap), so it's hard to debug it - we don't know if the problem is in the data structure or the
is_min_max_heap
function.The text was updated successfully, but these errors were encountered: