top of page
Search

The use of tailrec keyword in Kotlin
The tailrec keyword makes tail recursion more efficient and keeps the function away from StackOverflowError exception. First we need to...
Oct 31, 20201 min read

The Beauty of Bit-wise Operation
Bit-wise operator is very useful for increasing performance as well as efficient code. There are usually 6 bit-wise operations in most of...
Oct 30, 20201 min read
bottom of page