Programming Medium

CS Fundamentals: Arrays & Linked Lists

Test your knowledge of arrays and linked lists — the two most fundamental data structures and the trade-offs between them.

Questions cover time complexity of access, insertion, and deletion, the difference between singly and doubly linked lists, and when to choose one structure over the other.

Almost every other data structure builds on these two — see how solid your fundamentals are.

Start quiz → Opens in a new tab on Cletica
Sample questions3 of 14 shown
Q1
What is the time complexity of accessing an element at index 5 in an array?
Q2
Which operation is more efficient in a linked list compared to an array?
Q3
Which of the following are disadvantages of using arrays? (Select all that apply)
Answer all 14 questions on Cletica →

What This Quiz Covers

Cletica

Want to create your own quiz?

Build surveys and quizzes, share with anyone, collect responses — free to start.

Try Cletica for free →