EUNO.NEWS EUNO.NEWS
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
  • All (20931) +237
    • AI (3154) +13
    • DevOps (932) +6
    • Software (11018) +167
    • IT (5778) +50
    • Education (48)
  • Notice
  • All (20931) +237
  • AI (3154) +13
  • DevOps (932) +6
  • Software (11018) +167
  • IT (5778) +50
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 20 hours ago · software

    🚂 Arrays Explained Like You're 5

    The Train Imagine a train with numbered compartments: 🚂 Car 0 Car 1 Car 2 Car 3 Car 4 Each car has a number starting from 0! and can hold one thing. Arrays ar...

    #arrays #data structures #programming fundamentals #intro to coding #JavaScript/Python
  • 1 day 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
  • 2 days ago · software

    Why Array Index Starts from 0: The Real Reason Behind the Scenes

    If you’ve ever written code, you’ve probably asked this question at least once: > “Why do arrays start from index 0 instead of 1?” At first glance, starting fro...

    #arrays #zero-based indexing #memory addressing #programming languages #data structures
  • 4 days ago · software

    Todo App

    Introduction After completing my first logic‑focused project Counters, I wanted to take the next natural step in complexity — not by improving the UI, but by c...

    #todo app #react #state management #CRUD #arrays #frontend development #learning project
  • 1 week ago · software

    An array is a row of boxes. Each box holds a value. Each box has a number.

    Cleaned Markdown markdown !Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s...

    #arrays #data structures #programming fundamentals #software development #coding basics
  • 1 week ago · software

    How to Find the Symmetric Difference Between Two Arrays in JavaScript

    Approach Overview We compare two arrays and return a new array that contains only the values that exist in one array but not in both. In other words, we remove...

    #javascript #arrays #symmetric-difference #filter #includes #programming-tutorial
  • 1 week ago · software

    Day 1: The Array Lie (Arrays vs Pointers in C)

    Introduction Today marks Day 1 of my 30‑Day Coding Challenge to master C internals, algorithms, and database design. Why am I doing this? In a world of AI and...

    #C programming #arrays #pointers #memory management #coding challenge #programming fundamentals #data structures
  • 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

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

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

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

    🐦‍🔥Beginner-Friendly Guide 'Plus One' – LeetCode 66 (C++ | Python | JavaScript)

    Problem Description You are given an array digits that represents a non‑negative integer, where each element is a single digit and the most significant digit i...

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

    Day 1 of DSA: Arrays Fundamentals

    Day 1: Arrays I chose arrays as the starting point for my DSA journey. Although I am not a complete beginner—I have learned Java and basic DSA earlier—I felt a...

    #arrays #data structures #algorithms #Java #programming fundamentals #DSA learning

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026