What are the characteristics of a good algorithm?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
A good algorithm should be correct, efficient, easy to understand, easy to implement, and maintainable. It should produce the correct output for all possible inputs, be optimized to run as quickly as possible and use the least number of resources.