User-submitted Projects

83
1556 reads
John's picture

Submitted by

John
Hello World
The below example demonstrates how to make basic hello world in struts framework. In this example student enter a name and it will give a message : hello username
Hello World

Run It Now!
82
1371 reads
FindingMedian
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!
82
1481 reads
Top_kSelection
this program takes input of list of numbers and gives the output of top k (e.g. top 20) selections out of the enterd number.It returns top k elements but not in order.
Run It Now!
82
1747 reads
FindingEulerianTourGraphsAndNetworks
This python module finds Eulerian tour in a graph which is entered in a format of list having tupple of 2 elements.This basic concept is used in algoithms of social networking.In eulerian tour, all no
Run It Now!
82
3116 reads
Make & share a project and showcase your talent to the world!