• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

A linear data structure used to organize and store a collection of elements (nodes), where each node contains both data and a reference (or link) to the next node in the sequence, forming a chain-like structure.

Linked List

A linear data structure consists of a sequence of elements, called nodes, where each node contains two parts: data and a reference (or pointer) to the next node in the sequence

Singly Linked List

A data structure that uses multiple levels of linked lists to efficiently store and search for sorted elements, providing a balance between simplicity and search speed

Skip List