Advent of Code 2024 Go - Day 1: Historian Hysteria

Поділитися
Вставка
  • Опубліковано 5 січ 2025
  • This is the day one challenge for Advent of Code 2024 and the challenge is called Historian Hysteria
    Advent of Code: adventofcode.com/
    GitHub Repo: github.com/jos...
    Playlist: • Advent of Code 2024 Go

КОМЕНТАРІ • 5

  • @datalove6577
    @datalove6577 Місяць тому +1

    I also used Go to solve the day 1 of AOC cuz im new to it. Just a way to get comfortable at a new language..

  • @salvadorguntherr9673
    @salvadorguntherr9673 Місяць тому

    That was cool to watch. Im not doing it in Golang. Im doing it in Python and Rust as i havent touched Go in a long minute but good ro see how it could be done.
    Also clever to just multiple by -1. I used Absolute value function (prob the only thing itemmebr from Algebra class lol) In Python so far. Since i dont know Rust or it's standard library that well as only learned a few weeks ago i might have to steal that one. Good looks

  • @YoursFreelancer-b5v
    @YoursFreelancer-b5v Місяць тому

    Would you please let me know where you're doing this coding? Coz I'm doing on a Google Collab

    • @josh_ackland
      @josh_ackland  Місяць тому

      I'm just coding on my own machine using vscode

  • @Banana-Joanne
    @Banana-Joanne Місяць тому +3

    participating for the first time. my code is inefficient lol, but i'll keep trying