home.social

#topcoder — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #topcoder, aggregated by home.social.

  1. Python Standard Library для спортивного программирования

    Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.

    habr.com/ru/articles/1010290/

    #спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder

  2. Python Standard Library для спортивного программирования

    Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.

    habr.com/ru/articles/1010290/

    #спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder

  3. Python Standard Library для спортивного программирования

    Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.

    habr.com/ru/articles/1010290/

    #спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder

  4. Python Standard Library для спортивного программирования

    Стандартная библиотека Python содержит множество инструментов, которые значительно упрощают решение задач спортивного программирования, но многие из них остаются незамеченными начинающими участниками. В статье собран краткий конспект по наиболее полезным модулям и функциям стандартной библиотеки с небольшими примерами.

    habr.com/ru/articles/1010290/

    #спортивное_программирование #питон #python #pypy #standard_library #стандартная_библиотека #стандартная_библиотека_python #icpc #codeforces #topcoder

  5. 💡 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

  6. 💡 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

  7. 💡 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

  8. 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.

  9. 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.

  10. 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.

  11. 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.

  12. 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.

  13. 由 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 原文

  14. 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).

  15. CW: Advent of Code

    I've given up on 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 , 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).

  16. 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).

  17. 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).