Skip to content

SWEkadi/sorting-algorithm-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Sorting Algorithm Comparison and Analysis

πŸ“Œ Project Description

This project implements and compares two sorting algorithms:

  • Bubble Sort
  • Selection Sort

The algorithms are tested on different types of arrays:

  • Random
  • Sorted
  • Reverse-sorted
  • Partially sorted

Their performance is evaluated by measuring:

  • Execution time
  • Memory usage

Results are visualized using graphs to compare performance across different input sizes and data types.


πŸ›  Tools Used

  • Python
  • time module
  • random module
  • matplotlib
  • Jupyter Notebook

πŸš€ How to Run

  1. Open Sorting_Algorithm_Comparison_and_Analysis_kadi.ipynb
  2. Run all cells
  3. Review execution time results and graphs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors