CSE45
CSE45
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