Coders Packet

Packets submitted by Garvit Jethwani

Creating A Window using SDL library in C++.

In this Packet, We are using the basics of the SDL library to create a window and also insert a bmp image in that window.

Kadane's Algorithm for circular Subarray in C++.

In this packet we are implementing a C++ Program for updating the use of Kadane's Algorithm for the Maximum Circular Subarray Problem.

File-Handling Basics In C++ using Account Management Example.

In this Packet, We are using file handling concepts in C++ to keep the data persistence even after the program execution. We are taking an Account class for this.