Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akagilnc committed Oct 30, 2016
1 parent 6b1c78a commit 7ff9e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SortingAlgorithm/bitImageSort.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
for i in range(0, 10000000):
indexList.append(0)


# use +1 can make sure we won't miss some equals number.
for num in inputList:
indexList[num] += 1

Expand Down

0 comments on commit 7ff9e1e

Please sign in to comment.