Skip to content

quervernetzt/find-min-max-in-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Min Max In Array

  • In this problem, we will look for smallest and largest integer from a list of unsorted integers.

  • The code should run in O(n) time.

  • Do not use Python's inbuilt functions to find min and max.

  • Have only a single traversal.

How to use it

  • Run ./main.py what will execute the test cases in ./tests and a demo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages