Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
AlgorithmAndLeetCode
/
TheAlgorithms-C-Plus-Plus
Public
forked from
TheAlgorithms/C-Plus-Plus
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
vil02
Datepicker
All time
Commit History
Commits on Oct 11, 2025
style: remove interaction with the user (#3009)
Show description for b9c118f
3 people
authored
b9c118f
Copy full SHA for b9c118f
Commits on Sep 27, 2025
style: remove interaction with the user (#3006)
Show description for 643e0a9
vil02
and
realstealthninja
authored
643e0a9
Copy full SHA for 643e0a9
Commits on Sep 26, 2025
fix: handle wrong inputs in `postfix_evaluation` (#3005)
vil02
authored
e72b7aa
Copy full SHA for e72b7aa
Commits on Sep 25, 2025
refactor: input size should not be a template argument in `postfix_evaluation` (#2996)
vil02
authored
07663b0
Copy full SHA for 07663b0
Commits on Sep 10, 2025
fix: remove potential segv from `postfix_evaluation.cpp` (#2995)
vil02
authored
3aafade
Copy full SHA for 3aafade
Commits on Sep 5, 2025
fix: remove potential segmentation fault from `factorial_memoization.cpp` (#2994)
vil02
authored
43ce636
Copy full SHA for 43ce636
Commits on Sep 4, 2025
style: remove unused variable (#2991)
vil02
authored
651d622
Copy full SHA for 651d622
Commits on Sep 1, 2025
style: resolve `-Wunused-parameter` (#2990)
vil02
authored
35b1bcb
Copy full SHA for 35b1bcb
Commits on Aug 18, 2025
fix: initialise `key` to avoid undefined behaviour (#2984)
vil02
authored
c917fc4
Copy full SHA for c917fc4
Commits on Aug 17, 2025
fix: use strict inequality to avoid `containerOutOfBounds` (#2981)
vil02
authored
93c64b5
Copy full SHA for 93c64b5
Commits on Aug 16, 2025
fix: resize `array` to avoid `arrayIndexOutOfBounds` (#2979)
vil02
authored
6393130
Copy full SHA for 6393130
Commits on Aug 15, 2025
chore: sort subdirectories (#2949)
Show description for e9caade
vil02
and
realstealthninja
authored
e9caade
Copy full SHA for e9caade
style: resolve `-Wreorder` (#2950)
Show description for 6568ab9
vil02
and
realstealthninja
authored
6568ab9
Copy full SHA for 6568ab9
style: remove unused params of `main` (#2948)
Show description for fb27d4d
vil02
and
realstealthninja
authored
fb27d4d
Copy full SHA for fb27d4d
Commits on Aug 14, 2025
style: remove unused variables (#2946)
Show description for d4962c3
vil02
and
realstealthninja
authored
d4962c3
Copy full SHA for d4962c3
style: remove unused `array` includes (#2947)
vil02
authored
3f0409d
Copy full SHA for 3f0409d
Commits on May 25, 2025
style: remove unused `vector` includes (#2945)
vil02
authored
93a700c
Copy full SHA for 93a700c
Commits on Sep 29, 2024
style: cleanup `catalan_numbers.cpp` (#2740)
Show description for f789e3b
vil02
authored
f789e3b
Copy full SHA for f789e3b
Commits on Sep 17, 2024
style: add missing `const` in `median_search2.cpp` (#2734)
vil02
authored
9374b00
Copy full SHA for 9374b00
Commits on Sep 15, 2024
style: lint `huffman.cpp` (#2733)
vil02
authored
a0b7dee
Copy full SHA for a0b7dee
Commits on Sep 13, 2024
fix: remove memory leak from `circular_queue_using_linked_list.cpp` (#2731)
vil02
authored
8df7a88
Copy full SHA for 8df7a88
fix: remove memory leak from `reverse_binary_tree.cpp` (#2730)
vil02
authored
b169269
Copy full SHA for b169269
Commits on Sep 11, 2024
fix: memory leak in `morrisinorder.cpp` (#2729)
vil02
authored
7828b8e
Copy full SHA for 7828b8e
fix: memory leak in `huffman.cpp` (#2728)
vil02
authored
d74f4d3
Copy full SHA for d74f4d3
Commits on Sep 4, 2024
style: add missing `const` in `bloom_filter.cpp` (#2724)
Show description for 15e3fed
vil02
and
realstealthninja
authored
15e3fed
Copy full SHA for 15e3fed
fix: memory leak in `median_search2.cpp` (#2723)
vil02
authored
490974e
Copy full SHA for 490974e
Commits on Sep 3, 2024
fix: stack buffer underflow in `tim_sort.cpp` (#2722)
vil02
authored
c652c4f
Copy full SHA for c652c4f
Commits on Sep 2, 2024
fix: remove memory leak from `recursive_tree_traversal.cpp` (#2721)
vil02
authored
b6108e4
Copy full SHA for b6108e4
Commits on Sep 1, 2024
fix: remove memory leak from `iterative_tree_traversals.cpp` (#2720)
vil02
authored
52db277
Copy full SHA for 52db277
Commits on Aug 31, 2024
fix: make interface of `NCRModuloP` fail-safe (#2469)
Show description for af72fab
3 people
authored
af72fab
Copy full SHA for af72fab
fix: remove memory leak in `sublist_search.cpp` (#2541)
Show description for 8bde3ea
vil02
and
realstealthninja
authored
8bde3ea
Copy full SHA for 8bde3ea
fix: use `GITHUB_ACTOR` in `git config` (#2673)
vil02
authored
7fc338d
Copy full SHA for 7fc338d
Commits on Aug 30, 2024
fix: remove memory issues (#2533)
Show description for 519d37f
vil02
and
realstealthninja
authored
519d37f
Copy full SHA for 519d37f
fix: remove memory leak (#2532)
Show description for 9e44b68
vil02
and
realstealthninja
authored
9e44b68
Copy full SHA for 9e44b68
fix: add and use function `deleteList` to remove memory leak (#2534)
Show description for e139ee9
vil02
and
realstealthninja
authored
e139ee9
Copy full SHA for e139ee9
Pagination
Previous
Next
You can’t perform that action at this time.