nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add logging to the modules

nbro opened this issue · comments

commented

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.