Skip to content

Hmm-1224/DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Train Route Optimizer

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.

Features

  • 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.

Prerequisites

  • C++11 or later compiler (e.g., g++, clang++).

Installation

  1. Clone the repository:
    git clone https://github.com/Hmm-1224/DSA.git
    cd DSA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages