Coders Packet

Packets submitted by Gaurav Sawant

Travelling Salesman Problem using AI Genetic Algorithm in C++

An AI based Genetic Algorithm implementation in C++ to find the solution of the travelling salesman problem optimally.

AI based Unbeatable Tic Tac Toe in C++

This project is an AI based unbeatable Tic Tac Toe game which can be played between a human and a computer.

Interactive Quiz Application in C++

This is an interactive quiz application in C++ and can be used to conduct small quizzes in schools & colleges. The results are displayed as soon as the quiz is over.

Trie Implementation in C++

An implementation of Trie in C++, which is an efficient way to perform search queries on strings.