Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Computer Science Algorithms: Sorting and Searching Searching Names Code for Binary Search

Caesar Bell
Caesar Bell
24,827 Points

Found a bug with your JS approach

I found an issue with your JS approach. For the midpoint you are using collection.length / 2 which would continue to give you the same value. It should be Math.floor((start + last) /2) instead of Math.floor(collection.length /2). Hopefully this was helpful.

Thank you again for your wonderful class, I am learning a lot.

Steven Parker
Steven Parker
229,644 Points

You can submit course bugs directly to the staff as described on the Support page.
It you are the first to report it, you get an "Exterimator" :beetle: badge!

Caesar Bell
Caesar Bell
24,827 Points

Thank you Steven Parker for the heads up. I submited via email based on the instructions from the support page.

Lee Vaughn
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Lee Vaughn
Treehouse Teacher

Hi Caesar Bell

Thanks for pointing this error out. I have updated the example JavaScript code accordingly and awarded you the Exterminator badge. Good job keeping out a sharp eye and thanks again for bringing this to our attention!

Lee

1 Answer

Steven Parker
Steven Parker
229,644 Points

Congratulations, fellow Exterminator! :+1: