Coders Packet

Packets submitted by Soumak Poddar

Efficient Oxygen Distribution to Covid Patients in C++

In this project, we will learn how can we efficiently distribute Oxygen Cylinders from a factory to all districts of a state efficiently according to their requirements in C++.

Minimize CashFlow among friends in C++

Some N friends are there who have to Give and Take money from each other. We aim to minimize the number of operations ie Give and Take using C++.

Segment Tree implementation in C++

Implementation of Simple Segment Tree in C++ that finds a sum of a given range in a given array.

Sample Template for Competitive Programming in C++ on CodeChef or CodeForces

This project contains a nicely written and formatted template that can be used by any Competitive programming website to speed-up the code and quickly use C++ STL library functions.