Skip to content

43 Things vs Binary Search

A side-by-side look at 43 Things and Binary Search. For an in-depth review of either product, follow the links below.

43 Things

43 Things

Social & Communications

43 Things is a goals and self-improvement focused social networking website. Users can share their goals, get ideas, connect with others working on similar goals, and track their progress.

goalsselfimprovementsocial-networking
Binary Search

Binary Search

Development

Binary search is an algorithm for searching sorted data structures efficiently. It works by repeatedly dividing the search interval in half, comparing the target value to the middle element of the interval, and narrowing the interval to the half that may contain the target value.

searchsortingefficiency