8.1.2
Sort Algorithms
Sort Algorithms
Sort Algorithms
Sorting algorithms allow us to put data in a certain order.
Sort algorithms
Sort algorithms
- A sort algorithm is a set of instructions to arrange a dataset into a particular order.
Efficient sorting
Efficient sorting
- An efficient sort algorithm is one which can sort a dataset in a short time.
Examples of sorting algorithms
Examples of sorting algorithms
- Bubble sort.
- Insertion sort.
- Merge sort.
Bubble Sort
Bubble Sort
Bubble sort is a naive sorting algorithm.
The concept
The concept
- Imagine that you have a set of cards face up on the desk.
- If the first two cards are in the wrong order, you swap them.
- Then do the same for the second and third cards, and continue in this pattern until the end of the pack. This is known as a pass.
- The highest value will 'bubble' up to the top of the pack each pass.
- By repeating this enough times, the pack will get sorted.
In English
In English
- Compare the first two items of the dataset:
- If they are in the wrong order, swap them.
- Continue for the rest of the cards in the deck.
- Repeat the whole process, until a pass with no swaps happens.
Pros and cons of bubble sort
Pros and cons of bubble sort
- Pros:
- Easy to implement.
- Does not use much memory.
- Cons:
- Poor for efficiency.
1Components of a Computer
1.1Structure & Function of the Processor
1.2Types of Processors
2Software & Software Development
2.1Systems Software
2.2Applications Generation
2.3Software Development
3Exchanging Data
3.1Compression, Encryption & Hashing
3.3Networks
4Data Types, Data Structures & Algorithms
4.1Data Types
5Legal, Moral, Cultural & Ethical Issues
5.1Computing Related Legislation
6Elements of Computational Thinking
6.1Thinking Abstractly
6.2Thinking Procedurally
6.3Thinking Logically
7Problem Solving & Programming
7.1Programming Techniques
7.2Programming Construction
Jump to other topics
1Components of a Computer
1.1Structure & Function of the Processor
1.2Types of Processors
2Software & Software Development
2.1Systems Software
2.2Applications Generation
2.3Software Development
3Exchanging Data
3.1Compression, Encryption & Hashing
3.3Networks
4Data Types, Data Structures & Algorithms
4.1Data Types
5Legal, Moral, Cultural & Ethical Issues
5.1Computing Related Legislation
6Elements of Computational Thinking
6.1Thinking Abstractly
6.2Thinking Procedurally
6.3Thinking Logically
7Problem Solving & Programming
7.1Programming Techniques
7.2Programming Construction
Unlock your full potential with GoStudent tutoring
Affordable 1:1 tutoring from the comfort of your home
Tutors are matched to your specific learning needs
30+ school subjects covered