s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
506 stars 89 forks source link

Decimal to binary algorithm #22

Closed SohrabVafa closed 4 years ago

SohrabVafa commented 4 years ago

Here is a function which converts decimal base numbers to their binary base equivalent. the algorithm is implemented recursively.

s-yata commented 4 years ago

The function is not called from anywhere. Is this a mistake?