This repository was archived by the owner on Feb 6, 2023. It is now read-only.
File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
#ifndef STEP_HIRSCHBERG_HPP
4
4
#define STEP_HIRSCHBERG_HPP
5
5
6
- #include < step/detail/ utility.hpp>
6
+ #include " utility.hpp"
7
7
8
8
namespace step ::hirschberg {
9
9
Original file line number Diff line number Diff line change 4
4
#define STEP_EDIT_DISTANCE_HPP
5
5
6
6
#include < optional>
7
- #include < step/ detail/hirschberg.hpp>
7
+ #include " detail/hirschberg.hpp"
8
8
9
9
namespace step ::edit_distance {
10
10
namespace detail {
Original file line number Diff line number Diff line change 3
3
#ifndef STEP_LONGEST_COMMON_SUBSEQUENCE_HPP
4
4
#define STEP_LONGEST_COMMON_SUBSEQUENCE_HPP
5
5
6
- #include < step/ detail/hirschberg.hpp>
6
+ #include " detail/hirschberg.hpp"
7
7
8
8
namespace step ::longest_common_subsequence {
9
9
namespace detail {
Original file line number Diff line number Diff line change 3
3
#ifndef STEP_LONGEST_COMMON_SUBSTRING_HPP
4
4
#define STEP_LONGEST_COMMON_SUBSTRING_HPP
5
5
6
- #include < step/ suffix_array.hpp>
7
- #include < step/ suffix_tree.hpp>
6
+ #include " suffix_array.hpp"
7
+ #include " suffix_tree.hpp"
8
8
9
9
namespace step ::longest_common_substring {
10
10
namespace detail {
Original file line number Diff line number Diff line change 3
3
#ifndef STEP_LONGEST_REPEATED_SUBSTRING_HPP
4
4
#define STEP_LONGEST_REPEATED_SUBSTRING_HPP
5
5
6
- #include < step/ suffix_array.hpp>
7
- #include < step/ suffix_tree.hpp>
6
+ #include " suffix_array.hpp"
7
+ #include " suffix_tree.hpp"
8
8
9
9
namespace step ::longest_repeated_substring {
10
10
namespace detail {
Original file line number Diff line number Diff line change 3
3
#ifndef STEP_SUFFIX_ARRAY_HPP
4
4
#define STEP_SUFFIX_ARRAY_HPP
5
5
6
- #include < step/ detail/utility.hpp>
6
+ #include " detail/utility.hpp"
7
7
8
8
namespace step {
9
9
Original file line number Diff line number Diff line change 5
5
6
6
#include < optional>
7
7
#include < stack>
8
- #include < step/ detail/utility.hpp>
8
+ #include " detail/utility.hpp"
9
9
#include < unordered_map>
10
10
11
11
namespace step {
You can’t perform that action at this time.
0 commit comments