This python module takes an input of list of numbers and outputs top k numbers out of them.the top k numbers are not in order.This doesn't involve sorting.So this takes comparitively lesser time...
Run It Now!
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!
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!