fix(curriculum): change note in problem 14 (#44015)

This commit is contained in:
LK521
2021-10-26 18:51:24 +08:00
committed by GitHub
parent 63e451b202
commit df3d043fed

View File

@ -22,7 +22,7 @@ It can be seen that this sequence (starting at 13 and finishing at 1) contains 1
Which starting number, under the given `limit`, produces the longest chain? Which starting number, under the given `limit`, produces the longest chain?
**Note:** Once the chain starts the terms are allowed to go above one million. **Note:** Once the chain starts the terms are allowed to go above `limit`.
# --hints-- # --hints--