Latest #2022 Threads Top

Aetherus
I have a question in Part 1. Let me show my solution first: defmodule Day21.Part1 do def solve(), do: root() @external_resource "#{...
New
derheap
A little bit late – but it worked on the first try. I have added a little animation – mostly stolen from a solution of José from 2021. Th...
New
stevensonmt
Couldn’t find a thread for this day so sorry if it already exists. I’m stumped. I’ve got a solution that works for the sample data but is...
New
kwando
Today was fun and I got it right the first time :slight_smile: MapSets saves the day again.
New
maennchen
Ok, that was a rough one today. I haven’t found a way to improve the algorithm further. Part 1 runs in .5 seconds, Part 2 in ~ 5 minutes...
New
Aetherus
I couldn’t find a faster solution in part 2, so I just brute-forced my way. I’m looking forward to smarter solutions.
New
LostKobrakai
This one was really fun contrary to other “implement something CPU like” puzzles in the past. I used a bunch of Stream API and a module f...
New
kwando
Took a while, but another use case for “move vectors” today and pattern matching. :slight_smile: The trick was to first generate a list...
New
LostKobrakai
This one has been quite the ride. Struggled at first to find a good data format to suite the problem. I really like how that turned out b...
New
Aetherus
Today’s challenge is quite interesting. I ended up using Zipper to solve this problem. Maybe I overengineered quite a bit. The data stru...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

Trending Over Three Years Top

woolfred
It is that time of the year again: Advent of Code 2022 :christmas_tree: Day 1 Leaderboard:
New
christhekeele
Continuation of Advent of Code 2022​:christmas_tree:, Day 1: Day 2! Leaderboard:
New
Aetherus
Today’s challenge is quite interesting. I ended up using Zipper to solve this problem. Maybe I overengineered quite a bit. The data stru...
New
groovyda
Today’s challenge for me was about using reduce: defmodule Prob5 do def move([[h1 | rest] = _list1, list2]) do [rest, [h1 | list2]...
New
LostKobrakai
This one has been quite the ride. Struggled at first to find a good data format to suite the problem. I really like how that turned out b...
New
adamu
Probably not the most efficient implementation, because part 1 took >1 ms and part 2 >4ms, but the code was simple enough. def p...
New
maennchen
Ok, that was a rough one today. I haven’t found a way to improve the algorithm further. Part 1 runs in .5 seconds, Part 2 in ~ 5 minutes...
New
stevensonmt
Reasonably pleased with my solution. The bitstring packet problems are so well suited to Erlang/Elixir it’s almost not fair. defmodule D...
New
bismark
Took me a minute to remember my binary math :smile: :grimacing:… import Bitwise __DIR__ |> Path.join("puzzle.txt") |> File.stream...
New
kwando
Took a while, but another use case for “move vectors” today and pattern matching. :slight_smile: The trick was to first generate a list...
New
Aetherus
I couldn’t find a faster solution in part 2, so I just brute-forced my way. I’m looking forward to smarter solutions.
New
LostKobrakai
This one was really fun contrary to other “implement something CPU like” puzzles in the past. I used a bunch of Stream API and a module f...
New
MidigoF
Ever wondered why @remote chose Elixir? Also, On Friday, ElixirKenya will be hosting a webinar, guests being @marcelo_lebre and @odesass...
New
sperber
BOB 2022 Conference “What happens if we simply use what’s best?” March 11, 2022, Berlin or online (0100+UTC) https://bobkonf.de/2022/ Pro...
New
stevensonmt
Couldn’t find a thread for this day so sorry if it already exists. I’m stumped. I’ve got a solution that works for the sample data but is...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement