Purchase Solution

Explaining how to compare algorithms

Not what you're looking for?

Ask Custom Question

Discuss what makes one algorithm better than another. Give an example.

Purchase this Solution

Solution Summary

This solution provides a discussion of how to evaluate and compare different Computer Science algorithms.

Solution Preview

There are many different factors that can be used with comparing algorithms. These include the amount of space that the algorithm requires to run, the complexity of the algorithm, and the time it takes for the algorithm to run. Usually the time to run is the most significant factor. For example, consider comparing a bubble sort to a quicksort. Both algorithms will sort a list of values. The bubble sort will require n^2 (n squared) time to complete the sort on ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.