Alankrita Singh
@alankrita2420
3 published packets
Joined Jan 2021
Published Projects
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.
Feb 19, 2021
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.
Feb 19, 2021
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.
Feb 16, 2021