Breadth-first search in Kotlin · Breadth-first search (BFS) it's an algorithm for searching in a tree structure, it's useful for graph problems like what...
Today I start the challenge of doing 30 mins every day of something related to AI, to learn and practice AI. The task for today? Read Onboarding...
As you know in Kotlin we have arrays and we have collections (List, Map...), but what are the difference between using an "IntArray" and an "Array",...