Skip to content

isasimsekk/find-majority-algorithm-compare-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📄 Project Report

This repository contains an in-depth analysis of various algorithms to find the majority element in an array.

👉 Click here to view the full report (PDF)

Summary

This experiment includes performance comparisons of:

  • Brute-force
  • Insertion sort
  • Merge sort
  • Quick sort
  • Divide & Conquer
  • Hashing
  • Boyer-Moore
  • Abbasov’s Algorithm

Each algorithm is tested under various array configurations and sizes. See the PDF report for detailed analysis, graphs, and results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •