Skip to content

Instantly share code, notes, and snippets.

@NicolaM94
Last active March 10, 2023 00:42
Show Gist options
  • Save NicolaM94/1f9c78d91cee6fe2021502cc07f995ef to your computer and use it in GitHub Desktop.
Save NicolaM94/1f9c78d91cee6fe2021502cc07f995ef to your computer and use it in GitHub Desktop.
Length of the array Simple search algorithm Binary search
10 10 3
100 100 6
1000 1000 10
1.000.000 1.000.000 20
1.000.000.000 1.000.000.000 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment