Skip to content

Commit

Permalink
Update snakes-and-ladders.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Sep 23, 2018
1 parent 889f9bb commit a77dd92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Python/snakes-and-ladders.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
# - The board square with number 1 has no snake or ladder.
# - The board square with number N*N has no snake or ladder.

import collections


class Solution(object):
def snakesAndLadders(self, board):
"""
Expand Down

0 comments on commit a77dd92

Please sign in to comment.