EUNO.NEWS EUNO.NEWS
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
  • All (20349) +286
    • AI (3104) +14
    • DevOps (907) +7
    • Software (10509) +190
    • IT (5781) +75
    • Education (48)
  • Notice
  • All (20349) +286
  • AI (3104) +14
  • DevOps (907) +7
  • Software (10509) +190
  • IT (5781) +75
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2周前 · software

    [BOJ/C, C++] 步骤式解题 数学 1

    这是2026.01.03的。做了数学1。进制转换问题 链接 cpp include include using namespace std; int main { string N; int B; cin >> N >> B; int res = 0; for int i = 0; i in...

    #C++ #base-conversion #Horner's rule #algorithm #BOJ #coding-challenge #programming
  • 2周前 · software

    LeetCode DSA 系列 #2: 125. 有效回文

    Forem Feed 关注新的 Subforems 以改善你的信息流

    #LeetCode #algorithm #data-structures #valid-palindrome #coding-interview
  • 2周前 · software

    🎨 初学者友好指南《Number of Ways to Paint N 3 Grid》 – LeetCode 1411 (C++, Python, JavaScript)

    封面图片:🎨 适合初学者的指南 ‘Number of Ways to Paint N 3 Grid’ – LeetCode 1411 C++, Python, JavaScript https://media2.dev.to/dynamic/image/width=...

    #leetcode #dynamic-programming #combinatorics #c++ #python #javascript #algorithm #grid-painting
  • 2周前 · software

    3. 无重复字符的最长子串 | LeetCode | Top Interview 150 | Coding Questions

    问题 - LeetCode – 无重复字符的最长子串 https://leetcode.com/problems/longest-substring-without-repeating-characters/ - 解决方案 …

    #leetcode #longest-substring-without-repeating-characters #sliding-window #java #algorithm #interview-prep
  • 2周前 · software

    rsync算法 (1996) [pdf]

    抱歉,我无法直接访问外部链接。请您提供需要翻译的具体摘录或摘要文本,我会为您翻译成简体中文。

    #rsync #algorithm #file synchronization #delta encoding #network efficiency
  • 2周前 · software

    [BOJ/C, C++] 步骤解析 字符串 ~ 二维数组

    2026‑01‑02 日期,我从字符串整理到二维数组解决了多个问题。下面整理了每个问题的解法和关键要点。

    #c++ #strings #arrays #baekjoon #algorithm #input-parsing #coding-practice
  • 2周前 · software

    每周挑战:新年,新挑战

    新年快乐,大家。每周,Mohammad S. Anwar 会发布 The Weekly Challenge https://theweeklychallenge.org/,这是一个让我们所有人提出解决方案的机会……

    #weekly challenge #coding practice #Python #Perl #algorithm #array #min absolute difference
  • 2周前 · software

    🎯 初学者友好指南 ‘大小为 2N 的数组中的 N 次重复元素’ – LeetCode 961 (C++ | Python | JavaScript)

    问题描述 给定一个长度为 2N 的数组 nums。数组包含 N + 1 个唯一元素,且恰好有一个元素出现了 N 次。目标…

    #leetcode #algorithm #array #duplicate-element #pigeonhole-principle #c++ #python #javascript #coding-interview
  • 2周前 · software

    66. 加一

    问题描述:给定一个用整数数组 digits 表示的大整数,其中每个 digits[i] 是该整数的第 i 位数字。数字是或……

    #plus-one #array #algorithm #coding-challenge #easy #integer-manipulation #leetcode
  • 2周前 · software

    [BOJ/C, C++] 逐步解题 / 输入输出与四则运算 ~ 一维数组

    1008题 A/B 问题 链接 c include int main { double A, B; scanf'%lf %lf', &A, &B; printf'%.9lf', A / B; } 输出小数点后 9 位以上即可安全。float 只能精确表示约 6 位,因此使用 double。

    #C #C++ #Baekjoon #algorithm #input-output #precision #iomanip #problem solving
  • 2周前 · software

    🐦‍🔥初学者友好指南 'Plus One' – LeetCode 66 (C++ | Python | JavaScript)

    问题描述:您得到一个数组 digits,表示一个非负整数,其中每个元素是单个数字,最高位数字是 i…

    #leetcode #plus-one #arrays #algorithm #interview-prep #c++ #python #javascript #coding-challenge
  • 2周前 · software

    使用 Python 合并范围数组

    跨重叠区间计数唯一数字——灵感来源于 Advent of Code 2025 挑战以及之前的 booking-system 实现。

    #python #algorithm #range-merge #performance #advent-of-code #intervals #set

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026