Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Merge requests
!153
Jirakjan bp rebase
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Jirakjan bp rebase
jirakjan-bp-rebase
into
master
Overview
0
Commits
10
Pipelines
1
Changes
3
Merged
Jan Trávníček
requested to merge
jirakjan-bp-rebase
into
master
4 years ago
Overview
0
Commits
10
Pipelines
1
Changes
3
Expand
Merge code by Jan Jirak that resulted from his BP
0
0
Merge request reports
Viewing commit
e386c54e
Prev
Next
Show latest version
3 files
+
105
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
e386c54e
Not-so-naive implemented
· e386c54e
Jan Jirák
authored
4 years ago
alib2algo/src/stringology/exact/NotSoNaive.cpp
0 → 100644
+
15
−
0
Options
/*
*
NotSoNaive
.
cpp
*
*
Created
on
:
19.
3.
2020
*
Author
:
Jan
Jirak
*/
#include
"NotSoNaive.h"
#include
<registration/AlgoRegistration.hpp>
namespace
{
auto
NotSoNaive
=
registration
::
AbstractRegister
<
stringology
::
exact
::
NotSoNaive
,
ext
::
set
<
unsigned
>
,
const
string
::
LinearString
<
>
&
,
const
string
::
LinearString
<
>
&
>
(
stringology
::
exact
::
NotSoNaive
::
match
);
}
/* namespace */
Loading