Skip to content

twblamer/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Offline coding exercises in Java

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages