/practice

Offline coding exercises in Java

Primary LanguageJava

Practice

This is a humble personal repo of practice coding exercises. It might be helpful for advanced beginners or working developers who need to brush up on the basics.

Getting started

Clone this repo and run mvn test.

Using the code:

  • Pick a file to work on in the src/main/java/io/github/twblamer/practice/exercises directory (e.g. LinkedListExercises.java)
  • Pick a method to work on, comment out the line that calls the existing solution, and write your own solution.
  • Run mvn test to check your work. (Or use the test runner in your IDE)

Resources

Courses

Interview Prep

Roadmaps

Textbooks

YouTube

Links by Topic