Skip to content
Nazmul Idris edited this page Nov 24, 2018 · 28 revisions

This content is deprecated. Please visit developerlife.com to get the most up to date version of this content.

Table of contents

Content

  1. Big-O-Notation
  2. Strings
  3. Queues
  4. Recursion
  5. Graphs
  6. Binary-Trees
  7. Caches
  8. Resources

Screen capture of project in action

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.