Skip to content

erlichmen/radix-tree-objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

objective-c implementation of radix tree

Radix tree are very useful data structure to preform radix search.
A classic example is searching for contacts which requires to filter contacts while typing.

This is a port of Tahseen Ur Rehman original radix tree in java.

The code comes with an example of live filtering a contact list (xcode 4.5).

About

An objective-c implementation of radix tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published