Coders Packet

Packets submitted by Dharmendra Bhai Patel

Unit Converter in C++

Unit converter is basically a type of converter which converts a value from one unit to another.

Splitwise in C++

Splitwise is an algorithm that helps us settling bills among friends and family. It manages the cash flow.

Sudoku Solver in C++

A Sudoku Solver solves a sudoku puzzle by using backtracking and provides you a completely solved sudoku.