Skip to content

dinesh-k-natarajan/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Languages Badge Top Language Badge Total Lines Badge

My solutions for the yearly coding challenge resembling an advent calendar

Indulge yourselves at adventofcode.com created by Eric Wastl

Yearly Programming Language Used

  • 2019 - Python
  • 2020 - Python
  • 2021 - Python
  • 2022 - Python

Directory and File Structure

advent-of-code/
├── 2019
│   ├── README.md
│   ├── 01
│   │   ├── 1.in
│   │   └── 1.py
│   ├── 02
│   │   ├── 2.in
│   │   └── 2.py
│   ├── ...
│   ├── ...
│   └── README.md
│
├── 2020 
│   ├── 01
│   │   ├── 1.in
│   │   ├── 1.py
│   │   └── README.md
│   ├── 02
│   │   ├── 2.in
│   │   ├── 2.py
│   │   └── README.md
│   ├── 03
│   │   ├── 3.example
│   │   ├── 3.in
│   │   ├── 3.py
│   │   └── README.md
│   ├── 04
│   │   ├── 4.example1
│   │   ├── 4.example2
│   │   ├── 4.in
│   │   ├── 4.py
│   │   └── README.md
│   ├── ...
│   ├── ...
│   └── README.md
│ 
├── LICENSE
└── README.md