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 }}
tany007
/
algorithm
Public
forked from
tapaswenipathak/algorithm
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jul 3, 2019
Merge pull request #49 from Ben10do/feature/forwarding-references
Show description for 77bbc6c
mclow
authored
77bbc6c
View commit details
Copy full SHA for 77bbc6c
Browse repository at this point
Update the apply_permutation tests to use the BOOST_CHECK_EQUAL_COLLECTIONS facilities. Based on https://github.com/boostorg/algorithm/pull/42 Thanks to Jeremy for the patch
mclow
committed
0a57ec3
View commit details
Copy full SHA for 0a57ec3
Browse repository at this point
Commits on Apr 29, 2019
Merge pull request #59 from tinko92/develop
Show description for 9477cd8
mclow
authored
9477cd8
View commit details
Copy full SHA for 9477cd8
Browse repository at this point
Commits on Apr 23, 2019
Replace broken links.
tinko92
committed
f39107f
View commit details
Copy full SHA for f39107f
Browse repository at this point
Commits on Nov 2, 2018
Fix bug in is_sorted docs; thanks to Tony E for the report: https://github.com/boostorg/algorithm/issues/54
mclow
committed
1cbe285
View commit details
Copy full SHA for 1cbe285
Browse repository at this point
Commits on Oct 30, 2018
Make apply_permutation work for C++03. Thanks to @jeking3 for the report.
mclow
committed
b6c04d6
View commit details
Copy full SHA for b6c04d6
Browse repository at this point
Merge pull request #51 from jeking3/fix-colon
Show description for bf2b49e
mclow
authored
bf2b49e
View commit details
Copy full SHA for bf2b49e
Browse repository at this point
fix extraneous colon in test jamfile causing a build warning
jeking3
committed
01b0dd8
View commit details
Copy full SHA for 01b0dd8
Browse repository at this point
Commits on Oct 2, 2018
Merge pull request #50 from tzlaine/develop
Show description for 6763d75
mclow
authored
6763d75
View commit details
Copy full SHA for 6763d75
Browse repository at this point
Fix sloppy find_not() and find_*backward() code examples.
tzlaine
committed
435cc61
View commit details
Copy full SHA for 435cc61
Browse repository at this point
Commits on Aug 2, 2018
Correct lvalue/rvalue nomenclature
Show description for 45baad2
Ben10do
committed
45baad2
View commit details
Copy full SHA for 45baad2
Browse repository at this point
Commits on Aug 1, 2018
Add tests with lvalue inputs
Show description for 5408a17
Ben10do
committed
5408a17
View commit details
Copy full SHA for 5408a17
Browse repository at this point
Use forwarding references in string/split.hpp
Show description for c6f784c
Ben10do
committed
c6f784c
View commit details
Copy full SHA for c6f784c
Browse repository at this point
Commits on Jul 30, 2018
Fix broken link to license file in header comment. NFC
mclow
committed
e4dfe08
View commit details
Copy full SHA for e4dfe08
Browse repository at this point
Commits on Jul 4, 2018
Add newlines at the end of the fuzzing files
mclow
committed
3659b18
View commit details
Copy full SHA for 3659b18
Browse repository at this point
Remove 'wrappers'
mclow
committed
6bb5fa5
View commit details
Copy full SHA for 6bb5fa5
Browse repository at this point
Commits on May 31, 2018
Merge pull request #48 from tzlaine/develop
Show description for ee7a024
mclow
authored
ee7a024
View commit details
Copy full SHA for ee7a024
Browse repository at this point
Commits on May 19, 2018
Add Travis and Appveyor CI config files.
tzlaine
committed
d1b0024
View commit details
Copy full SHA for d1b0024
Browse repository at this point
Commits on May 18, 2018
Merge pull request #47 from tzlaine/develop
Show description for ecb8bfa
mclow
authored
ecb8bfa
View commit details
Copy full SHA for ecb8bfa
Browse repository at this point
Commits on May 15, 2018
East const -> west const. I regret nothing!
tzlaine
committed
3f2a962
View commit details
Copy full SHA for 3f2a962
Browse repository at this point
find_{not,*backward} docs copy editing.
tzlaine
committed
6b22464
View commit details
Copy full SHA for 6b22464
Browse repository at this point
Commits on May 14, 2018
Added some comments
mclow
committed
ea7d35d
View commit details
Copy full SHA for ea7d35d
Browse repository at this point
Commits on May 12, 2018
Add range-based overloads of find*_backward().
tzlaine
committed
c5c5d24
View commit details
Copy full SHA for c5c5d24
Browse repository at this point
Add range-based overload of find_not().
tzlaine
committed
6c68cf8
View commit details
Copy full SHA for 6c68cf8
Browse repository at this point
Commits on May 11, 2018
Add docs for find_backward.hpp.
tzlaine
committed
8c9d5e8
View commit details
Copy full SHA for 8c9d5e8
Browse repository at this point
Add docs for find_not.hpp.
tzlaine
committed
86d26e7
View commit details
Copy full SHA for 86d26e7
Browse repository at this point
Commits on May 10, 2018
Add tests for find_backward.hpp.
tzlaine
committed
94460b0
View commit details
Copy full SHA for 94460b0
Browse repository at this point
Add tests for find_not.hpp.
tzlaine
committed
45a4d25
View commit details
Copy full SHA for 45a4d25
Browse repository at this point
Commits on May 9, 2018
Add find_not() and the four find_*_backward overloads from Boost.Text. Needs
Show description for d7d91d4
tzlaine
committed
d7d91d4
View commit details
Copy full SHA for d7d91d4
Browse repository at this point
Commits on May 2, 2018
Remove too-simple test, add tests for the variants of minmax_element
mclow
committed
7ec1c5c
View commit details
Copy full SHA for 7ec1c5c
Browse repository at this point
Fuzzing targets for minmax
mclow
committed
d574d1e
View commit details
Copy full SHA for d574d1e
Browse repository at this point
Commits on Apr 4, 2018
fix constexpr-ness of a couple of algorithhms - and tests. Based on Pull Request #44 by Flast - thanks!
mclow
committed
3af7aca
View commit details
Copy full SHA for 3af7aca
Browse repository at this point
Commits on Mar 25, 2018
Merge pull request #46 from DanielaE/fix/missing-constexpr
Show description for 509201f
mclow
authored
509201f
View commit details
Copy full SHA for 509201f
Browse repository at this point
functions used in constexpr context must be marked 'constexpr'
Show description for b0f04af
DanielaE
committed
b0f04af
View commit details
Copy full SHA for b0f04af
Browse repository at this point
Commits on Mar 21, 2018
Merge pull request #45 from samuela/patch-1
Show description for df58b44
mclow
authored
df58b44
View commit details
Copy full SHA for df58b44
Browse repository at this point
Previous
Next
You can’t perform that action at this time.