Coders Packet

Packets submitted by Pranav Singh

N Queen Backtracking game in C++

A simple game using the N Queen Backtracking Algorithm in C++ to explain the working of an algorithm and file handling.

Modern periodic Table using C++

A C++ project to show the modern periodic table using a structure and other functions.