| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ def radix_sort(arr, simulation=False): | |||
| 10 | 10 | if simulation: | |
| 11 | 11 | print("iteration", iteration, ":", *arr) | |
| 12 | 12 | ||
| 13 | - while position < max_number: | ||
| 13 | + while position <= max_number: | ||
| 14 | 14 | queue_list = [list() for _ in range(10)] | |
| 15 | 15 | ||
| 16 | 16 | for num in arr: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments