Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andgein/AoC2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2020

Advent of Code 2020 solutions by SKB Kontur's (and other companies) developers

All code written in TypeScript are targeting Node v14 or later. Some solutions are written in C#, Python, Java, Kotlin, Zig and other languages.

Puzzle solutions are located in the src directory, separated by day and part.

To run a specific puzzle written in TypeScript:

  • Install Node v14 or later
  • Run npm i in the root directory
  • Run npm start -- src/day-01/part1.ts or specify a different day and part
  • Have fun!

Note: some puzzles require user-specific input, it's either read from stdin, or hard-coded in the solution. Check the solution you're about to run to find out more

Our journey (in Russian)

  1. first day
  2. second day
  3. third day
  4. fourth day
  5. fifth day
  6. sixth day
  7. seventh day
  8. eighth day
  9. nineth day
  10. tenth day
  11. eleventh day #1, eleventh day #2
  12. twelfth day
  13. thirteenth day
  14. fourteenth day
  15. fifteen day
  16. sixteen day
  17. nineteen day

Santa's nice list

About

Advent of Code 2020 solutions by SKB Kontur's developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.4%
  • Python 12.3%
  • C# 10.8%
  • F# 9.0%
  • JavaScript 5.8%
  • Zig 5.1%
  • Kotlin 2.6%