Random Search(Memoryless)

Objective

Search for the target element in the list, which might be present. To search, randomly pick one item at a time from the list.

Experiment Setup

The Random Search With Replacement experiment consists of a list of numbers which are hidden. You can click on any item/index/number to select it. You can select at most one item at a time.

On selecting one item, you will be shown the number, and the background will indicate whether the number is the search target.

Procedure

Follow the given steps to perform the experiment.

  1. Select an item randomly from grey items.
  2. Check if the number is the search Target.If not, then repeat step 1 and 2 again.