Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-Analyzer

Algorithm Analyzer in Java

A Java application that allows users to:

  • Choose between searching and sorting algorithms.
  • Input a list of numbers at runtime.
  • Measure execution time and analyze time complexity.

Algorithms Implemented

  • Searching: Linear Search, Binary Search
  • Sorting: Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort

How to Run

javac AlgorithmAnalyzer.java
java AlgorithmAnalyzer

About

A java application that analyzes and compares searching/sorting algorithms with rumtime measurements and complexity analysis.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages