Skip to content

Commit

Permalink
Remove the See Also section of the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGagne committed Jan 16, 2025
1 parent bc218c5 commit a9c5ddf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@
This is an implementation of the [A-Tree: A Dynamic Data Structure for Efficiently Indexing Arbitrary Boolean Expressions](https://dl.acm.org/doi/10.1145/3448016.3457266) paper.

The A-Tree data structure is used to evaluate a large amount of boolean expressions as fast as possible. To achieve this, the data structure tries to reuse the intermediary nodes of the incoming expressions to minimize the amount of expressions that have to be evaluated.

# See Also

* https://github.com/FrankBro/be-tree
* https://github.com/getumen/IndexingBooleanExpressions

0 comments on commit a9c5ddf

Please sign in to comment.