EUNO.NEWS EUNO.NEWS
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
  • All (20543) +144
    • AI (3117) +9
    • DevOps (914) +5
    • Software (10652) +105
    • IT (5812) +25
    • Education (48)
  • Notice
  • All (20543) +144
  • AI (3117) +9
  • DevOps (914) +5
  • Software (10652) +105
  • IT (5812) +25
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2天前 · software

    第9天:迭代 vs. 递归:性能分析(阶乘)

    递归 vs. 迭代 递归通常写起来更简洁,阅读起来也更容易,尤其是处理树结构时,但它有代价:空间复杂度。 - 迭代使用…

    #recursion #iteration #factorial #performance #space-complexity #C #algorithm
  • 1周前 · software

    Python 中的可变与不可变对象(简明解释)

    介绍 本文解释了一个核心的 Python 概念,它经常导致混淆,尤其是在使用 data structures、recursion 和 backtracking 时。我...

    #python #mutable #immutable #data-structures #programming-concepts #recursion
  • 1周前 · software

    初学者友好指南《Smallest Subtree with all the Deepest Nodes》 – LeetCode 865 (C++, Python, JavaScript)

    封面图片:🌠 初学者友好指南 “Smallest Subtree with all the Deepest Nodes” – LeetCode 865 C++、Python、JavaScript https://media2.dev.to/dynamic/ima...

    #leetcode #binary-tree #algorithm #recursion #depth-first-search #c++ #python #javascript
  • 1周前 · software

    递归的迭代

    将简化 HTML 转换为 Markdown 并使用语法树 在我的一个副项目或“宠物”项目中,我编写了一个小型 parser,用于简化 HTML,p...

    #java #swing #jeditorpane #html #markdown #parser #recursion #note‑app
  • 1周前 · software

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

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

    #graph #deep-copy #algorithm #recursion #data-structures #coding-interview
  • 2周前 · software

    精通递归与DP:可视化指南

    递归是一条栈;DP 是一张表。停止猜测,使用 AI 可视化来构建坚如磐石的思维模型,攻克最难的算法主题。递归和动态……

    #recursion #dynamic programming #algorithms #interview preparation #AI visualization #coding #LeetCode #tech interviews
  • 2周前 · software

    HTDP 学习博客

    这个博客是从 2019–2024 年的众多往年考试和 HTDP / Racket 课堂规则中提炼出的综合学习指南。它侧重于 evaluation、function design、……

    #Racket #HTDP #functional programming #recursion #exam preparation #program design
  • 1个月前 · software

    奠定基础:递归全面指南(调用自身的函数)

    !递归示例https://media2.dev.to/dynamic/image/width=800,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.am...

    #recursion #programming fundamentals #algorithms #function calls #base case #software development
  • 1个月前 · software

    排列与下一个排列

    引言 排列是问题求解和数据结构(PS/DSA)中的基本概念。它们出现在递归、回溯、组合学、图等领域。

    #permutations #next-permutation #algorithms #data-structures #recursion #backtracking #interview-prep #combinatorics
  • 1个月前 · software

    Leetcode 39 组合总和

    问题陈述:给定一个由不同整数构成的数组 candidates 和一个目标整数 target,返回所有候选数组的唯一组合,使得所选的数字…

    #leetcode #combination-sum #backtracking #python #algorithm #recursion
  • 1个月前 · software

    第66天:Python 反转二叉树,递归镜像交换实现完美树对称(LeetCode #226 风格)

    欢迎来到 80DaysOfChallenges 之旅的第 66 天!本次中级挑战聚焦于通过递归交换左子节点和右子节点来翻转二叉树。

    #python #binary-tree #recursion #algorithm #leetcode-226 #data-structures
  • 1个月前 · software

    扁平化嵌套列表

    大家好!👋 我知道我最近有点沉默。上周我真的得了相当严重的流感,完全把我击倒了。🤒 这就是为什么我 mis...

    #python #recursion #list #algorithm #flatten #coding-challenge

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026