Paul Waldmann
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
Inanc Gumus
ede39bfe59
update: copyright
2019-10-30 19:41:13 +03:00
Paul Waldmann
288a41adf9
fix: typo fixes
2019-02-14 15:58:36 +03:00
Inanc Gumus
ff4eb232d1
refactor: loops 02-path-searcher
2019-02-08 11:28:37 +03:00
Inanc Gumus
c0dbce8062
fix: loops exercises and questions for explanations
2018-12-04 18:09:06 +03:00
Inanc Gumus
df688c0cb6
fix: loops exercises odd number sum problem
2018-11-21 11:42:33 +03:00
Inanc Gumus
276ef7e15e
fix: loops questions mistakes
2018-11-19 11:17:45 +03:00
Inanc Gumus
924249b547
fix: dynamic math table exercise for git bash
2018-11-19 11:11:20 +03:00
Inanc Gumus
08b1764ef7
fix: loops dynamic math table exercise
2018-11-18 11:44:54 +03:00
Inanc Gumus
89d880ecd8
refactor: infinite kill exercise (loops)
2018-11-09 13:43:00 +03:00
Inanc Gumus
d25082a63a
refactor: path-searcher to remove superflous code
2018-11-09 13:35:57 +03:00
Inanc Gumus
ee8c621b92
add: loop for statement exercises
2018-10-30 22:38:26 +03:00
Inanc Gumus
f590af9b49
add: one more solution to 13-loops/exercises/09-lucky-number 01-first-turn-winner
2018-10-22 23:10:24 +03:00
Inanc Gumus
bd538864f3
add: questions for the loops section
2018-10-22 19:15:32 +03:00
Inanc Gumus
0205846da0
add: for statement loop exercises
2018-10-22 12:25:30 +03:00
Inanc Gumus
eb8d68981a
add: questions for comparison and logical ops
2018-10-19 20:03:13 +03:00
Inanc Gumus
e4f3be01e4
update: lucky number game and its exercises
2018-10-19 11:52:52 +03:00
Inanc Gumus
cde4e6632c
Initial commit
2018-10-15 19:34:48 +03:00