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

    C++ 中的第 K 大元素

    🧩 问题描述:给定一个数组和一个整数 k,找出第 k 大的元素。示例 - 输入:3, 2, 1, 5, 6, 4,k = 2 - 输出:5 🧠 我的第一想法:...

    #c++ #stl #sort #algorithm #greedy #kth-largest-element #array #coding-interview #complexity
  • 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

    🎨 初学者友好指南《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

    在不断演进的 C# API 中应对破坏性更改:深刻教训与 .NET 开发者的实用策略

    处理不断演进的 API 中的破坏性更改:来自实战的经验 当你在真实世界中发布 API 时,变化是不可避免的。但破坏性更改呢?那是……

    #C# #.NET #API #breaking-changes #versioning #backward-compatibility #software-architecture
  • 2周前 · software

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

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

    #c++ #strings #arrays #baekjoon #algorithm #input-parsing #coding-practice
  • 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

    大学生编程练习路线图:学习编程

    导言:所以,你刚刚开始上大学,或者已经上了几个学期,你正把 tech landscape 看作是一个巨大的、混乱的拼图……

    #programming #college #learning roadmap #C++ #Python #Rust #career advice #software engineering
  • 2周前 · software

    C# Smart Enums:高级

    封面图片:C Smart Enums:advanced https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-upload...

    #c# #smart-enums #enums #dictionary-lookup #performance #.net #design-patterns
  • 2周前 · software

    C# 智能枚举:优化版

    问题:“LINQ 税” 在第 1 部分中,我们用 records 替换了魔法数字。为了查找特定的状态,我们使用了 LINQ:csharp var status = Status.All.SingleOrDe...

    #C# #smart enums #records #LINQ #performance #dictionary lookup #optimization #status pattern
  • 2周前 · software

    类型安全集合(C#):NonEmptyList 如何消除运行时异常

    空集合的问题 每个 C 开发者都遇到过这种情况:一个 method 返回一个应该包含数据的 collection,但在 runtime 时它是……

    #C# #type-safe collections #NonEmptyList #runtime exceptions #defensive programming #generics #collection safety
  • 2周前 · software

    开启我的 C# .NET 之旅

    引言 我还没有掌握 Python,但我决定把学习 C 和 .NET 作为下一步。在大学期间,我探索了几个程序…

    #C# #dotnet #programming #software development #Azure #learning journey #certification
  • 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

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026