Skip to content

Latest commit

 

History

History

python

Python

This folder holds all the Python programs added by developers.

Programs

  • Unit_Converter.py - A program to Calculate units written.
  • BMI Calculator.py - This program will calculate the bmi of the user.
  • anagram.py - A program to check for anagrams.
  • quick_sort.py - Quick sort algorithm.
  • selection_sort.py - Selection sort algorithm.
  • radix_sort.py - radix sort algorithm.