egonSchiele / grokking_algorithms

Code for the book Grokking Algorithms (https://amzn.to/29rVyHf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 2 -> Python 3 . Should I rewrite all the algorithms in Python 3 ?

ramitmittal opened this issue · comments

Should i rewrite all the algorithms in Python 3 ?
Suggestions ?

Now there are a lot people who are still using Python 2.x and have no problems sticking with it. I think we better keep the original python 2 codes but rewrite python 3 codes in seperate files include them in the same directory so it will be easier for others to choose. #53