Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 638 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 638 Bytes

Algorithm-Project

This is 3-week project for Algorithm Design and Analysis course at the faculty of Computer and Information Science Ain Shams University.

Developers

  • Mahmoud Higazy
  • Raghda Ahmed
  • Adham Ehab
  • Ahmed Abdulrahman

This is an image processing project. It applies quantization on a digital images. The requirements of the project was to implement minimum spanning tree but that was too slow because the number of edges is too large to cosntruct a fully connected graph from image then construct MST, even Prim's Algorithm was too slow. So we applied the K-mean Clustering Algorithm and the project became so fast.