Pinned Repositories
Face-Recognition
HotelReservationSystem
HuffmanCompressionAndDecompression
Program to compress and decompress files by using Huffman algorithm
Image-Segmentation
IOT-Cloud-Server
Modulation-Recognition
MRNet
MultiThreadedMatrixMultiplication
implementing two variations of matrix multiplication: a) The computation of each element of the output matrix happens in a thread. b) The computation of each row of the output matrix happens in a thread.
MultiThreadedMergeSort
implementing merge sort using Pthreads
Ultimate-Manager
An Android Application that is used by managers to easily evaluate the performance of employees through recording progress and faults and producing periodic reports.
MostafaYousry's Repositories
MostafaYousry/MultiThreadedMergeSort
implementing merge sort using Pthreads
MostafaYousry/Ultimate-Manager
An Android Application that is used by managers to easily evaluate the performance of employees through recording progress and faults and producing periodic reports.
MostafaYousry/Face-Recognition
MostafaYousry/HotelReservationSystem
MostafaYousry/HuffmanCompressionAndDecompression
Program to compress and decompress files by using Huffman algorithm
MostafaYousry/Image-Segmentation
MostafaYousry/IOT-Cloud-Server
MostafaYousry/Modulation-Recognition
MostafaYousry/MRNet
MostafaYousry/MultiThreadedMatrixMultiplication
implementing two variations of matrix multiplication: a) The computation of each element of the output matrix happens in a thread. b) The computation of each row of the output matrix happens in a thread.
MostafaYousry/PagingAndReplacement
simulation of some paging replacement policies (FIFO , LRU & CLOCK)
MostafaYousry/TCP-Socket-Programming