IOSD-UIETKUK-HacktoberFest-Meetup-2019
IOSD-UIETKUK-HacktoberFest-Meetup-2019 copied to clipboard
This repository for IOSD HacktoberFest 2020
**changed to and removed bracesI**
It will rotate the array or list in python
optimized code to sort array elements using bubbleSort
Bubble sort is used to sort the given list of elements.It is also known as Sinking sort, it repeatedly steps through the list, compares adjacent elements and swaps them if...
This is a program which will find whether the number is odd or even
Quicksort algorithm by Apurva