Kotlin icon indicating copy to clipboard operation
Kotlin copied to clipboard

All Algorithms implemented in Kotlin

Results 68 Kotlin issues
Sort by recently updated
recently updated
newest added

Hi 👋 I'm opening this pull-request to contribute in your algorithms repository. I saw that I could improve a lil bit the factorial algorithm by implementing the tail call optimization...

Same as TheAlgorithms/Rust#647 - it contains the description of the problem, which this PR solves.

Added optimized two sum solution alongside existing brute force solution.

add fibonacci alg fix .gitignore file