docs(*): Update documentation to account for multiple languages

This commit is contained in:
Josh Creek
2024-12-01 12:05:10 +00:00
parent fcdec70c44
commit fbad87c9f6
3 changed files with 13 additions and 4 deletions
+5 -3
View File
@@ -1,7 +1,9 @@
# Advent of Code
This repository contains all of my [Advent of Code](https://adventofcode.com/) solutions. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
This repository contains all of my [Advent of Code](https://adventofcode.com/) solutions.
You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
Since 2021 all of my solutions can be found within the `AdventOfCode` folder. All prior (and less clean) solutions can be found in the `old` folder.
You don't need a computer science background to participate - just a little programming knowledge and some problem solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in at most 15 seconds on ten-year-old hardware. Some people even solve the problems using a spreadsheet!
Since 2021 all of my solutions can be found within the `AdventOfCode` folder for any given language. All prior (and less clean) solutions can be found in the `old` folder.