Chinmay-KB / aoc_dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AoC Dart

Advent of Code? What's that? πŸ€·β€β™‚οΈ

You can find about it on their about page.

Why should I try AoC? πŸ€”

  • This is similar to grinding Leetcode, minus the worries time/memory optimization 😌
  • Trying to achieve top rank in this is almost pointless, as it is purely on the basis of how fast a user submits their answer, and not how optimized their code itself. You do it for fun 😁
  • To get a sense of accomplishment as the year ends βœ…
  • Good countdown to Christmas πŸŽ„πŸ§‘πŸΌβ€πŸŽ„

Why did you make this repository? πŸ€₯

  • Github will be flooded with similar repositories, but I am not sure how many of those will be based on dart 🌊 🎯
  • I want a good reason to complete each day's question, this repository is a good motivation for me πŸƒβ€β™‚οΈ
  • I don't like grinding leetcode. If there's one event in a year which does not care about optimized solution, I would like to grab it πŸ«‚
  • I will explain the solutions in the same dumb manner as I solved them in 🀑

Can I contribute? πŸ₯Ί

  • Star, Follow, Share, Open Issues, Raise PR's, everything is most welcome 🀩
  • I don't know though why will anyone do these in this repo 🫀

Where is the latest solution? πŸ™„

  • The solutions will be published only after the day is over, so that people don't get to copy paste and get the answer. πŸ€“
  • You will find plenty of repos which will post the solution immediately, but that sin won't be commited here 🀬

How to run the solution for the day βš™οΈ

For day 1, you can run

dart run lib/solutions/day_1.dart

About


Languages

Language:Dart 100.0%