devabdultech / aoc

πŸŽ„ My (messy) solutions for Advent of Code (https://adventofcode.com) and more related stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Solutions to the Advent of Code challenges. This repository contains my solutions implemented in various programming languages (Hopefully). Please just bare with my solutions, can be huurtful to your eyes.

Table of Contents

Project Structure

The repository is organized by year and day. For each day:

  • The solutions directory contains solutions implemented in different programming languages.
  • The input directory contains input files for each day.

Language Directories

Each solutions directory is further organized by programming language:

  • python: Python solutions
  • typescript: Typescriot solutions

And other languages I may be playing with - (Will Always come back to solve in othe languages)

How to Locate

  1. Navigate to the desired day and language directory.
  2. Review the solution code (solution.py, solution.js, etc.).
  3. Retrieve the input for the day from the corresponding input directory.

License

This project is licensed under the MIT License.

Acknowledgments

Acknowledgments or credits, if any.

Happy coding!

About

πŸŽ„ My (messy) solutions for Advent of Code (https://adventofcode.com) and more related stuff.

License:MIT License


Languages

Language:Python 80.6%Language:Java 19.4%