#topcoder — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #topcoder, aggregated by home.social.
-
Python Standard Library для спортивного программирования
Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.
https://habr.com/ru/articles/1010290/
#спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder
-
Python Standard Library для спортивного программирования
Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.
https://habr.com/ru/articles/1010290/
#спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder
-
Python Standard Library для спортивного программирования
Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.
https://habr.com/ru/articles/1010290/
#спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder
-
Python Standard Library для спортивного программирования
Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.
https://habr.com/ru/articles/1010290/
#спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder
-
💡 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
https://gomoot.com/alphacode-2-una-potente-ia-studiata-per-la-programmazione-competitiva/#AI #AlphaCode #codeforces #deepmind #gemini #ia #intelligenzaartificiale #programmazione #topcoder #nvidia #amd
-
💡 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
https://gomoot.com/alphacode-2-una-potente-ia-studiata-per-la-programmazione-competitiva/#AI #AlphaCode #codeforces #deepmind #gemini #ia #intelligenzaartificiale #programmazione #topcoder #nvidia #amd
-
💡 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
https://gomoot.com/alphacode-2-una-potente-ia-studiata-per-la-programmazione-competitiva/#AI #AlphaCode #codeforces #deepmind #gemini #ia #intelligenzaartificiale #programmazione #topcoder #nvidia #amd
-
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. -
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. -
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. -
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. -
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. -
由 Google 举办的编程大赛 Hash Code、Code Jam 和 Kick Start 宣布停止举办。Google 将于 4/16 22:00 (UTC+8) 举行它们的最后一场,也是告别场的竞赛。
由 TopCoder 举办的 Topcoder Open 大赛也将在 2023 年举办最后一场,并且此场赛事将会在线上举行。
- https://codingcompetitions.withgoogle.com/
- https://discussions.topcoder.com/discussion/26097/
- https://www.youtube.com/watch?v=Gt5ijnQMrXE&t=2380s
linksrc:
- https://t.me/illusory_world/4268
- https://t.me/mathlover_daily/3734
#CodeJam #KickStart #TopCoder #Google
Telegram 原文 -
CW: Advent of Code
I've given up on #AdventOfCode at day 17 (tetris). It became too time-consuming. Still, it was a nice experience.
The puzzles started off trivial, then became gradually more challenging and also tedious. Being conditioned by programming competitions and things such as #TopCoder, I've been looking for clever algorithmic tricks to solve some, but in the end the size of problems was such that brute force usually worked okay (once I had to run the program for 30 minutes).
-
CW: Advent of Code
I've given up on #AdventOfCode at day 17 (tetris). It became too time-consuming. Still, it was a nice experience.
The puzzles started off trivial, then became gradually more challenging and also tedious. Being conditioned by programming competitions and things such as #TopCoder, I've been looking for clever algorithmic tricks to solve some, but in the end the size of problems was such that brute force usually worked okay (once I had to run the program for 30 minutes).
-
CW: Advent of Code
I've given up on #AdventOfCode at day 17 (tetris). It became too time-consuming. Still, it was a nice experience.
The puzzles started off trivial, then became gradually more challenging and also tedious. Being conditioned by programming competitions and things such as #TopCoder, I've been looking for clever algorithmic tricks to solve some, but in the end the size of problems was such that brute force usually worked okay (once I had to run the program for 30 minutes).
-
CW: Advent of Code
I've given up on #AdventOfCode at day 17 (tetris). It became too time-consuming. Still, it was a nice experience.
The puzzles started off trivial, then became gradually more challenging and also tedious. Being conditioned by programming competitions and things such as #TopCoder, I've been looking for clever algorithmic tricks to solve some, but in the end the size of problems was such that brute force usually worked okay (once I had to run the program for 30 minutes).