Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
LuchoBazz
/
cpp-algorithm-snippets
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
48
Code
Issues
30
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpp-algorithm-snippets
string
on
master
User selector
All users
All time
Commit history
Commits on Jun 13, 2024
chore(formatting): apply code formatting for z algorithm std
LuchoBazz
authored
3c0908d
View commit details
Copy full SHA for 3c0908d
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for z algorithm compress
LuchoBazz
authored
9984734
View commit details
Copy full SHA for 9984734
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for suffix array
LuchoBazz
authored
2498163
View commit details
Copy full SHA for 2498163
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string split
LuchoBazz
authored
0ca22b3
View commit details
Copy full SHA for 0ca22b3
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for rabin karp
LuchoBazz
authored
c860fae
View commit details
Copy full SHA for c860fae
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
chore(formatting): apply code formatting for string prefix function
LuchoBazz
authored
0fd3567
View commit details
Copy full SHA for 0fd3567
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string minimum expression
LuchoBazz
authored
d59c5a1
View commit details
Copy full SHA for d59c5a1
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string manacher
LuchoBazz
authored
4074d4e
View commit details
Copy full SHA for 4074d4e
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string kmp II
LuchoBazz
authored
3293683
View commit details
Copy full SHA for 3293683
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string kmp
LuchoBazz
authored
09da6b5
View commit details
Copy full SHA for 09da6b5
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string hashing static compress
LuchoBazz
authored
7360f65
View commit details
Copy full SHA for 7360f65
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string hashing dynamic compress
LuchoBazz
authored
be08097
View commit details
Copy full SHA for be08097
View code at this point
Browse repository at this point
chore(formatting): apply code formatting for string aho corasick occurrences
LuchoBazz
authored
69ef855
View commit details
Copy full SHA for 69ef855
View code at this point
Browse repository at this point
chore(formatter): Update string aho corasick counter
LuchoBazz
authored
e08b683
View commit details
Copy full SHA for e08b683
View code at this point
Browse repository at this point
Commits on Jul 13, 2022
feat: minimum_expression was added
LuchoBazz
authored
812767e
View commit details
Copy full SHA for 812767e
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
comment for check palindrome was added to string hashing
LuchoBazz
committed
5e8f6e3
View commit details
Copy full SHA for 5e8f6e3
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Readme was updated and automaton and dynamic trie were removed
LuchoBazz
committed
075fda2
View commit details
Copy full SHA for 075fda2
View code at this point
Browse repository at this point
Commits on Feb 12, 2021
z algorithm std and compress were added
LuchoBazz
committed
c0a6a31
View commit details
Copy full SHA for c0a6a31
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
combinatorics, factorial and prefix function were updated
LuchoBazz
committed
855fc0a
View commit details
Copy full SHA for 855fc0a
View code at this point
Browse repository at this point
Commits on Jan 29, 2021
some syntax components were updated
LuchoBazz
committed
a1469bc
View commit details
Copy full SHA for a1469bc
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
documentation header on hashing was added
LuchoBazz
committed
9c0e0d3
View commit details
Copy full SHA for 9c0e0d3
View code at this point
Browse repository at this point
rolling hashing dynamic was updated
LuchoBazz
committed
2eeea76
View commit details
Copy full SHA for 2eeea76
View code at this point
Browse repository at this point
rolling hashing that supports letter update was added
LuchoBazz
committed
a281437
View commit details
Copy full SHA for a281437
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
aho corasick description was added
LuchoBazz
committed
95a17fc
View commit details
Copy full SHA for 95a17fc
View code at this point
Browse repository at this point
Aho corasick counter and occurrences were added
LuchoBazz
committed
113944e
View commit details
Copy full SHA for 113944e
View code at this point
Browse repository at this point
Commits on Jan 26, 2021
trie automaton was added
LuchoBazz
committed
390aeb2
View commit details
Copy full SHA for 390aeb2
View code at this point
Browse repository at this point
rabin-karp was added and kmp std was updated
LuchoBazz
committed
401a6ff
View commit details
Copy full SHA for 401a6ff
View code at this point
Browse repository at this point
kmp and prefix function were updated
LuchoBazz
committed
588a573
View commit details
Copy full SHA for 588a573
View code at this point
Browse repository at this point
rolling hashing static compress was updated and renamed
LuchoBazz
committed
b089925
View commit details
Copy full SHA for b089925
View code at this point
Browse repository at this point
Commits on Dec 24, 2020
faster rolling hashing implementation was added
LuchoBazz
committed
46cb1ce
View commit details
Copy full SHA for 46cb1ce
View code at this point
Browse repository at this point
Commits on Dec 20, 2020
operator != was added to rolling hashing
LuchoBazz
committed
f785854
View commit details
Copy full SHA for f785854
View code at this point
Browse repository at this point
Rolling hashing implementation was updated
LuchoBazz
committed
b178bb6
View commit details
Copy full SHA for b178bb6
View code at this point
Browse repository at this point
rolling hashing was updated (hash int constructor)
LuchoBazz
committed
c45938b
View commit details
Copy full SHA for c45938b
View code at this point
Browse repository at this point
rolling hashing was updated (query)
LuchoBazz
committed
be955a3
View commit details
Copy full SHA for be955a3
View code at this point
Browse repository at this point
rolling hashing implementation was added
LuchoBazz
committed
10e1a2b
View commit details
Copy full SHA for 10e1a2b
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.