top of page
Fatima Siddiqui

Data Structures
I leveraged my theoretical knowledge on data structures to apply them in practical domains through various real world projects.

01
Implemented page rank algorithm to search most used words in Wikipedia articles based on Euclidean distance and inner products.
02
Using hash tables to count occurence of each word published on webpage or file.


03
A multi-threaded web-server was designed to serve web requests efficiently by using multiple threads and round robin approach.
04
The program is designed to create threads, destroy them, and run them concurrently on a single processor.

bottom of page