I created a phonebook application as a project. It was so fun!
Created on: 16th January, 2021
Features and Functionality:
- Create any contact information with multi word names.
- Completely Edit a contact.
- Delete a contact.
- Search contact with matching complexity O(length of a contact name).
- View the number of matched result.
- Lastly, view all contacts altogether.
- Application SIZE: 10 Kilobytes only (excluding text files).
- 389 lines of much readable code with comments.