Skip to content

An online version of the data structures presented in duckduckgo/cpp-libface. It was done for my pregrade thesis.

Notifications You must be signed in to change notification settings

BranimirE/online-cpp-libface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online-cpp-libface

An online of the data structures presented in duckduckgo/cpp-libface. It was done for my pregrade thesis.

Compile

cd src/
g++ -std=c++11 -O4 -DACMTUYO main.cpp

Run

./a.out dataset.txt
./a.out dataset.txt < commands.txt

Use

  • Add new entries to the dictionary
A keword weight
  • Update an entry in the dictionary
U keyword weight
  • Query top K entries with that prefix
Q prefix K

NOTE: Actually it only accept uppercase keyword and prefix

About

An online version of the data structures presented in duckduckgo/cpp-libface. It was done for my pregrade thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages