Skip to content

Conversation

satanb4
Copy link
Contributor

@satanb4 satanb4 commented Oct 11, 2017

This will fix the error in the Radix list index showing as float
```

split lst between lists

for i in lst:
  tmp = int((i / placement) % RADIX)
  buckets[tmp].append(i)
  if maxLength and tmp > 0:
    maxLength = False

This will fix the error in the list index showing as float
@harshildarji harshildarji merged commit bb3287a into TheAlgorithms:master Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants