Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm & Programming Final Project

This repository contains a C++ project that uses 100 randomized alphanumeric data points to test and compare different algorithms. It implements five sorting methods (Selection, Merge, Insertion, Bubble, and Quick Sort) and three searching methods (Binary, Linear, and Interpolation Search).

Features

1. Sorting Algorithms (in sorting.cpp)

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort

2. Searching Algorithms (in searching.cpp)

  • Linear Search
  • Binary Search
  • Interpolation Search

Clone the repository:

git clone [https://github.com/L-vy/algopro-final-project.git](https://github.com/L-vy/algopro-final-project.git)

About

A C++ project featuring various sorting algorithms (Bubble, Selection, Insertion, Quick, and Merge Sort) alongside searching methods like Linear, Binary, and Interpolation Search.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages