#topcoder

🔘 G◍M◍◍T 🔘gomoot@mastodon.uno
2023-12-07

💡 AlphaCode 2: una potente IA studiata per la programmazione competitiva
AlphaCode 2 è un potente modello IA (LLM) utilizzato nelle competizioni di programmazione, creato grazie a Gemini Pro
gomoot.com/alphacode-2-una-pot

#AI #AlphaCode #codeforces #deepmind #gemini #ia #intelligenzaartificiale #programmazione #topcoder #nvidia #amd

2023-09-28

In today's #Topcoder #SRM, I got 0 due to using
if (v[r][c])
by mistake. What I expected to use was
if (v[r][c] == 1)

Thoughts:
1. Using int as enum is error-prone. At least I should not use magic numbers.
2. Implicitly comparing an integer with zero is dangerous. I'm spoiled by the strict typing in Rust and Java.

GripNewsGripNews
2023-06-04

🌘 Google Code Jam競賽歷史檔案庫
➤ Google程式設計競賽的非官方歷史檔案庫,包含2003年至2022年的比賽資料,並於2023年3月初從官方網站下載所有可用資料。
zibada.guru/gcj/
這是Google Code Jam、Kick Start和Hash Code競賽的非官方歷史檔案庫,包含2003年至2022年的比賽資料,並於2023年3月初從官方網站下載所有可用資料。檔案庫包含排行榜、題目敘述、編輯、測試資料和解法,部分比賽(大部分是2008年至2009年、GCJ 2018和2019年至2023年)還包含所有比賽期間提交的原始碼。所有原始碼都是根據MIT授權發布的。此外,檔案庫還提供了可下載的zip檔案
Code Jam .js

2022-12-26

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst