Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 373 Bytes

File metadata and controls

9 lines (8 loc) · 373 Bytes

This repo contains sorting program in Python.

List of programs available here :

  • Bubble Sort:is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
  • Insertion Sort
  • Heap Sort
  • Maximum of two numbers in Python
  • Python Program for simple interest
  • Python Program for factorial of a number