1. 24 mar., 2016 2 validations
    • Larry He's avatar
      Revert cast, improved query function · 65636ca3
      Larry He a écrit
      Cast was not needed since the return value was already being cast. Query
      function changed to use heapq.nlargest() for simplicity
      65636ca3
    • 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
  2. 10 mar., 2016 1 validation
  3. 08 mar., 2016 1 validation
  4. 06 mar., 2016 3 validations
  5. 05 mar., 2016 1 validation