Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 479 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 479 Bytes

Phonebook

The project to manage a file with over 1,000,000 lines! Each line contains a person’s name along with their phone number. It’s based on implementing different Searching & Sorting algorithms, measuring their time complexity and printing all the results in a structured way.

Uses: Strategy pattern to realize different varieties of Searching & Sorting algorithms.

*This project was originally developed for JetBrains Academy