0% found this document useful (0 votes)
14 views12 pages

CSE45

Uploaded by

Kamal Hossain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views12 pages

CSE45

Uploaded by

Kamal Hossain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Hello

Everyone!
Welcome to my presentation
Dhaka Commerce College
Dept. of Computer Science And
Engineering
Supervise
Presented By : d By :
Md. Hemaet Uddin
MD. Mehedi Hasan
Lecturer
ID : 45
Dept. Of Computer Science And
Registration : 17502004429
Engineering
Dhaka Commerce College
“Talk is cheap. Show me the code.”
-Linus Torvalds
01
INTRODUCTION
02
PRROBLEM
STATEMENT

03
PROGRAMMING
04
RESULT
CODE
1.INTRODU
CTION
BUBBLE SORT :
Bubble Sort is the simplest sorting algorithm that
works by repeatedly swapping the adjacent
elements if they are in wrong order.
What is Sorting?
● Sorting refers to arranging data in a particular format.
. .
. .
.
2.PROBLEM
STATEMENT
• Simple to Write
• Easy to understand
• Takes few lines to code
• Directly stores in memory
AWESOME WORDS
4.RESULT
Enter How Many Elements in Array: 5

Enter The Elements in Array: 9 3 8 7 2

Sorted List in Ascending Order: 2 3 7 8


9
Any
Question?

You might also like