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

    🍀 Beginner-Friendly Guide 'Four Divisors' – LeetCode 1390 (C++, Python, JavaScript)

    !Cover image for 🍀 Beginner-Friendly Guide 'Four Divisors' – LeetCode 1390 C++, Python, JavaScripthttps://media2.dev.to/dynamic/image/width=1000,height=420,fit...

    #leetcode #four-divisors #algorithm #c++ #python #javascript #competitive-programming #arrays #math
  • 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

    prime number

    The Logic Building The Strategy The general rule for a prime number is that it’s only divisible by 1 and itself. However, a common confusion is that composite...

    #prime numbers #algorithm #loop #coding tutorial #math in programming #basic programming
  • 2 weeks ago · software

    [BOJ/C, C++] 단계별로 풀어보기 수학 1

    2026.01.03일자 입니다. 수학 1 풀어보았습니다. 진법 변환 문제 링크 cpp include include using namespace std; int main { string N; int B; cin >> N >> B; int res = 0; for int i = 0; i in...

    #C++ #base-conversion #Horner's rule #algorithm #BOJ #coding-challenge #programming
  • 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
  • 2 weeks ago · software

    🎨 Beginner-Friendly Guide 'Number of Ways to Paint N 3 Grid' – LeetCode 1411 (C++, Python, JavaScript)

    !Cover image for 🎨 Beginner‑Friendly Guide ‘Number of Ways to Paint N 3 Grid’ – LeetCode 1411 C++, Python, JavaScripthttps://media2.dev.to/dynamic/image/width=...

    #leetcode #dynamic-programming #combinatorics #c++ #python #javascript #algorithm #grid-painting
  • 2 weeks ago · software

    3. Longest Substring Without Repeating Characters | LeetCode | Top Interview 150 | Coding Questions

    Problem - LeetCode – Longest Substring Without Repeating Charactershttps://leetcode.com/problems/longest-substring-without-repeating-characters/ - Solution dis...

    #leetcode #longest-substring-without-repeating-characters #sliding-window #java #algorithm #interview-prep
  • 2 weeks ago · software

    The rsync algorithm (1996) [pdf]

    Article URL: https://www.andrew.cmu.edu/course/15-749/READINGS/required/cas/tridgell96.pdf Comments URL: https://news.ycombinator.com/item?id=46466734 Points: 1...

    #rsync #algorithm #file synchronization #delta encoding #network efficiency
  • 2 weeks ago · software

    [BOJ/C, C++] 단계별로 풀어보기 문자열 ~ 2차원 배열

    '2026‑01‑02 일자 정리 문자열부터 2차원 배열까지 여러 문제를 풀어보았습니다. 아래에 각 문제별 풀이와 핵심 포인트를 정리했습니다.

    #c++ #strings #arrays #baekjoon #algorithm #input-parsing #coding-practice
  • 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

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026