Link list usage in system programming

Posted by Pwn on Stack Overflow See other posts from Stack Overflow or by Pwn
Published on 2010-05-31T19:18:25Z Indexed on 2010/05/31 19:23 UTC
Read the original article Hit count: 315

Hi, in spite of having so many efficient data structures, why is only linked list used so heavily in systems programming? Is it because it allows least usage of heap/less buggy code?

Regards, Pwn

© Stack Overflow or respective owner

Related posts about c

    Related posts about network-programming