• 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/8

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;

8 Cards in this Set

  • Front
  • Back

Stacks

An ordered list of elements that are always inserted and removed from the top.

Queue

A linear structure which follows a particulat structure in which the operations are performed. FIFO - first in first out process

Enqueue

Add an element to the queue

Dequeue

Remove an element from the queue

Front

Get the front item from the queue

Rear

Get the last element from the queue

Limear Search

Starts from the top of the list and searches through for what is being looked for.

Binary Search

Find the middle if the number taht is being looked for is more than the middle search the right side if it is smaller search the left side