Coders Packet

Packets submitted by Aakash sharma

Forward Accumulation method for differentiation in Python

Forward Accumulation is a simple method for calculating the derivative of a complex function by repeatedly calculating derivative of its simple parts, developed in Python.

Gale Shapely Algorithm Implementation in C++

Gale Shapely algorithms is used in CDN to user mapping based on proximity priority of users. It is given by two researchers David Gale and Lloyd Shapely. The program is coded using C++ language.

Image Fetcher python script - fetch images from static HTML pages

Fetches images from static HTML pages given html-page-file-names/html links/directory name containing html pages, and fetches images present in page into an output directory, developed in Python