Algorithm

All Questions

Asked by: Zoha Tazmen

What is an algorithm?

Answers (1)

An algorithm is a step-by-step procedure or set of rules used to solve a specific problem or task. It takes an input, processes it, and produces an output. Examples include sorting algorithms (like QuickSort and MergeSort) and searching algorithms (like Binary Search).

Answered by: Zoha Tazmen

Your Answer