EUNO.NEWS EUNO.NEWS
  • All (21597) +54
  • AI (3241) +2
  • DevOps (973) +2
  • Software (11304) +29
  • IT (6024) +19
  • Education (54) +1
  • Notice
  • All (21597) +54
    • AI (3241) +2
    • DevOps (973) +2
    • Software (11304) +29
    • IT (6024) +19
    • Education (54) +1
  • Notice
  • All (21597) +54
  • AI (3241) +2
  • DevOps (973) +2
  • Software (11304) +29
  • IT (6024) +19
  • Education (54) +1
  • Notice
Sources Tags Search
한국어 English 中文
  • 1 week 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
  • 3 weeks ago · software

    Learning set, unordered_set, and priority_queue in C++

    set Overview - Unique + Sorted data - Stores unique elements - Maintains sorted order - Implemented using a self‑balancing BST Red‑Black Tree Example cpp inclu...

    #C++ #STL #set #unordered_set #priority_queue #data structures #interview preparation
  • 1 month ago · software

    Groovy Collection - Set, List, Map, Range

    Set groovy // Creating a Set def Set1 = 1, 2, 1, 4, 5, 9 as Set Set Set2 = new HashSet'a', 'b', 'c', 'd' // Modifying a Set Set2.add1 Set2.add9 Set2.addAll4, 5...

    #Groovy #collections #set #list #map #range #programming #java #syntax
  • 1 month ago · software

    Using Python To Merge Array of Ranges

    'Counting Unique Numbers Across Overlapping Ranges Inspired by an Advent of Code 2025 challenge and a previous booking‑system implementation.

    #python #algorithm #range-merge #performance #advent-of-code #intervals #set
  • 1 month ago · software

    Coding Challenge Practice - Question 78

    Problem Description The task is to find the intersection given two arrays. Solution Approach Since the arrays are not sorted and may contain duplicates, a fast...

    #javascript #array-intersection #set #coding-challenge #algorithm #duplicate-removal
EUNO.NEWS
RSS GitHub © 2026