algorithms
algorithms copied to clipboard
Improve python 3 compatibility
- Fixed all occurrences of python 2 dictionary iterators, such as .iteritems()
- Fixed mid-loop mutation of dictionaries when using .values(), .items(), .keys()
Connected to issue #120
Please resolve code conflicts