EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 14 hours ago · software

    🔲 Beginner-Friendly Guide 'Maximum Side Length of a Square' – LeetCode 1292 (C++, Python, JavaScript)

    🔲 Beginner‑Friendly Guide “Maximum Side Length of a Square” – LeetCode 1292 !Cover image for Beginner‑Friendly Guide ‘Maximum Side Length of a Square’ – LeetC...

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

    Sorting Elements by Frequency in C++ (Map vs Bucket Approach)

    Problem Idea Given an array, sort the elements by descending frequency and rebuild the array so that the most frequent elements appear first. Example Input: 1,...

    #c++ #frequency-sorting #unordered_map #sorting #algorithm #vectors #data-structures
  • 1 day ago · software

    🧩 Beginner-Friendly Guide 'Largest Magic Square' – LeetCode 1895 (C++, Python, JavaScript)

    !Cover image for 🧩 Beginner‑Friendly Guide “Largest Magic Square” – LeetCode 1895 C++, Python, JavaScripthttps://media2.dev.to/dynamic/image/width=1000,height=...

    #LeetCode #magic square #algorithm #C++ #Python #JavaScript #grid #coding challenge
  • 1 day ago · software

    Coding Challenge Practice - Question 105

    Problem Create a function that removes duplicate values from an array in‑place i.e., without allocating a new array. Approach 1. Use a Set seen to keep track o...

    #deduplication #JavaScript #arrays #Set #two‑pointers #algorithm #coding‑challenge
  • 2 days ago · software

    Day 9: Iteration vs. Recursion: Analyzing Performance (Factorial)

    Recursion vs. Iteration Recursion is often cleaner to write and easier to read especially for trees, but it comes at a cost: space complexity. - Iteration uses...

    #recursion #iteration #factorial #performance #space-complexity #C #algorithm
  • 2 days ago · software

    Java Solution: Redundant Parenthesis Detection O(N)

    Problem Given a string s representing a balanced expression, determine whether it contains any redundant parentheses. A pair of parentheses is redundant if the...

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

    🧱 Beginner-Friendly Guide 'Maximize Area of Square Hole in Grid' – LeetCode 2943 (C++, Python, JavaScript)

    Problem Overview You are given: - Two integers n and m, the numbers of internal horizontal and vertical bars in a grid. - Two arrays, hBars and vBars, listing...

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

    First Repeating Element in an Array (C++)

    Why My First Approach Was Wrong — and How I Fixed It Problem Clarification Very Important The task is to find the element whose first occurrence index is small...

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

    Find All Duplicate Elements in an Array (C++)

    Problem Summary Identify all elements that appear more than once in an array and report each duplicate only once. Example text Input: 1, 2, 3, 2, 4, 1 Output:...

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

    🧱 Beginner-Friendly Guide 'Maximal Rectangle' – LeetCode 85 (C++, Python, JavaScript)

    🧱 Beginner‑Friendly Guide “Maximal Rectangle” – LeetCode 85 C++, Python, JavaScript !Cover image for 🧱 Beginner‑Friendly Guide 'Maximal Rectangle' – LeetCode...

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

    🧶 Beginner-Friendly Guide 'Minimum ASCII Delete Sum for Two Strings' – LeetCode 712 (C++, Python, JavaScript)

    markdown !Cover image for 🧶 Beginner‑Friendly Guide 'Minimum ASCII Delete Sum for Two Strings' – LeetCode 712 C++, Python, JavaScripthttps://media2.dev.to/dyna...

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

    Two Pointers (Opposite Ends)

    Overview This pattern uses two pointers that start from opposite ends of a data structure array or string and move toward each other. It is mainly used when: -...

    #two pointers #algorithm #data structures #array #string #time complexity #O(N) #coding interview #pattern

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026