EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2 days ago · software

    Day 9: Iteration vs. Recursion: Analyzing Performance (Factorial)

    Recursion vs. Iteration Recursion is often cleaner to write and easier to read especially for trees, but it comes at a cost: space complexity. - Iteration uses...

    #recursion #iteration #factorial #performance #space-complexity #C #algorithm
  • 1 week ago · software

    Mutable vs Immutable Objects in Python (Explained Simply)

    Introduction This post explains a core Python concept that often causes confusion, especially when working with data structures, recursion, and backtracking. I...

    #python #mutable #immutable #data-structures #programming-concepts #recursion
  • 1 week ago · software

    🌠Beginner-Friendly Guide 'Smallest Subtree with all the Deepest Nodes' – LeetCode 865 (C++, Python, JavaScript)

    !Cover image for 🌠Beginner-Friendly Guide 'Smallest Subtree with all the Deepest Nodes' – LeetCode 865 C++, Python, JavaScripthttps://media2.dev.to/dynamic/ima...

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

    Iterando lo recursivo

    Conversión de HTML reducido a Markdown con un árbol sintáctico En uno de mis proyectos laterales o “mascota” escribí un pequeño parser para un HTML reducido, p...

    #java #swing #jeditorpane #html #markdown #parser #recursion #note‑app
  • 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
  • 2 weeks ago · software

    Master Recursion and DP: A Visual Guide

    Recursion is a stack; DP is a table. Stop guessing and use AI visuals to build rock‑solid mental models for the hardest algorithm topics. Recursion and Dynamic...

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

    HTDP Study Blog

    This blog is a comprehensive study guide distilled from many past exams 2019–2024 and lecture rules in HTDP / Racket. It focuses on evaluation, function design,...

    #Racket #HTDP #functional programming #recursion #exam preparation #program design
  • 1 month ago · software

    Building the Foundation: A Comprehensive Guide to Recursion (The Function That Calls Itself)

    markdown !Recursion illustrationhttps://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 month ago · software

    Permutations & Next Permutation

    Introduction Permutations are a fundamental concept in problem solving and data structures PS/DSA. They appear in recursion, backtracking, combinatorics, graph...

    #permutations #next-permutation #algorithms #data-structures #recursion #backtracking #interview-prep #combinatorics
  • 1 month ago · software

    Coding Challenge Practice - Question 81

    Task Implement a function that replaces undefined values with null throughout a given input, handling primitives, arrays, and objects recursively. Approach 1....

    #javascript #recursion #undefined-to-null #coding-challenge #arrays #objects
  • 1 month ago · software

    Leetcode 39 Combination Sum

    Problem Statement Given an array of distinct integers candidates and a target integer target, return all unique combinations of candidates where the chosen num...

    #leetcode #combination-sum #backtracking #python #algorithm #recursion
  • 1 month ago · software

    Day 66: Python Invert Binary Tree, Recursive Mirror Swap for Perfect Tree Symmetry (LeetCode #226 Style)

    Welcome to Day 66 of the 80DaysOfChallenges journey! This intermediate challenge focuses on inverting a binary tree by recursively swapping left and right child...

    #python #binary-tree #recursion #algorithm #leetcode-226 #data-structures

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026