Rookie's Lab
  • Home
  • Software Engineering
  • Competitive Programming
  • Beginner's Python
  • About
  • Resume
  • Python: Linear Search v/s Bisection (Binary) Search

    When it comes to searching an element within a list of elements, our first approach is searching sequentially through the list. Let's take a look at a better method, Binary Search

    January 8, 2013 - 5 minute read - python linear-search binary-search competitive-programming

© 2012-2017 Rookie's Lab

About · Privacy