Basic graph algorithms in Kotlin
I decided to write more programs in Kotlin language. Since, I’ve a computer science background, my favourite part of programming is implementing algorithms and understand how language can simplify their implementation. We will cover two popular and basic algorithms for…