You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhonebookApplication is a Java console-based app to manage personal contacts. It allows users to add, view, update, delete, search, and sort contacts. The app uses object-oriented principles, binary search for quick lookups, and merge sort to organize contacts by add date.