@@ -18,7 +18,7 @@ The "Solutions to CodinGame Puzzles" project is a collection of answers to codin
18
18
| Power of Thor 1 ⚡ | [ Python] ( ./puzzles/python3/power-of-thor1 ) &starf ; , [ Kotlin] ( ./puzzles/kotlin/src/power-of-thor1 ) , [ TypeScript] ( ./puzzles/ts/power-of-thor1 ) , [ Bash] ( ./puzzles/bash/power-of-thor1 ) , [ Swift] ( ./puzzles/swift/power-of-thor1 ) | Input/Output, Conditions |
19
19
| Temperatures ❄️ | [ Python] ( ./puzzles/python3/temperatures ) , [ Kotlin] ( ./puzzles/kotlin/src/temperatures ) , [ TypeScript] ( ./puzzles/ts/temperatures ) , [ Ruby] ( ./puzzles/ruby/temperatures ) &starf ; | Conditions, Loops, Arrays |
20
20
| Mars Lander 1 🚀 | [ Python] ( ./puzzles/python3/mars-lander1 ) , [ Kotlin] ( ./puzzles/kotlin/src/mars-lander1 ) , [ TypeScript] ( ./puzzles/ts/mars-lander1 ) &starf ; , [ C++] ( ./puzzles/cpp/mars-lander1.cpp ) , [ C#] ( ./puzzles/cs/mars-lander1 ) | Conditions, Loops |
21
- | ASCII Art 🎨 | [ Python] ( ./puzzles/python3/ascii-art ) , [ Kotlin] ( ./puzzles/kotlin/src/ascii-art ) , [ TypeScript] ( ./puzzles/ts/ascii-art ) , [ Ruby] ( ./puzzles/ruby/ascii-art ) & starf ; | Strings |
21
+ | ASCII Art 🎨 | [ Python] ( ./puzzles/python3/ascii-art ) & starf ; , [ Kotlin] ( ./puzzles/kotlin/src/ascii-art ) , [ TypeScript] ( ./puzzles/ts/ascii-art ) , [ Ruby] ( ./puzzles/ruby/ascii-art ) | Strings |
22
22
| Unary 1️⃣ | [ Python] ( ./puzzles/python3/unary ) , [ TypeScript] ( ./puzzles/ts/unary ) &starf ; , [ Haskell] ( ./puzzles/haskell/unary ) , [ C#] ( ./puzzles/cs/unary ) | Strings, Encoding |
23
23
| MIME Type 🎵 | [ Python] ( ./puzzles/python3/mime-type ) &starf ; , [ Kotlin] ( ./puzzles/kotlin/src/mime-type ) , [ TypeScript] ( ./puzzles/ts/mime-type ) , [ C#] ( ./puzzles/cs/mime-type ) | Strings, Hash Tables |
24
24
| Defibrillators 💖 | [ Python] ( ./puzzles/python3/defibrillators ) &starf ; , [ Kotlin] ( ./puzzles/kotlin/src/defibrillators ) , [ TypeScript] ( ./puzzles/ts/defibrillators ) , [ C#] ( ./puzzles/cs/defibrillators ) | Strings, Trigonometry |
0 commit comments