
Basic Methods of Search Algorithm – Sequential and Interval Searching
Search algorithms are methods for finding a specific item or key value in a dataset, such as an array, dictionary, …

Dijkstra’s Algorithm
Introduction
Dijkstra’s algorithm was invented by Edsger Wybe Dijkstra, a computer scientist from Germany who was born & died on …

Basic Sorting Algorithms
Sorting algorithms aim to arrange the order of a set of elements, such as a list or array, in a …

What is Algorithm?
Definition of Algorithm
The algorithm was known way before the first computer was invented. In ancient history, the algorithm was …