Saturday, November 11, 2017

Kruskal's Algoritm DAA

Tags
Question: Write a program to find the minimum cost of connecting all the engineering......

Dijkstra’s algorithm.

Tags
Question: Write a program to find shortest path from your home to college......

Sunday, November 5, 2017

Sutherland PolyGon CLipping

Code: #include<iostream.h> #include<conio.h> #include<graphics.h> #define......

Mid Point Eclipse Drawing Algoritm

Code: #include<stdio.h>#include<conio.h>#include<graphics.h>#include<math.h>void......

Travelling Salesman Problem

Tags
Question: Code: Write a program to find minimum route for a newspaper distributer......

Saturday, November 4, 2017

WT 11,12 JavaScript

Tags
Question:  Create an HTML file to display the various arithmetic operations......

WT 13,14,15 PHP Practicals

Tags
Question: . Create a PHP file to print any text using variable Code: <html> <head> ......

Transformation Computer Graphics

Question: Write a program to draw any 2-D object and perform the transformations......

Wednesday, November 1, 2017

Wt Practical 8,9,10

Tags
Code: <html> <head> <link rel="stylesheet" type="text/css" href="Wt8.css"> ......