EUNO.NEWS EUNO.NEWS
  • All (20292) +229
  • AI (3103) +13
  • DevOps (906) +6
  • Software (10480) +161
  • IT (5755) +49
  • Education (48)
  • Notice
  • All (20292) +229
    • AI (3103) +13
    • DevOps (906) +6
    • Software (10480) +161
    • IT (5755) +49
    • Education (48)
  • Notice
  • All (20292) +229
  • AI (3103) +13
  • DevOps (906) +6
  • Software (10480) +161
  • IT (5755) +49
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 14小时前 · software

    🔲 初学者友好指南 “Maximum Side Length of a Square” – LeetCode 1292 (C++, Python, JavaScript)

    🔲 初学者友好指南 “Maximum Side Length of a Square” – LeetCode 1292! 初学者友好指南的封面图片 ‘Maximum Side Length of a Square’ – LeetC...

    #leetcode #algorithm #matrix #prefix-sum #sliding-window #c++ #python #javascript #coding-interview #max-square
  • 1天前 · software

    按频率对元素进行排序(C++ 中的 Map 与 Bucket 方法)

    问题思路:给定一个数组,按出现频率的降序对元素进行排序,并重新构建数组,使出现频率最高的元素排在前面。示例输入:1,…

    #c++ #frequency-sorting #unordered_map #sorting #algorithm #vectors #data-structures
  • 1天前 · software

    🧩 初学者友好指南 'Largest Magic Square' – LeetCode 1895 (C++, Python, JavaScript)

    !封面图片:🧩 初学者友好指南 “Largest Magic Square” – LeetCode 1895 C++、Python、JavaScript https://media2.dev.to/dynamic/image/width=1000,height=...

    #LeetCode #magic square #algorithm #C++ #Python #JavaScript #grid #coding challenge
  • 2天前 · software

    第9天:迭代 vs. 递归:性能分析(阶乘)

    递归 vs. 迭代 递归通常写起来更简洁,阅读起来也更容易,尤其是处理树结构时,但它有代价:空间复杂度。 - 迭代使用…

    #recursion #iteration #factorial #performance #space-complexity #C #algorithm
  • 2天前 · software

    Java 方案:冗余括号检测 O(N)

    问题:给定一个表示平衡表达式的字符串 s,判断它是否包含任何冗余的括号。如果一对括号…则该括号对是冗余的。

    #java #redundant-parentheses #algorithm #stack #O(N) #coding-interview #expression-parsing
  • 4天前 · software

    🧱 初学者友好指南 “最大化网格中正方形孔的面积” – LeetCode 2943 (C++, Python, JavaScript)

    问题概述 您得到:- 两个整数 n 和 m,表示网格中内部水平条和垂直条的数量。- 两个数组 hBars 和 vBars,列出…

    #LeetCode #algorithm #grid #square-hole #C++ #Python #JavaScript #coding-challenge
  • 6天前 · software

    数组中的第一个重复元素 (C++)

    为什么我的第一种方法是错误的——以及我如何修正它 问题澄清 非常重要 任务是找到第一次出现索引最小的元素。

    #C++ #array #first repeating element #algorithm #brute-force #coding interview #problem solving
  • 1周前 · software

    在数组中查找所有重复元素 (C++)

    问题概述:识别数组中出现多次的所有元素,并且每个重复元素只报告一次。示例 输入:1, 2, 3, 2, 4, 1 输出:...

    #c++ #duplicate-elements #array-algorithm #frequency-array #unordered_map #coding-challenge #algorithm
  • 1周前 · software

    🧱 初学者友好指南 “Maximal Rectangle” – LeetCode 85 (C++, Python, JavaScript)

    🧱 初学者友好指南 “Maximal Rectangle” – LeetCode 85 C++, Python, JavaScript!封面图:🧱 初学者友好指南 ‘Maximal Rectangle’ – LeetCode…

    #leetcode #maximal-rectangle #algorithm #data-structures #c++ #python #javascript #histogram #binary-matrix #coding-interview
  • 1周前 · software

    🧶 初学者友好指南《Minimum ASCII Delete Sum for Two Strings》 – LeetCode 712(C++、Python、JavaScript)

    🧶 初学者友好指南《Minimum ASCII Delete Sum for Two Strings》封面图 – LeetCode 712 C++、Python、JavaScript

    #LeetCode #ASCII delete sum #dynamic programming #C++ #Python #JavaScript #algorithm #LCS #edit distance
  • 1周前 · software

    双指针(相向)

    概述 该模式使用两个指针,从数据结构(数组或字符串)的相对两端开始,向彼此靠拢。它主要在以下情况下使用: -...

    #two pointers #algorithm #data structures #array #string #time complexity #O(N) #coding interview #pattern
  • 1周前 · software

    初学者友好指南《Smallest Subtree with all the Deepest Nodes》 – LeetCode 865 (C++, Python, JavaScript)

    封面图片:🌠 初学者友好指南 “Smallest Subtree with all the Deepest Nodes” – LeetCode 865 C++、Python、JavaScript https://media2.dev.to/dynamic/ima...

    #leetcode #binary-tree #algorithm #recursion #depth-first-search #c++ #python #javascript

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026