Purchase Solution

Structured Data Type - Array

Not what you're looking for?

Ask Custom Question

In what situation would you implement an array?
How items in the array might be searched for or sorted using different techniques.
Covers Sequential & Binary Search; Selection Sort, Bubble Sort, Index Sort, Merge Sort.

Purchase this Solution

Solution Summary

Like search algorithms, sort algorithms require logical thinking and "looping" skills.
Array sorting techniques require much of the same thinking skills as searching. The most important aspect by far is simply knowing how to manipulate an array. By definition, an array is a homogeneous structure consisting of a collection of memory locations used to store data values all of the same type.

Purchase this Solution


Free BrainMass Quizzes
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.

Javscript Basics

Quiz on basics of javascript programming language.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

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.