Kotlin
Kotlin copied to clipboard
All Algorithms implemented in Kotlin
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