Skip to content
Closed
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
add: hints.md for all difficulty-5 exercises (policy compliance)
Policy requires a hints.md on every difficulty-5 exercise explaining
that no starter implementation is provided. Students used to getting
stubs hit a blank file with no guidance otherwise.

Adds the standard hints file to all 21 exercises that were missing it.
The two that already had exercise-specific hints (mazy-mice,
parallel-letter-frequency) are unchanged.

Co-Authored-By: bull1210 <bull1210@gmail.com>
  • Loading branch information
bull1210 committed Apr 26, 2026
commit 12b06666105be963aef741a1f17c726a4688edbe
10 changes: 10 additions & 0 deletions exercises/practice/allergies/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/atbash-cipher/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/bob/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/flatten-array/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/game-of-life/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/grep/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/knapsack/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/ledger/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/matching-brackets/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/nucleotide-count/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/pascals-triangle/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/phone-number/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/pig-latin/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/prime-factors/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/relative-distance/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/robot-name/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/run-length-encoding/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/series/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/square-root/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/state-of-tic-tac-toe/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java
10 changes: 10 additions & 0 deletions exercises/practice/word-count/.docs/hints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Hints

## General

- Unlike lower-difficulty exercises, this one does not come with a starter implementation file.
You will need to create the solution file yourself.
- Look at the test file to figure out the expected class name and method signatures.
- If you are not sure how to structure the file, check the [StubTemplate][stub-template] in the repository for a starting point.

[stub-template]: https://github.com/exercism/java/blob/main/resources/exercise-template/src/main/java/ExerciseName.java