Skip to content

skipgu/aoc-2024-with-skip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

AoC header picture

🎄 What is Advent of Code?

Advent of Code is an annual programming challenge created by Eric Wastl. Each December, from December 1st to December 25th, a new programming puzzle is released daily. These challenges are designed to help programmers improve their skills, explore new programming concepts, and have fun while coding.

🚀 Purpose of this Repository

This repository is part of a structured learning experience to:

  • Enhance programming problem-solving skills
  • Practice algorithmic thinking
  • Explore different approaches to solving computational challenges
  • Build a portfolio of programming projects

Keep in mind that this is a template repository provided by SKIP. Make changes to the repository to personalize it and make it your own. We provide you with a starting point, but the rest is up to you!

📋 Getting Started

Repository Structure

aoc/
│
├── src/
│   ├── day01/
│   ├── day02/
│   └── ...
│
├── README.md
└── .gitignore

🛠 How to Participate

  1. Copy this repository (click "Use this template" or fork the repository)
  2. Clone the copied repository
    git clone https://github.com/[YOUR-USERNAME]/[CHOSEN-NAME]
  3. Create solutions
    • Solve daily challenges in your preferred programming language (e.g., Python, Java, Rust, etc.)
    • Create a folder for each day's solution (e.g., day01, day02, etc.)
  4. Commit and Push
    git add .          # to add all changes files
    git add ./src/dayX # to add a specific day
    
    git commit -m "Add solution for Day X"
    git push origin main

🌟 My Advent of Code Profile

Personal Information (TODO)

  • Programming Language: [Python/JavaScript/Rust/etc.]
  • Year: [Current Year]
  • Total Stars Collected: [Total Stars]
  • Favorite Challenge: [Day X]

To be fille in by the participant...

🔗 Useful Resources

🏆 Tracking Progress (TODO)

Use the checklist below to track your daily challenges:

My progress so far...
  • Day 1
  • Day 2
  • Day 3
  • Day 4
  • Day 5
  • Day 6
  • Day 7
  • Day 8
  • Day 9
  • Day 10
  • Day 11
  • Day 12
  • Day 13
  • Day 14
  • Day 15
  • Day 16
  • Day 17
  • Day 18
  • Day 19
  • Day 20
  • Day 21
  • Day 22
  • Day 23
  • Day 24
  • Day 25

Happy Coding! 🖥️🎄

About

AoC (Advent of Code) 2024 with SKIP.

Topics

Resources

Stars

Watchers

Forks