

How would you implement this command? This is where DFS come into play! On Unix machines, we can use the find -name "somefile" command. Searching for a folder by name is a veryĬommon thing to do on computers. (v4.4.x), so you can use Java 9 or 8, or upgrade to a newer version of gradle (4.8+).įile systems on computers have a hierarchical file system. Java 10 doesn’t work w/ this gradle distribution Import this project into Idea as a Gradle project, make sure not to check “Offline work” (which ifĬhecked, won’t allow the gradle dependencies to be downloaded). This project was created using JetBrains Idea as a Gradle and Kotlin project.

Importing this project into JetBrains IntelliJ IDEA # gradlew run in order to build and run this project from the You can get the code for this and all the other tutorials in this collection from This project is useful if you are trying to get more fluency in Kotlin or needĪ refresher to do interview prep for software engineering roles. This tutorial is part of a collection tutorials on basic data structures and algorithms that areĬreated using Kotlin. Importing this project into JetBrains IntelliJ IDEA.
