Coders Packet

Packets submitted by Pratiti Prashant Pande

Kadane's Algorithm in C++

Kadane's Algorithm is an algorithm that helps in finding the largest sum of Contiguous subarray

File Handling in C++

This module discusses the concepts, various modes, and functions used in File handling in C++

Using Graphics in C++ to create Birthday Cake

Today we are going to see how we can use Turbo C++ in Graphics mode by learning some Graphic functions

Calculation of Electricity bill using C++

A C++ program to calculate the electricity bill by defining Constructor, Destructor, Class and if-else structure.