Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
10 changes: 10 additions & 0 deletions exercises/affine-cipher/src/main/java/AffineCipher.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/all-your-base/src/main/java/BaseConverter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/allergies/src/main/java/Allergies.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/alphametics/src/main/java/Alphametics.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/anagram/src/main/java/Anagram.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/atbash-cipher/src/main/java/Atbash.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/bank-account/src/main/java/BankAccount.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/beer-song/src/main/java/BeerSong.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/binary-search/src/main/java/BinarySearch.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file removed exercises/bob/src/main/java/.keep
Empty file.
10 changes: 10 additions & 0 deletions exercises/bob/src/main/java/Bob.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/book-store/src/main/java/BookStore.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/bowling/src/main/java/Bowling.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/change/src/main/java/ChangeCalculator.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/circular-buffer/src/main/java/CircularBuffer.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/clock/src/main/java/Clock.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/complex-numbers/src/main/java/ComplexNumber.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/crypto-square/src/main/java/CryptoSquare.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/custom-set/src/main/java/CustomSet.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/diffie-hellman/src/main/java/DiffieHellman.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/dominoes/src/main/java/Dominoes.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/flatten-array/src/main/java/Flattener.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/food-chain/src/main/java/FoodChain.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/forth/src/main/java/ForthEvaluator.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/go-counting/src/main/java/GoCounting.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/grade-school/src/main/java/School.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file removed exercises/grep/src/main/java/.keep
Empty file.
10 changes: 10 additions & 0 deletions exercises/grep/src/main/java/GrepTool.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/house/src/main/java/House.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/linked-list/src/main/java/DoublyLinkedList.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/matching-brackets/src/main/java/BracketChecker.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
10 changes: 10 additions & 0 deletions exercises/meetup/src/main/java/Meetup.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/minesweeper/src/main/java/MinesweeperBoard.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/nucleotide-count/src/main/java/NucleotideCounter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
10 changes: 10 additions & 0 deletions exercises/ocr-numbers/src/main/java/OpticalCharacterReader.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*

Since this exercise has a difficulty of > 4 it doesn't come
with any starter implementation.
This is so that you get to practice creating classes and methods
which is an important part of programming in Java.

Please remove this comment when submitting your solution.

*/
Empty file.
Loading