Coders Packet

Packets submitted by Alankrita Singh

CHAIN HASHING USING C++

In this C++ program Hashing function maps keys to value and chain hashing avoids collision of mapping two or more keys to the same value.

SUDOKU SOLVER IN C++

A given Sudoku problem in solved in C++ language using the backtracking algorithm provided that the solution exists for problem entered in the program.

GPA CALCULATOR USING C++

This code written in C++ calculates the GPA on taking into account the grade and credit for all the courses entered by the user.