Skip to content

A collection of solutions for puzzles from adventofcode.com using JavaScript.

Notifications You must be signed in to change notification settings

vikasganiga05/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

πŸŽ„ Advent of Code πŸŽ„

Advent of Code is a yearly event that starts on December 1st and runs until December 25th. Each day features a unique programming challenge, providing a fun and educational way to improve your problem-solving and coding skills. Learn more and participate at adventofcode.com.

This is a repository containing solutions to Eric Wastl's Advent of Code challenges. All solutions are implemented in JavaScript and can be run using either Node.js or Bun.

πŸ›  How to Run Solutions

  1. Ensure you have Node.js or Bun installed on your machine.
  2. Clone this repository:
    git clone https://github.com/vikasganiga05/adventofcode.git
  3. Navigate to the specific year's directory and day:
    cd 2024/1
  4. Run the solution:
    node index.js
    Or, if you're using Bun:
    bun run index.js

πŸ“œ 2024 Puzzle Progress

Completed: 0 / 25 (0%) Ongoing: Stay tuned as I tackle more puzzles throughout the season!

Day Status Solution Link
Day 01βœ… CompletedView Solution
Day 02⬜ PendingView Solution
Day 03⬜ PendingView Solution
Day 04⬜ PendingView Solution
Day 05⬜ PendingView Solution
Day 06⬜ PendingView Solution
Day 07⬜ PendingView Solution
Day 08⬜ PendingView Solution
Day 09⬜ PendingView Solution
Day 10⬜ PendingView Solution
Day 11⬜ PendingView Solution
Day 12⬜ PendingView Solution
Day 13⬜ PendingView Solution
Day 14⬜ PendingView Solution
Day 15⬜ PendingView Solution
Day 16⬜ PendingView Solution
Day 17⬜ PendingView Solution
Day 18⬜ PendingView Solution
Day 19⬜ PendingView Solution
Day 20⬜ PendingView Solution
Day 21⬜ PendingView Solution
Day 22⬜ PendingView Solution
Day 23⬜ PendingView Solution
Day 24⬜ PendingView Solution
Day 25⬜ PendingView Solution

Thanks for visiting! Feel free to star ⭐ the repository if you find it helpful or inspiring. Contributions and suggestions are always welcome. Happy coding! πŸŽ…βœ¨

About

A collection of solutions for puzzles from adventofcode.com using JavaScript.

Topics

Resources

Code of conduct

Stars

Watchers

Forks