Skip to content

Peakergzf/string-net-frequency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploiting New Properties of String Net Frequency for Efficient Computation

Static Badge Static Badge

Introduction

This repository contains the code for the experiments in the following paper:

Peaker Guo, Patrick Eades, Anthony Wirth, and Justin Zobel: Exploiting new properties of string net frequency for efficient computation. In: 35th Annual Symposium on Combinatorial Pattern Matching (CPM 2024).

Requirements

  • CMake 3.24+
  • GCC or Clang

Building and running

Create the build directory:

$ mkdir build 
$ cd build

Detect the C++ compiler and create build files:

$ cmake ..

Run the build:

$ cmake --build .

Run the program:

$ ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published