A simple thread-safe address book interface to add, remove, search and retrieve address entries alphabetically in both first or last name order.
- Thread-safe
- Customisable address entries (firstname + lastname + phonenumber + ...).
- Add/remove entries which are sorted internally in tries/prefix trees.
- Retrieve entries in alphabetical order.
- Search for entries using first or last name.
- Clone repo
mkdirandcdinto a build folder- Run cmake using
cmake path/to/repoto configure project - Build
cmake --build .and executeDemoApp.exeto test out demo application.