|
|
|
|
|
by narag
2561 days ago
|
|
Assembly was fun, but I understand it would be cruel and not so useful to teach it to today students, but I can't figure out how someone can learn some concepts whithout the "memory is an array" model. My favourite book at college about (the real) data structures started building the array, even if it was already implemented in the language. |
|
Of course you also have to mention that even assembly is an abstraction. Memory isn't really a big array, cpus have caches and all that jazz. This matters when writing performant algorithms.