Skip to content

dylandrush/Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Index

Creates an index of all the words in a document. Poorly makes use of multithreading.

Compile with g++ Index.cpp -o Index -pthread -std=c++11

Run with ./Index [number_of_threads] [name_of_file]

About

Creates an index of all the words in a document.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages