Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.85 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.85 KB

Advent Of Code 2019

Days table:

Day Lang Comment Done
1 C++ Build and run ./a.exe < input.txt ✔️
2 C++ Change COMPARE with your input for second star, build and run ./a.exe < input.txt ✔️
3 JS input.txt should exists. Run node index ✔️
4 C++ Build, run and enter range separated by space character ✔️
5 C++ Build and run ./a.exe < input.txt ✔️
6 C++ Build and run ./a.exe < input.txt ✔️
7 C++ Build and run ./a.exe < input.txt ✔️
8 C++ Build, change W and H corresponding to your image dimensions (if it is different) and run ./a.exe < input.txt ✔️
9 C++ Build and run ./a.exe < input.txt ✔️
10 C++ Build and run ./a.exe < input.txt ✔️
11 C++ Build and run ./a.exe < input.txt ✔️
12 C++ Build and run ./a.exe < input.txt ✔️
13 C++ Build and run ./a.exe < input.txt. If you would like to change animation speed, just change the ANIMATE_STEP value ✔️
14 C++ Build and run ./a.exe < input.txt ✔️
15 C++ Build and run ./a.exe < input.txt ✔️
16 C++ Build and run ./a.exe < input.txt. Notice, second part will take some time to return the result. It takes near 2 minutes ✔️
17 C++ Build and run ./a.exe < input.txt ✔️
18 C++ Build and run ./a.exe < input.txt ✔️
19 C++ Build and run ./a.exe < input.txt ✔️
20 C++ Build and run ./a.exe < input.txt ✔️
21 C++ Build and run ./a.exe < input.txt ✔️
22 C++ Build and run ./a.exe < input.txt. So far only first part ✔️
23
24
25