Its a simple game in python...
You need to install all the necessary modules (pygame) before running it....
I will publish the modified version later... Run It Now!
Enter first value then second value and it will compute the GCF.
Made a few changes: see code comments. Old version would have failed on GCD(24,36) for example.
This python module takes input as list of nodes and returns a ring Graph(dictionary).
In which elements are connected to one another in a sequence and last and first element is also connected. Run It Now!
this python module takes an input of list of numbers and returns the median without using any sorting method and is quicker than those methods.time complexity is O(k log(n)). Run It Now!