Skip to content
Nazmul Idris edited this page Jul 6, 2018 · 28 revisions

How to run this project

Type gradle run in order to build and run this project on the command line.

Importing this project into Jetbrains IntelliJ IDEA

  • This project was created using Jetbrains Idea as a Gradle and Kotlin project (more info).

    • When you import this project into Idea as a Gradle project, make sure not to check "Offline work" (which if checked, won't allow the gradle dependencies to be downloaded).
    • As of Jun 24 2018, Java 10 doesn't work w/ this gradle distribution, so you can use Java 8.
  • To keep track of the progress of this project, check out the projects page.

Content pages

  1. Big-O-Notation
  2. Graphs
  3. Strings
  4. Resources
  5. Recursion
Clone this wiki locally