Coders Packet

Packets submitted by Anjani Kumar

Heap Sort using C++

This code takes the input array from user and sort it using the heap sorting algorithm (most time and space efficient) , shows the process of heap sort and gives the final sorted array list.

Hotel Check-in Management System in C++

This project gives user access to a menu of different tasks to perform like registering new entry in hotel, modifying/deleting a current entry or showing total entries currently in the hotel.

Supermarket Billing System in C++

This project takes the input of all products the customer wants to buy along with its quantity and generates a bill based on all list items in the output.