Wednesday, August 30, 2017

Computer Graphics (PUT PIXEL)

thumbnail
CODE: #include<iostream.h> #include<conio.h> #include<graphics.h> void main(){ int g=DETECT,gmode; initgraph(...
Tuesday, August 22, 2017

HangMan

thumbnail
Following Code is Hangman Like game without graphics inspired by Duta http:duta.in: Code: import java.util.ArrayList; import java.uti...
Sunday, August 20, 2017

Desired Number of Quark Pairs

thumbnail
Following Code will give you desired number of quark pairs: Code: import java.util.Scanner; public class MainQuark { public static...

Quark Pairs Upto N

thumbnail
Quark Pairs:  Code: import java.util.Scanner; public class MainQuark { public static void main(String[] nt) { Syst...
Saturday, August 19, 2017

K-means Clustering

thumbnail
 What is K-means?  1. Partitional clustering approach  2. Each cluster is associated with a centroid (center point)  3. Each point is as...
Wednesday, August 16, 2017

Happy Independence Day

thumbnail
Happy Independence Day in Programmers Style Click here to see in real time
Monday, July 31, 2017

Restaurant FeedBack APP

thumbnail
Please  Click here  to get the code... Also contribute to make code even better.....