Skip to content

Releases: darshangouda/BaseConversionAlgorithm

Upgraded to Base62

05 Dec 21:00
b6f6ba1

Choose a tag to compare

Upgraded to Base62 Pre-release
Pre-release

Bug fix: Carry first digit

Upgraded to Base62

02 Dec 10:23
dcc6cfb

Choose a tag to compare

Upgraded to Base62 Pre-release
Pre-release
Upgraded to base62

Earlier - [0-9A-Z]  ->Base 36
Now  -  [0-9A-Za-z] -> Base 62

Efficient Algorithm

29 Nov 20:21
560de5e

Choose a tag to compare

Efficient Algorithm Pre-release
Pre-release
Update -- main logic changes

Outside while loop:
if (carryIndex < idx) carryIndex = idx;

Main Algorithm

27 Nov 14:29
4c33552

Choose a tag to compare

Main Algorithm Pre-release
Pre-release
2.0

Create CITATION.cff