EUNO.NEWS EUNO.NEWS
  • All (20038) +213
  • AI (3083) +12
  • DevOps (901) +6
  • Software (10306) +149
  • IT (5702) +46
  • Education (45)
  • Notice (1)
  • All (20038) +213
    • AI (3083) +12
    • DevOps (901) +6
    • Software (10306) +149
    • IT (5702) +46
    • Education (45)
  • Notice (1)
  • All (20038) +213
  • AI (3083) +12
  • DevOps (901) +6
  • Software (10306) +149
  • IT (5702) +46
  • Education (45)
  • Notice (1)
Sources Tags Search
한국어 English 中文
  • 2주 전 · 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주 전 · software

    LeetCode DSA 시리즈 #2: 125. 유효한 팰린드롬

    Forem Feed 새로운 Subforems를 팔로우하여 피드를 개선하세요

    #LeetCode #algorithm #data-structures #valid-palindrome #coding-interview
  • 2주 전 · software

    🎨 초보자 친화 가이드 'Number of Ways to Paint N 3 Grid' – LeetCode 1411 (C++, Python, JavaScript)

    !‘Number of Ways to Paint N 3 Grid’ 초보자 친화 가이드 표지 이미지 – LeetCode 1411 C++, Python, JavaScript https://media2.dev.to/dynamic/image/width=...

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

    3. 중복 문자 없는 가장 긴 부분 문자열 | LeetCode | Top Interview 150 | Coding Questions

    문제 - LeetCode – Longest Substring Without Repeating Characters https://leetcode.com/problems/longest-substring-without-repeating-characters/ - 솔루션 토론

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

    rsync 알고리즘 (1996) [pdf]

    번역할 텍스트를 제공해 주시겠어요? 해당 내용이 없으면 번역을 진행할 수 없습니다.

    #rsync #algorithm #file synchronization #delta encoding #network efficiency
  • 2주 전 · software

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

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

    #c++ #strings #arrays #baekjoon #algorithm #input-parsing #coding-practice
  • 2주 전 · software

    주간 챌린지: 새해, 새로운 도전

    새해 복 많이 받으세요, 여러분. 각 주마다 Mohammad S. Anwar가 The Weekly Challenge https://theweeklychallenge.org/를 보내며, 우리 모두가 해결책을 생각해볼 기회를 제공합니다.

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

    🎯 초보자용 가이드 'N-Repeated Element in Size 2N Array' – LeetCode 961 (C++ | Python | JavaScript)

    문제 설명 길이가 2N인 배열 nums가 주어집니다. 배열에는 N + 1개의 고유한 요소가 있으며, 그 중 정확히 하나의 요소가 N번 나타납니다. 목표...

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

    66. 플러스 원

    문제 설명: 당신은 큰 정수를 정수 배열 digits 로 표현한 것을 받았습니다. 여기서 각 digitsi 는 정수의 iᵗʰ 자리수입니다. 그 자리수는 …

    #plus-one #array #algorithm #coding-challenge #easy #integer-manipulation #leetcode
  • 2주 전 · software

    [BOJ/C, C++] 단계별로 풀어보기 / 입출력과 사칙연산 ~ 1차원 배열

    1008번 A/B 문제 링크 c include int main { double A, B; scanf'%lf %lf', &A, &B; printf'%.9lf', A / B; } 소수점 아래 9자리 이상을 출력하면 안전합니다. float는 약 6자리만 정확히 표현하므로 double을 사용...

    #C #C++ #Baekjoon #algorithm #input-output #precision #iomanip #problem solving
  • 2주 전 · software

    🐦‍🔥초보자 친화 가이드 'Plus One' – LeetCode 66 (C++ | Python | JavaScript)

    문제 설명: 당신은 non‑negative integer를 나타내는 array digits를 받습니다. 각 element는 single digit이며, most significant digit i...

    #leetcode #plus-one #arrays #algorithm #interview-prep #c++ #python #javascript #coding-challenge
  • 2주 전 · software

    Python을 사용하여 범위 배열 병합

    중첩된 범위에서 고유 번호를 세기: Advent of Code 2025 챌린지와 이전 booking‑system 구현에서 영감을 받음.

    #python #algorithm #range-merge #performance #advent-of-code #intervals #set

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026