• Larry He's avatar
    Fixed Problems in Python 3 Port · a2502be8
    Larry He a écrit
    Problems fixed:
    Replaced cmp: 1 instance in line 323 of search.py
    Convert set() to {}: 3 instances in line 29 of MDP.py, line 181 and 215
    of search.py
    Convert .sort() to sorted(): 1 instance in line 150 of text.py
    Cast map to list: 1 instance in line 47 of grid.py
    a2502be8