Skip to content

Commit

Permalink
fix: REAMED implied the wrong output
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsantos committed Oct 18, 2024
1 parent a4e4f62 commit f2c00f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions 6_PrimeFactors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ For example:

| **Input** | **Output** |
| --------- | ---------- |
| 2 | `[2]` |
| 3 | `[3]` |
| 4 | `[2,2]` |
| 6 | `[2,3]` |
| 9 | `[3,3]` |
| 12 | `[2,2,3]` |
| 15 | `[3,5]` |
| 2 | [2] |
| 3 | [3] |
| 4 | [2,2] |
| 6 | [2,3] |
| 9 | [3,3] |
| 12 | [2,2,3] |
| 15 | [3,5] |

## Folow TDD rules strictly

Expand Down

0 comments on commit f2c00f9

Please sign in to comment.