Skip to content

mbganesh/100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

100DaysOfCode

Challenge Start from April 1.

#Day-1 Overview of Algorithm

  • Asymptotic Analysis
  • B.A.W Case
  • Big O Notation
  • Linear Search

Analysis of Algorith: Asymptotic Analysis - Used for compare two algorithms literally nor preferred. Cases - Best , average , best cases. Notation - Big O notation used for find out the algorithm speed and best way to descipe compare algos. Linear Search - Easy to implement but worst time complexity

LinearSearch.java

#Day-2 Binary Search

  • Best used for time complexity O(log n)
  • using java inbuilt function Arrays.binarySearch(arr , target);
  • using binarySearch algorithm.

BinarySearch.java

About

Challenge Start from April 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages