login

BinScroll

Published 1 April 2000
Juha Lehikoinen, Mika Röykkee
Citations3

TL;DR

BinScroll is a new, efficient technique to find an alphanumeric item in a sorted list based on binary search, the well-known computer science search algorithm, that can be used with a minimum of four buttons, ideal for keyboardless mobile use.

Abstract

We present a new, efficient technique to find an alphanumeric item in a sorted list. Our technique, called BinScroll, is based on binary search, the well-known computer science search algorithm. BinScroll can be used with a minimum of four buttons, making it ideal for keyboardless mobile use. It can also be implemented with a minimum of three lines of text, making it suitable for devices with limited screen space. Our initial evaluation showed that after 15 minutes of training, a novel user is able to locate any item from a list of 10 000 movie names in 14 seconds on average.

Keywords

Computer Science