– implemented an extended TFTP (Trivial File Transfer Protocol) server and client. The communication between the server and the clients was performed using a binary communication protocol, which su…
– implemented an extended TFTP (Trivial File Transfer Protocol) server and client. The communication between the server and the clients was performed using a binary communication protocol, which su…
Implemented a work stealing scheduler, and used it to build a smart phone factory. There are pool of Threads P1, P2, ..., Pn where each thread runs a Processor, each with own queue are working in o…
An object-oriented system that uses classes, standard data structures and unique C++ properties such as handling memory in C++ and avoiding memory leaks.
In this project, we have created a real-world application that automatically extracts collocations from the Google 2-grams dataset using Amazon Elastic Map Reduce. The output of the project is top …