Skip to content

Commit

Permalink
Renamed rmq
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Oct 11, 2024
1 parent 8d5865e commit a3a04d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions examples/tree/unnamed.dot
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
digraph Tree {
"11"->"6"
"6"->"4,hell"
"6"->"2,o "
"11"->"5"
"5"->"3,wor"
"5"->"2,ld"
5->-5
-5->2
5->10
}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "../../../src/algorithms/rmq/rmq_segment_tree.h"
#include "../../../src/algorithms/rmq/rmq_sparse_table.h"
#include "../../../third_party/catch.hpp"

TEST_CASE("Testing rmq 1") {
Expand Down

0 comments on commit a3a04d5

Please sign in to comment.