EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 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

    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
  • 2 weeks ago · software

    1390. Four Divisors

    Problem Statement Given an integer array nums, return the sum of divisors of the integers in that array that have exactly four divisors. If there is no such in...

    #algorithm #divisors #array #math #coding-challenge #leetcode #php
  • 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

    Weekly Challenge: New Year, New Challenges

    Happy New Years everyone. Each week Mohammad S. Anwar sends out The Weekly Challengehttps://theweeklychallenge.org/, a chance for all of us to come up with solu...

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

    🎯 Beginner-Friendly Guide 'N-Repeated Element in Size 2N Array' – LeetCode 961 (C++ | Python | JavaScript)

    Problem Description You are given an array nums of length 2N. The array contains N + 1 unique elements, and exactly one of those elements appears N times. Goal...

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

    66. Plus One

    Problem Description You are given a large integer represented as an integer array digits, where each digitsi is the iᵗʰ digit of the integer. The digits are or...

    #plus-one #array #algorithm #coding-challenge #easy #integer-manipulation #leetcode
  • 1 month ago · software

    135. Candy | LeetCode | Top Interview 150 | Coding Questions

    Problem Link https://leetcode.com/problems/candy/https://leetcode.com/problems/candy/ !leetcode 135https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfi...

    #leetcode #algorithm #java #greedy #array
  • 1 month ago · software

    134. Gas Station | LeetCode | Top Interview 150 | Coding Questions

    Problem Link https://leetcode.com/problems/gas-station/https://leetcode.com/problems/gas-station/ !leetcode 134https://media2.dev.to/dynamic/image/width=800%2C...

    #leetcode #algorithm #greedy #array #interview-prep #java #coding-challenge
  • 1 month ago · software

    238. Product of Array Except Self | LeetCode | Top Interview 150 | Coding Questions

    Problem Link https://leetcode.com/problems/product-of-array-except-self/https://leetcode.com/problems/product-of-array-except-self/ !leetcode 238https://media2...

    #leetcode #product-of-array-except-self #algorithm #array #java #interview-prep
  • 1 month ago · software

    Coding Challenge Practice - Question 77

    Problem Description Implement a function that finds the integer that appears only once in an array where every other integer appears exactly twice. Solution Ex...

    #xor #bitwise #algorithm #javascript #coding-challenge #array
  • 1 month ago · software

    3531. Count Covered Buildings

    Problem Description You are given a positive integer n, representing an n × n city. You are also given a 2D array buildings, where buildingsi = x, y denotes a...

    #array #hash-table #sorting #grid #geometry #leetcode #medium #weekly-contest-447 #algorithm

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026