Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++_Time_Complexity

Overview

This project compares the time complexities of linear seach and binary search algorithms using C++. The aim is to demonstrate the efficiency differences between these two searching methods when handling large data sets.

Features

-Implementation of linear search and binary search algorithm in C++. -Benchmark to measure the execution time for both algorithms.

Installation

  1. Clone the repository: git clone https://github.com/FluffyNumber1/C_Time_Complexity.git

Usage

Press run, and compare the results for a string that is in the beginning of the dataset, middle, and end.

Last Updated

This README was last updated on [10/3/2024].

About

Comparing Linear versus a Binary Search to test the time complexity for large data sets.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages