Skip to content

Compilation of java samples of core algorithms and data structures

Notifications You must be signed in to change notification settings

joshtym/concept-library

 
 

Repository files navigation

How to Test

  1. Write Unit Tests
  2. Don't not write Tests
  3. Install Junit

Commands are as follows: javac -Xlint -cp .:/usr/share/java/* YourTestClassName.java

then

java -cp .:/usr/share/java/* org.junit.runner.JUnitCore YourTestClassName

About

Compilation of java samples of core algorithms and data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%