Move empty range function into algorithm utils
This commit is contained in:
parent
1cc4ec4d25
commit
5a24bb8652
5 changed files with 10 additions and 8 deletions
|
|
@ -6,8 +6,8 @@ use std::collections::BTreeMap;
|
|||
use std::ops::{Index, Range};
|
||||
use std::time::Instant;
|
||||
|
||||
use crate::algorithms::utils::is_empty_range;
|
||||
use crate::algorithms::DiffHook;
|
||||
use crate::utils::is_empty_range;
|
||||
|
||||
/// Hunt–McIlroy / Hunt–Szymanski LCS diff algorithm.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue