IOSD-UIETKUK-HacktoberFest-Meetup-2019 icon indicating copy to clipboard operation
IOSD-UIETKUK-HacktoberFest-Meetup-2019 copied to clipboard

This repository for IOSD HacktoberFest 2020

Results 102 IOSD-UIETKUK-HacktoberFest-Meetup-2019 issues
Sort by recently updated
recently updated
newest added

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