EUNO.NEWS EUNO.NEWS
  • All (20292) +229
  • AI (3103) +13
  • DevOps (906) +6
  • Software (10480) +161
  • IT (5755) +49
  • Education (48)
  • Notice
  • All (20292) +229
    • AI (3103) +13
    • DevOps (906) +6
    • Software (10480) +161
    • IT (5755) +49
    • Education (48)
  • Notice
  • All (20292) +229
  • AI (3103) +13
  • DevOps (906) +6
  • Software (10480) +161
  • IT (5755) +49
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 1周前 · software

    数组是一排盒子。每个盒子保存一个值。每个盒子都有一个编号。

    已清理的 Markdown markdown !Forem 徽标 https://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周前 · software

    多维数组 & Row-major Order:深入探讨

    多维数组和行主序 概念视图 c int matrix34; 将其视为一个二维网格: 00 01 02 03 10 11 12 13 20 21 22 23 物理视图 …

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

    🧱 初学者友好指南 “Maximal Rectangle” – LeetCode 85 (C++, Python, JavaScript)

    🧱 初学者友好指南 “Maximal Rectangle” – LeetCode 85 C++, Python, JavaScript!封面图:🧱 初学者友好指南 ‘Maximal Rectangle’ – LeetCode…

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

    Cyclic Sort 简明易懂:学习基础及工作原理

    循环排序(Cyclic Sort)是一种原地且不稳定的排序算法,专门用于对元素位于已知范围(例如从…)的数组进行排序。

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

    固有逻辑 III

    声明式 vs 命令式 作为固有逻辑 有一个我不断回归的设计真理:形式本身包含其规则。结构本身告诉你如何 i...

    #declarative programming #imperative programming #software design #data structures #programming paradigms #engineering principles
  • 1周前 · software

    双指针(相向)

    概述 该模式使用两个指针,从数据结构(数组或字符串)的相对两端开始,向彼此靠拢。它主要在以下情况下使用: -...

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

    如何创建内存高效软件:开发者实用指南

    引言 内存效率是现代软件工程的关键方面。糟糕的内存管理会导致性能下降、崩溃和可扩展性问题……

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

    LeetCode DSA 系列 #7: 169. 多数元素

    LeetCode DSA 系列 7:169. Majority Element 的封面图 https://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周前 · software

    第6天 – 使用 Python 构建固定运输路线和票价参考系统

    !项目截图https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l2u4hy9c4vfl8o2rwes0.png 来自第6天提交的截图 来源:概览 第6天...

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

    第9天(共100天)

    今天我开始学习一种新的数据类型:字典。起初,我以为这些函数会相当类似,比如 .append、.remove 以及其他 var...

    #python #dictionaries #data-structures #programming-basics #learning
  • 1周前 · software

    5种数据结构将主宰你的下一次技术面试

    5种将在你的下一次技术面试中占主导地位的数据结构 如果你正在为 Mercado Libre、Nubank、Rappi、Glo 等公司的面试做准备…

    #data structures #technical interview #coding interview preparation #algorithms #programming #software engineering
  • 1周前 · software

    Clone Graph:编码问题解决方案详解

    Clone Graph “Clone Graph”问题要求你创建一个连通图的深拷贝。图中的每个节点包含一个值和它的邻居列表……

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

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026