Kotlin
Kotlin copied to clipboard
All Algorithms implemented in Kotlin
Today I had a problem to remove all elements in an arrayList because the generic kotlin 'removeAll' needs a paramater as argument. So I decide create an extension function to...
Updating to Kotlin 1.4 which necessitated upgrading Gradle to 5.3 Added non deterministic Bogo Sort
testing Cocktail sort algorithm
Sorting Algorithm