Computer Science, asked by jayrudrajha555, 5 months ago

an algorithm is written to solve a problem therefore it must produce...... ​

Answers

Answered by Anonymous
3

Answer:

you are taking about computer problems and computer algorithms specifically, then problems can be like:

Find the shortest path between two nodes → can be solves with Dijkstra algorithm.

Find the first N prime numbers → Can be solved by Sieve of Eratosthenes.

Sorting N numbe.

Similar questions