Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C: linked lists or dynamic arrays?

Name: Anonymous 2011-04-07 20:56

As a general rule, should C programs use linked lists or dynamic arrays?

Name: Anonymous 2013-03-19 6:09

>>39
Sure they seem like O(1) but in real world conditions they are terrible. They take more memory. They destroy cache.
You might need to read this so it doesn't sound like you have absolutely no clue what you're talking about.
https://en.wikipedia.org/wiki/Computational_complexity_theory

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List