Added a heap implementation with more readable and generic version than a standard implementation. Also supports updates and deletions. PR: https://github.com/TheAlgorithms/Python/pull/906
Added a heap implementation with more readable and generic version than a standard implementation. Also supports updates and deletions.
PR: #906