Data-Structure/Array #77
Replies: 1 comment 3 replies
-
really love your notes dude |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Data-Structure/Array
Abstract A Linear collection of elements of the same Datatype that are stored in Continuous Memory. The next node is obtained by adding a constant value to the Memory Address of current node Cache Hit Elements of array are stored in Main Memory in a compact manner, thus making great use of Cache Locality.
https://notes.yxy.ninja/Data-Structure/Array
Beta Was this translation helpful? Give feedback.
All reactions