This repo contains the following files:
Bubble Sort_2.py: a bubble sort program.BubbleSort.py: another bubble sort program.Merge Sort.py: a merge sort implementation program with user-received input.Fibonacci.py: a program that takes number of digits given as input and generates a Fibonacci Sequence based on input.README.md: this file.helloworld.py: a simple hello world program.greet.py: a simple program that requests user name and greets them with a specfic message.spam.py: a simple program to give spam message to anyoneQuick_sort.py: quick sort program
To run spam.py install pyautogui
pip install pyautogui