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

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

    Building an App That Auto-Generates a Portfolio from 3-Line Learning Logs

    Introduction While studying C++ and OSS in my spare time outside of work, I've always had one challenge: 'I want to record what I learn, but I don't have time...

    #C++ #app-development #note-taking #learning-logs #productivity #career-portfolio
  • 2 weeks ago · software

    From 3+ Days to 3.8 Hours: Scaling a .NET CSV Importer for SQL Server

    markdown !Татьяна Кузнецоваhttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.c...

    #.NET #C# #SQL Server #CSV import #performance optimization #data pipeline #bulk insert #ETL
  • 2 weeks ago · software

    Why Arrays Start at Index 0: A Memory-Level Explanation

    Why Do Arrays in C/C++ Start at Index 0? To understand this properly, we need to look at how arrays are stored in memory and how the compiler computes element...

    #arrays #zero-based indexing #pointer arithmetic #C #C++ #memory layout #programming concepts
  • 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

    The Blazor Closure Bug That Made All My Time Slots 24:00 🕛 🕛

    The Mysterious Bug I was building a conference room booking system in Blazor when I encountered a bizarre bug. My timeline component showed time slots from 6 A...

    #Blazor #bug #datetime #C# #.NET #UI #debugging #time slots
  • 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

    [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

    🎨 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

    Surviving Breaking Changes in Evolving C# APIs, Hard Lessons and Practical Strategies for .NET Devs

    Handling Breaking Changes in Evolving APIs: Lessons from the Trenches When you ship APIs in the real world, change is inevitable. But breaking changes? That’s...

    #C# #.NET #API #breaking-changes #versioning #backward-compatibility #software-architecture
  • 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

    🎯 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

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026