5ba12125ed
Update: change the solution to follow instrucion
...
The exercise restriction says, "Do not make the game too easy. Only adjust the difficulty if the guess is above 10."
2022-04-04 17:36:42 +03:00
88af2d92c4
Fix typo
2021-11-28 14:34:14 +03:00
a3fc5396bf
refactor: lucky number exercises
...
* guess < 0 doesn't check for definitive positivity
* n := rand.Intn(guess + 1) may pick 0, a non positive integer
* remove: redundant parentheses from the loop in 06-dynamic-difficulty
2021-01-10 19:34:48 +03:00
ede39bfe59
update: copyright
2019-10-30 19:41:13 +03:00
288a41adf9
fix: typo fixes
2019-02-14 15:58:36 +03:00
ff4eb232d1
refactor: loops 02-path-searcher
2019-02-08 11:28:37 +03:00
df688c0cb6
fix: loops exercises odd number sum problem
2018-11-21 11:42:33 +03:00
924249b547
fix: dynamic math table exercise for git bash
2018-11-19 11:11:20 +03:00
08b1764ef7
fix: loops dynamic math table exercise
2018-11-18 11:44:54 +03:00
89d880ecd8
refactor: infinite kill exercise (loops)
2018-11-09 13:43:00 +03:00
d25082a63a
refactor: path-searcher to remove superflous code
2018-11-09 13:35:57 +03:00
ee8c621b92
add: loop for statement exercises
2018-10-30 22:38:26 +03:00
f590af9b49
add: one more solution to 13-loops/exercises/09-lucky-number 01-first-turn-winner
2018-10-22 23:10:24 +03:00
0205846da0
add: for statement loop exercises
2018-10-22 12:25:30 +03:00
eb8d68981a
add: questions for comparison and logical ops
2018-10-19 20:03:13 +03:00
e4f3be01e4
update: lucky number game and its exercises
2018-10-19 11:52:52 +03:00
cde4e6632c
Initial commit
2018-10-15 19:34:48 +03:00