Trash Compactor
The article discusses the Advent of Code, a series of programming challenges. It lists various challenges from the event, highlighting their complexity and diversity. The content is aimed at programmers looking to improve their skills through engaging tasks.
- ▪Advent of Code is a popular series of programming challenges.
- ▪The challenges cover a wide range of topics and algorithms.
- ▪Participants can solve the challenges to enhance their programming skills.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 387086) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Robert Mion Posted on May 18 Trash Compactor #adventofcode #algorithms #javascript #programming Solving Advent of Code Backwards (256 Part Series) 1 Sea Cucumber 2 Arithmetic Logic Unit ... 252 more parts...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).