2025-03-17 15:03
THE MOST FASCINATING Algorithm I learned about:
Algorithms are a step by step procedures for solving a problem or accomplish a task.
For reference an algorithm
~Should terminate after a finite time
~Should produce atleast one output
~Should take zero or more input
~Should be deterministic
~It’s every step should be effective