See complete series on data structures here:
• Data structures
In this lesson we will compare arrays with linked lists based on various parameters and understand the cost of various operations with these data structures.
Lessons on big-oh notation can be found in these series on time complexity:
• Time Complexity Analysis