Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 528 Bytes

File metadata and controls

24 lines (16 loc) · 528 Bytes

Sorting Algorithms

Data Structures 2 Assignment

Ahmed Ossama Tasks:

  1. Implement Selection Sort in C++ ✅
  2. Implement Quick Sort in C++ ✅
  3. Plot in Excel

Rewan Sobhy Tasks:

  1. Implement Bubble Sort in C++ ✅
  2. Implement Merge Sort in C++ ✅
  3. Generate Random Arrays in C++ with different sizes (n) ✅

Youssef Gamal Tasks:

  1. Implement Insertion Sort in C++ ✅
  2. Implement Heap Sort in C++ ✅
  3. Calculate Running time of Each Sorting Algorithm with the Generated Arrays ✅

Common Task:

  • Prepare Report