Coders Packet

Packets submitted by Paaras Jamwal

Car Rental Management System using C++

C++ program for a Car Rental Management System in which a user can rent a car of their choice from a Menu

Different Types of Sorting Techniques In C++

C++ code in which a user can choose different types of sorting techniques like bubble sort, selection sort, insertion sort, quick sort, merge sort, and heap sort to sort an array.

Random Numbers Generator Using C++

This is a C++ program to generate Random Numbers between a specific range and how many random numbers user want to generate with the help of rand() and srand()