Coders Packet

Packets submitted by Koppula Bhanu Prakash Reddy

Buddy Algorithm Simulation in C++ language

The buddy algorithm is a memory allocation and management algorithm that manages memory in the power of two increments. The programming language used is C++

BigInt Container Class implemented in C++

BigInt Class is used to store the positive and negative integers which are large-sized with many digits that cannot be stored in a long long int. The programming language used is C++.

URL Link scanner from given html file written in C++ language

It is not easy to work on URLs using C++ so this project can help in developing a library in C++ for extracting URL links present in the given HTML files or codes.