This project implements a train route optimizer using data structures such as hash maps, tries, and the KMP algorithm for efficient data retrieval, predictive text input, and pattern matching in user reviews.
- Hash Map: Efficiently stores and retrieves train route information.
- Trie: Implements an auto-completion feature for predictive text input.
- KMP Algorithm: Analyzes user reviews using efficient pattern matching.
- C++11 or later compiler (e.g., g++, clang++).
- Clone the repository:
git clone https://github.com/Hmm-1224/DSA.git cd DSA