Skip to content

Jabrahamjohn/alx-low_level_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0X1E. C-Search Algorithms

c Algortim

Resources

Read or watch:

More Info

You will be asked to write files containing big O notations. Please use this format:

  • O(1)
  • O(n)
  • O(n!)
  • n*m -> O(nm)
  • n square -> O(n^2)
  • sqrt n -> O(sqrt(n))
  • log(n) -> O(log(n))
  • n * log(n) -> O(nlog(n))
c is the best language to use when coharsing the machine at it's roots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages