Coders Packet

Packets submitted by Ayush Agrawal

Smallest KMP in C++

This project is an improvised version of the renowned KMP (Knuth-Morris-Pratt) algorithm.

Automation of bookkeeping activities of an institute using C++

This project stores and organises books information according to students as well as library-oriented tasks. It allows the user to perform various operations based on library needs.

Student Management System in C++

The Student Management System (SMS) is a system that manages the records of the student regarding admission and contact details.

Tic-tac-toe Game in C++

This project consists of designing and building a computer program in C++ that allows 2 players to play tic-tac-toe against each other.