Skip to content

MonikaB13/AutoCompleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


To this project, run this command on the command line:

g++ -o main main.cpp trie.cpp

To execute this project, run this command:

./main

To compile the test file for my project, run this command on the command line:

g++ -o test test.cpp trie.cpp

To execute the test files, run this command:

./test

About

Data Structures Project Using Trie Data Structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages