Coders Packet

Packets submitted by M Abirami

Hello World without using semicolon in C++

C++ Program to print something without using semicolon (;). This type of programs generally asked in Company/any competitive exams.

Simple webpage using HTML

Using HTML,we can create simple webpage. In this page we had home page,about, gallery, contact us buttons.

Travelling salesperson problem

The tourist or traveler want to visit all the places in a city within a day or in few hours. TSP will help them to find shortest distance .