EUNO.NEWS EUNO.NEWS
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
  • All (20993) +299
    • AI (3155) +14
    • DevOps (933) +7
    • Software (11054) +203
    • IT (5802) +74
    • Education (48)
  • Notice
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 17 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
  • 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
  • 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

    🧱 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

    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
  • 1 week ago · software

    LeetCode DSA Series #7: 169. Majority Element

    !Cover image for LeetCode DSA Series 7: 169. Majority Elementhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%...

    #leetcode #majority-element #algorithm #data-structures #coding-interview
  • 1 week ago · software

    Clone Graph: Coding Problem Solution Explained

    Clone Graph The “Clone Graph” problem asks you to create a deep copy of a connected graph. Each node in the graph contains a value and a list of its neighbors....

    #graph #deep-copy #algorithm #recursion #data-structures #coding-interview
  • 1 week ago · software

    My Interview Experience & Questions Faced (Frontend + JavaScript + SQL)

    Interview Overview Yesterday I attended an interview for a Fresher React Developer role. It was a great learning experience that covered JavaScript, CSS, SQL,...

    #frontend #javascript #css #sql #react #interview-experience #coding-interview #web-development #html #array-methods #css-layout
  • 1 week ago · software

    LeetCode DSA Series #6: 268. Missing Number

    Problem Overview The task is LeetCode problem 268. Missing Number – given an array nums containing n distinct numbers taken from the range 0, n, find the one n...

    #leetcode #missing-number #python #algorithm #data-structures #coding-interview
  • 2 weeks ago · software

    Questions to ask to find which linear pattern is needed

    Below is a pattern‑selection cheat sheet. For each pattern, ask yourself the listed questions while reading the problem. If you answer YES, that pattern is like...

    #algorithm patterns #sliding window #coding interview #time complexity #problem solving
  • 2 weeks ago · software

    Kth Largest Element in C++

    🧩 Problem Statement Given an array and an integer k, find the k‑th largest element. Example - Input: 3, 2, 1, 5, 6, 4, k = 2 - Output: 5 🧠 My First Thought:...

    #c++ #stl #sort #algorithm #greedy #kth-largest-element #array #coding-interview #complexity
  • 2 weeks ago · software

    LeetCode DSA Series #2: 125. Valid Palindrome

    'Forem Feed Follow new Subforems to improve your feed

    #LeetCode #algorithm #data-structures #valid-palindrome #coding-interview

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026