Hi everybody, are there any suggested materials for Kotlin algorithm for coding interview? Like how to do BFS, DFS in Kotlin? Thanks!
a
Adel Ayman
12/07/2022, 11:45 PM
Hi ken, in algorithms I prefer Data Structures & Algorithms in Kotlin book Book by Irina Galata
In some topics like coroutines there is very good book called Kotlin Coroutines by Tutorials