What is an algorithm in coding?



What is an algorithm in coding?..

Answer / Dhawan Rai

An algorithm is a step-by-step procedure for solving a computational problem. It consists of a series of instructions or actions that are to be executed by a computer to solve a specific problem.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Can arraylist store objects?

1 Answers  


Why null is not allowed in treemap?

1 Answers  


how to display Singly Linked List from First to Last?

1 Answers  


What is circular queue in data structure?

1 Answers  


How can we reverse a singly linked list?

1 Answers  


What is selection sort with example?

1 Answers  


What is default array size?

1 Answers  


What are the difference between malloc() and calloc()?

1 Answers  


Define the queue data structure.

1 Answers  


What is the difference between hashset and hashmap?

1 Answers  


Do all declaration statements result in a fixed reservation in memory?

1 Answers  


What are the major data structures used in the rdbms?

1 Answers  


Categories