EUNO.NEWS EUNO.NEWS
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
  • All (20993) +299
    • AI (3155) +14
    • DevOps (933) +7
    • Software (11054) +203
    • IT (5802) +74
    • Education (48)
  • Notice
  • All (20993) +299
  • AI (3155) +14
  • DevOps (933) +7
  • Software (11054) +203
  • IT (5802) +74
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 2 weeks ago · software

    Delete a Node in a Binary Search Tree (BST)

    Quick Reminder: What Makes a BST Special? - All values in the left subtree are smaller than the node. - All values in the right subtree are greater. This order...

    #binary search tree #BST #data structures #algorithms #node deletion #DSA tutorial #coding practice
  • 2 weeks ago · software

    Structure Padding Isn’t Wastage of Memory — It’s a Hardware Requirement

    Structure Padding – Why sizeof Is Bigger Than You Expect Have you ever manually calculated the size of a struct, only to find that sizeof returns a larger numb...

    #structure padding #memory alignment #C programming #embedded systems #performance optimization #data structures
  • 2 weeks ago · software

    DSA Doesn’t Make You a Better Engineer (Alone)

    Introduction Let’s address the elephant in the interview room. DSA is a skill. Somehow, solving algorithm problems has turned into a moral flex: “I’ve solved 4...

    #data structures #algorithms #coding interviews #LeetCode #software engineering #problem solving #career advice
  • 2 weeks ago · software

    30 Core Algorithm:EP-05: Sliding Window Algorithm

    !Sliding Windowhttps://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.c...

    #sliding window #algorithm #data structures #context preservation #time series processing #optimization
  • 3 weeks ago · software

    30 Core Algorithm Ep:04- Two Pointers Technique

    !Two Pointerhttps://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%...

    #two pointers #algorithm #data structures #coding interview #array manipulation #algorithmic technique
  • 3 weeks ago · software

    You Can't Resize a Bloom Filter. Here's What To Do Instead.

    What Are Bloom Filters? Bloom filters are a probabilistic data structure that use a bit array and hash functions to reduce the load on main databases. You migh...

    #bloom filter #probabilistic data structures #hash functions #memory optimization #data structures #scalability #database performance
  • 3 weeks ago · software

    The DNA of Data: Objects & Arrays Masterclass

    markdown !Vila Segurahttps://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fu...

    #javascript #objects #arrays #data-structures #web-development #react #nodejs #programming-tutorial
  • 3 weeks ago · software

    The DSA Dependency Graph: A Logical Roadmap from Arrays to DP

    !Cover image for The DSA Dependency Graph: A Logical Roadmap from Arrays to DPhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,f...

    #data structures #algorithms #DSA #arrays #dynamic programming #learning roadmap #computer science #programming
  • 3 weeks ago · software

    Day 82 of 100 days dsa coding challenge

    Problem Find the Peak Element in a 2D Matrix GeeksforGeeks problem linkhttps://www.geeksforgeeks.org/problems/find-the-peak-element-in-a-2d-matrix/1 Difficulty...

    #dsa #coding-challenge #peak-element #2d-matrix #binary-search #python #algorithm #geeksforgeeks #data-structures
  • 3 weeks ago · software

    That One Python List Bug That Wasted My Time 😅

    The Issue I recently ran into a weird Python bug while solving a problem that needed a 2‑D list. The code looked correct, but the output was completely wrong....

    #python #list #shallow-copy #list-comprehension #bug #programming #data-structures
  • 3 weeks ago · software

    Correspondence Between Don Knuth and Peter van Emde Boas on Priority Deques 1977 [pdf]

    Article URL: https://staff.fnwi.uva.nl/p.vanemdeboas/knuthnote.pdf Comments URL: https://news.ycombinator.com/item?id=46371759 Points: 8 Comments: 1...

    #priority queue #deque #data structures #algorithms #Knuth #van Emde Boas #historical correspondence
  • 3 weeks ago · software

    Donald E. Knuth and Peter van Emde Boas on priority deques (1977) [pdf]

    Article URL: https://staff.fnwi.uva.nl/p.vanemdeboas/knuthnote.pdf Comments URL: https://news.ycombinator.com/item?id=46371759 Points: 40 Comments: 2...

    #priority-deque #data-structures #algorithms #Knuth #van-Emde-Boas #historical-paper #computer-science

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026