Start Now!
Enroll to Get StartedWith this course, you will:
- Learn DSA using C++
- Practice with coding exerises
- Earn a professional certificate
Average Salary (US)
$114,997
Prerequisites
Average Salary (US)
$114,997
Prerequisites
Start Now!
Enroll to Get StartedCourse
DSA with C++
Optimize your code and ace your coding interviews with this course on Data Structures and Algorithms with C++.
Course Content
Chapter 1:
Introduction
Chapter 2:
Sorting Algorithms
Chapter 3:
Search Algorithms
Chapter 4:
Linked List
Chapter 5:
Circular Linked List
Chapter 6:
Doubly Linked List
Chapter 7:
Stacks and Queue
Chapter 8:
Hashing
Chapter 9:
String Matching Algorithms
Chapter 10:
Tree Data Structure
Chapter 11:
Binary Tree
Chapter 12:
Heaps
Chapter 13:
Greedy Algorithms
Chapter 14:
Graph Data Structure
Chapter 15:
Relationships in a Graph
Chapter 16:
Graph Based Algorithms
Chapter 17:
Sorting (II)
Chapter 18:
Balanced Trees
Chapter 19:
What's Next?
Don't just learn DSA
Solve practice problems in real-time
Problem Description
Write a program to sort the vector elements in descending order using bubble sort.
- Create a function named
bubble_sort()
that takes a vector as an argument. - Inside the function, sort the vector in descending order using bubble sort.
- Print the sorted vector outside the function.
Example
1 15 6 8 2 5 9
15 9 8 6 5 2 1
main.cpp
CERTIFICATE OF COMPLETION
This is to certify that
Jane Doe
has successfully completed the course
DSA with C++
Gain a competitive edge with our professional certifications
Showcase your expertise on LinkedIn and stand out from the crowd. Impress your potential employers.
CERTIFICATE OF COMPLETION
This is to certify that
Jane Doe
has successfully completed the course