Tuesday, April 27, 2010

[bxxwgoze] Navigation by binary search

For navigating a large flat data structure, e.g., a node in a tree with many children, we need the UI to support binary search, placing upper and lower markers.  Also undo if we accidentally select the wrong branch.

No comments :