algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Improve python 3 compatibility

Open c-cret opened this issue 3 years ago • 2 comments

  • Fixed all occurrences of python 2 dictionary iterators, such as .iteritems()
  • Fixed mid-loop mutation of dictionaries when using .values(), .items(), .keys()

c-cret avatar Mar 07 '22 13:03 c-cret

Connected to issue #120

c-cret avatar Mar 07 '22 13:03 c-cret

Please resolve code conflicts

ankit167 avatar Mar 07 '22 15:03 ankit167