Skip to content

spragaa/inverted_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inverted Index and parser

This C++ project implements an inverted index data structure for efficient set operations in collections. It includes functionalities for creating collections, inserting sets, and performing searches based on set intersections, containment, and more. The project provides a flexible interface via a parser to execute various commands and operations on collections, making it useful for indexing and querying sets efficiently.

Requirements

- CMake (version 3.12)
- C++ compiler (e.g., GCC or Clang)
- Google Tests (if applicable)

Building

  1. Create a build directory and navigate to it:
mkdir build
cd build
  1. Build the project using CMake:
cmake .. && make
  1. Run executables:
  • To run the main program:
./examples/main
  • To run the test program (if applicable):
./tests/runTests

About

Inverted index data structure with CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published