Udemy

Searching and Sorting Algorithms

Enroll Now
  • 12,991 Students
  • Updated 7/2025
4.2
(58 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
4 Hour(s) 27 Minute(s)
Language
English
Taught by
Sujithkumar MA
Rating
4.2
(58 Ratings)
2 views

Course Overview

Searching and Sorting Algorithms

Visualize Searching and Sorting Algorithms and Implement them in C++

Hey there! In this course on searching and sorting algorithms. We will be visualising the workflow of the algorithms and understanding the hang of them. We will implement what we have understood in Cpp Programming. We will compare and contrast each algorithm in terms of time, space, adaptability and stability.

The searching algorithms that we will be studying in this course are

1. Linear Search

2. Binary Search - Both Recursive and Iterative

3. Jump Search.


The sorting algorithms what we will be looking in this course are:

1. Bubble Sort

2. Selection Sort

3. Merge Sort

4. Quick Sort

5. Count Sort

6. Bucket Sort

7. Radix Sort

8. Insertion Sort


You'll be able to understand the typical use cases, workflow, time complexity, implementation of each and every algorithm.

A sorting algorithm is an algorithm that puts elements of a list in a certain order. The most frequently used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the efficiency of other algorithms (such as search and merge algorithms) that require input data to be in sorted lists. Sorting is also often useful for canonicalizing data and for producing human-readable output. More formally, the output of any sorting algorithm must satisfy two conditions:

  1. The output is in nondecreasing order (each element is no smaller than the previous element according to the desired total order);

  2. The output is a permutation (a reordering, yet retaining all of the original elements) of the input.

For optimum efficiency, the input data in fast memory should be stored in a data structure which allows random access rather than one that allows only sequential access


[UPDATE - 13th of July, 2025] - Added the SDE Finding the First Bug Problem (Interview Question)

[UPDATE - 13th of July, 2025] - Added one coding exercise (Interview Question)

Course Content

  • 10 section(s)
  • 30 lecture(s)
  • Section 1 Introduction
  • Section 2 Linear Search
  • Section 3 Binary Search
  • Section 4 Jump Search
  • Section 5 Bubble Sort
  • Section 6 Selection Sort
  • Section 7 Count Sort
  • Section 8 Bucket Sort
  • Section 9 Radix Sort
  • Section 10 Insertion Sort

What You’ll Learn

  • Searching and Sorting Algorithms

Reviews

  • A
    Aditi Bande
    4.0

    Nicely Explained.

  • S
    Sharvesh
    4.0

    GOOD

  • N
    NAVEEN KUMAR TIRUPATHI
    5.0

    The way of explaining the concepts is quite impressive... I'm happy that I've taken this course.

  • T
    Tawanda Fohlo
    5.0

    great course

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed