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 中文
  • 3 days ago · software

    Java Solution: Redundant Parenthesis Detection O(N)

    Problem Given a string s representing a balanced expression, determine whether it contains any redundant parentheses. A pair of parentheses is redundant if the...

    #java #redundant-parentheses #algorithm #stack #O(N) #coding-interview #expression-parsing
  • 1 week ago · software

    Separate Stack for separate Thread.

    Threads & Processes Core Concept Each thread needs its own stack, but threads within a process share code, data, and the heap. The OS kernel orchestrates every...

    #threads #processes #stack #memory-layout #concurrency #operating-system #TCB #PCB
  • 2 weeks ago · software

    Uxn/Varvara ecosystem is a personal computing stack

    Article URL: https://100r.co/site/uxn.html Comments URL: https://news.ycombinator.com/item?id=46471618 Points: 3 Comments: 1...

    #uxn #varvara #personal computing #stack #low‑level programming #retrocomputing #emulator #software ecosystem
  • 1 month ago · software

    Java Variable

    A variable in Java is a named memory location used to store data that can change during program execution. It can be thought of as: Variable = name + memory + v...

    #java #variables #declaration #initialization #memory-management #stack #heap #programming-basics
  • 1 month ago · software

    Day 64: Python Depth-First Search (DFS) on Tree, Stack-Based Iterative Traversal for Deep Exploration Without Recursion

    Welcome to Day 64 of the 80DaysOfChallenges journey! This intermediate challenge implements Depth-First Search DFS on a tree structure using an iterative stack...

    #python #depth-first-search #dfs #iterative-algorithm #stack #tree-traversal #recursion-avoidance #algorithm #interview-prep
  • 1 month ago · software

    Stack and Queue — Kids' Toy Box Adventure!

    Stack: The Cookie Tower Game A stack is like building a tower of cookies. You can only put a cookie on top or take one from the top. The last cookie you add is...

    #stack #queue #data structures #Python #beginner tutorial #algorithms
  • 1 month ago · software

    How to Convert a Recursive Solution to Iterative on LeetCode Using a Stack

    Originally published on LeetCopilot Bloghttps://leetcopilot.dev/blog/convert-recursive-solution-to-iterative-leetcode-using-stack Interviewers often ask you to...

    #recursion #iteration #stack #LeetCode #algorithm #interview-prep #DFS #backtracking
EUNO.NEWS
RSS GitHub © 2026