🤑 Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀 New videos dropping every week—start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Community Projects
    • Live Sessions
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Community Projects Live Sessions Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
  • Martin Owaga Mboya
    Martin Owaga Mboya
    13,595 Points

    Recursive Binary Search

    Posted May 29, 2022 7:05pm by Martin Owaga Mboya
    Martin Owaga Mboya
    13,595 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    1 Answer

  • Cody Stephenson
    Cody Stephenson
    8,361 Points

    Duplicate "result = "?

    Posted December 21, 2021 10:39pm by Cody Stephenson
    Cody Stephenson
    8,361 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    1 Answer

  • Kit Howlett
    Kit Howlett
    6,774 Points

    Does this video make a mistake or am I misunderstanding the recursive call?

    Posted March 3, 2021 4:59pm by Kit Howlett
    Kit Howlett
    6,774 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    1 Answer

  • samrat Devkota
    PLUS
    samrat Devkota
    Courses Plus Student 4,588 Points

    is it okay to do this? this code also gives the same result as the code taught in the video. What's the difference?

    Posted January 6, 2021 7:14pm by samrat Devkota
    samrat Devkota
    Courses Plus Student 4,588 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Linear Search in Code

    1 Answer

  • Ingrid Davis
    Ingrid Davis
    4,000 Points

    Confused on looping back through after 'first' becomes 5

    Posted November 13, 2020 6:45am by Ingrid Davis
    Ingrid Davis
    4,000 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search in Code

    1 Answer

  • felicity jika
    felicity jika
    7,487 Points

    Questions on how to do this on java. Recursive Binary

    Posted June 16, 2020 4:27am by felicity jika
    felicity jika
    7,487 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    0 Answers

  • Calvin Secrest
    Calvin Secrest
    24,815 Points

    Recursive binary search with iterative

    Posted June 2, 2020 12:21pm by Calvin Secrest
    Calvin Secrest
    24,815 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search Implementations

    0 Answers

  • Calvin Secrest
    Calvin Secrest
    24,815 Points

    Recursive Binary Search

    Posted June 1, 2020 11:22pm by Calvin Secrest
    Calvin Secrest
    24,815 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    2 Answers

  • Calvin Secrest
    Calvin Secrest
    24,815 Points

    I am stump on what is the complexity and Big O notation within this algorithm

    Posted June 1, 2020 12:23pm by Calvin Secrest
    Calvin Secrest
    24,815 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search in Code

    3 Answers

  • Seokhyun Wie
    seal-mask
    .a{fill-rule:evenodd;}techdegree seal-36
    Seokhyun Wie
    Full Stack JavaScript Techdegree Graduate 21,606 Points

    JavaScript Recursive Binary Search

    Posted May 7, 2020 10:06am by Seokhyun Wie
    .a{fill-rule:evenodd;}techdegree seal-36
    Seokhyun Wie
    Full Stack JavaScript Techdegree Graduate 21,606 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search Implementations

    2 Answers

  • Simohamed ALAOUI
    Simohamed ALAOUI
    3,580 Points

    🤔Im still confused about this part 👉 last = len(list)- 1.

    Posted September 3, 2019 6:42pm by Simohamed ALAOUI
    Simohamed ALAOUI
    3,580 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search in Code

    1 Answer

  • Hudhayfee Hassan
    Hudhayfee Hassan
    1,787 Points

    I seem to be getting the same Error message when running the Binary Search Algorithm myself...not sure why?

    Posted June 17, 2019 2:53pm by Hudhayfee Hassan
    Hudhayfee Hassan
    1,787 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search in Code

    3 Answers

  • Henry Brenton
    Henry Brenton
    10,144 Points

    Nothing is printing to the console - I've checked my code several times, can't see anything wrong with it

    Posted February 25, 2019 3:31pm by Henry Brenton
    Henry Brenton
    10,144 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Linear Search in Code

    2 Answers

  • Leo Yun Tao
    Leo Yun Tao
    15,956 Points

    Why must the midPoint + 1 or -1

    Posted February 23, 2019 1:40pm by Leo Yun Tao
    Leo Yun Tao
    15,956 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search in Code

    1 Answer

  • Henry Jackson
    Henry Jackson
    9,579 Points

    Golang code example is not valid

    Posted January 2, 2019 9:54pm by Henry Jackson
    Henry Jackson
    9,579 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Linear Search Implementations

    1 Answer

  • James Estrada
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    James Estrada
    Full Stack JavaScript Techdegree Student 25,867 Points

    Why are we returning None at the end of the function?

    Posted November 20, 2018 10:11pm by James Estrada
    .a{fill-rule:evenodd;}techdegree
    James Estrada
    Full Stack JavaScript Techdegree Student 25,867 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search in Code

    1 Answer

  • Tyler Sustare
    Tyler Sustare
    751 Points

    Runtime of creating a new list with each recursive call.

    Posted November 9, 2018 12:28am by Tyler Sustare
    Tyler Sustare
    751 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    2 Answers

  • Michelle Rosenstock
    PLUS
    Michelle Rosenstock
    Courses Plus Student 3,256 Points

    Keeping getting "target not found" Linear Search Practice

    Posted November 5, 2018 7:02pm by Michelle Rosenstock
    Michelle Rosenstock
    Courses Plus Student 3,256 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Linear Search in Code

    1 Answer

  • Brittney Coble
    Brittney Coble
    16,474 Points

    Getting "Target not found in list" for target 6

    Posted October 22, 2018 1:32am by Brittney Coble
    Brittney Coble
    16,474 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Linear Search in Code

    2 Answers

  • Daniel Breen
    Daniel Breen
    14,943 Points

    Recursive Binary Search Implementation: Infinite Loop

    Posted October 4, 2018 4:39pm by Daniel Breen
    Daniel Breen
    14,943 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Binary Search Implementations

    1 Answer

  • Kareem Jeiroudi
    Kareem Jeiroudi
    14,984 Points

    There's an error in the recursion implementation code

    Posted September 20, 2018 3:14pm by Kareem Jeiroudi
    Kareem Jeiroudi
    14,984 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recap: Algorithms in Code

    1 Answer

  • Babatunde Obidare
    PLUS
    Babatunde Obidare
    Courses Plus Student 10,514 Points

    Why is there no C# example?

    Posted September 9, 2018 8:05am by Babatunde Obidare
    Babatunde Obidare
    Courses Plus Student 10,514 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Linear Search Implementations

    2 Answers

  • Gabbie Metheny
    Gabbie Metheny
    33,778 Points

    SOLUTION: JavaScript recursive binary search

    Posted September 4, 2018 1:21pm by Gabbie Metheny
    Gabbie Metheny
    33,778 Points
    • Computer Science
    • Introduction to Algorithms
    • Algorithms in Code
    • Recursive Binary Search

    6 Answers

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.