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 中文
  • 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

    Multi-dimensional Arrays & Row-major Order: A Deep Dive

    Multi‑Dimensional Arrays and Row‑Major Ordering Conceptual View c int matrix34; Think of it as a 2‑D grid: 00 01 02 03 10 11 12 13 20 21 22 23 Physical View Me...

    #multidimensional arrays #row-major order #memory layout #C programming #low-level implementation #data structures #address calculation
  • 1 week ago · software

    🧱 Beginner-Friendly Guide 'Maximal Rectangle' – LeetCode 85 (C++, Python, JavaScript)

    🧱 Beginner‑Friendly Guide “Maximal Rectangle” – LeetCode 85 C++, Python, JavaScript !Cover image for 🧱 Beginner‑Friendly Guide 'Maximal Rectangle' – LeetCode...

    #leetcode #maximal-rectangle #algorithm #data-structures #c++ #python #javascript #histogram #binary-matrix #coding-interview
  • 1 week ago · software

    Cyclic Sort Made Simple: Learn the Basics and How It Works

    Cyclic Sort Cyclic sort is an in‑place and unstable sorting algorithm that is specially designed to sort arrays whose elements lie in a known range, e.g. from...

    #cyclic sort #sorting algorithm #in‑place sort #algorithm tutorial #array manipulation #programming #data structures
  • 1 week ago · software

    Inherent Logics III.

    Declarative vs Imperative as Inherent Logics There’s a design truth I keep coming back to: the form contains its own rule. The structure itself tells you how i...

    #declarative programming #imperative programming #software design #data structures #programming paradigms #engineering principles
  • 1 week ago · software

    Two Pointers (Opposite Ends)

    Overview This pattern uses two pointers that start from opposite ends of a data structure array or string and move toward each other. It is mainly used when: -...

    #two pointers #algorithm #data structures #array #string #time complexity #O(N) #coding interview #pattern
  • 1 week ago · software

    How to Create Memory-Efficient Software: A Practical Guide for Developers

    Introduction Memory efficiency is a critical aspect of modern software engineering. Poor memory management leads to slow performance, crashes, scalability issu...

    #memory management #performance optimization #programming languages #C++ #Java #Python #Rust #Go #data structures #software engineering
  • 1 week ago · software

    LeetCode DSA Series #7: 169. Majority Element

    !Cover image for LeetCode DSA Series 7: 169. Majority Elementhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%...

    #leetcode #majority-element #algorithm #data-structures #coding-interview
  • 1 week ago · software

    Day 6 – Build a Fixed Transport Route & Fare Reference System in Python

    !Project Screenshothttps://dev-to-uploads.s3.amazonaws.com/uploads/articles/l2u4hy9c4vfl8o2rwes0.png Screenshot from the Day 6 commit Source: Overview For Day 6...

    #python #30daysofpythonprojects #transport #fare-reference #tuples #data-structures #public-transport #open-source
  • 1 week ago · software

    Day 9 of 100

    Today I started learning about a new data type: dictionaries. At first I thought that the fuctions would be fairly similar such as .append .remove and other var...

    #python #dictionaries #data-structures #programming-basics #learning
  • 1 week ago · software

    Las 5 Estructuras de Datos que Dominarán tu Próxima Entrevista Técnica

    Las 5 Estructuras de Datos que Dominarán tu Próxima Entrevista Técnica Si estás preparándote para entrevistas en empresas como Mercado Libre, Nubank, Rappi, Glo...

    #data structures #technical interview #coding interview preparation #algorithms #programming #software engineering
  • 1 week ago · software

    Clone Graph: Coding Problem Solution Explained

    Clone Graph The “Clone Graph” problem asks you to create a deep copy of a connected graph. Each node in the graph contains a value and a list of its neighbors....

    #graph #deep-copy #algorithm #recursion #data-structures #coding-interview

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026