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_Rust
Public
forked from
TheAlgorithms/Rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Projects
Security
Insights
Commits
Branch selector
5dfa123
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 23, 2025
chore: scan actions with Code QL (#892)
vil02
authored
5dfa123
Copy full SHA for 5dfa123
Commits on Jun 10, 2025
fix(logistic_regression): typo in comment (#891)
kKaskak
authored
731ea21
Copy full SHA for 731ea21
Commits on Jun 5, 2025
Update DIRECTORY.md [skip actions]
vil02
committed
05ee005
Copy full SHA for 05ee005
optimal binary search tree added in dynamic_programming (#890)
Show description for 1147b6b
butterpaneermasala
authored
1147b6b
Copy full SHA for 1147b6b
Commits on Jun 1, 2025
Add euler totient function (#882)
Show description for a3b116d
triuyen
and
vil02
authored
a3b116d
Copy full SHA for a3b116d
style: include `needless_lifetimes` (#889)
vil02
authored
ba3f671
Copy full SHA for ba3f671
style: include `enum_glob_use` (#888)
vil02
authored
a9ed3ed
Copy full SHA for a9ed3ed
style: include `elidable_lifetime_names` (#887)
vil02
authored
b639d14
Copy full SHA for b639d14
style: incldue `uninlined_format_args` (#886)
vil02
authored
6ff817b
Copy full SHA for 6ff817b
style: include `string_to_string` (#885)
vil02
authored
306f624
Copy full SHA for 306f624
style: include `manual_midpoint` (#884)
vil02
authored
5839fb4
Copy full SHA for 5839fb4
Commits on May 31, 2025
chore: suppress new clippy lints (#883)
vil02
authored
bc3ef17
Copy full SHA for bc3ef17
Commits on May 22, 2025
Improve normalize in karatsuba_multiplication implementation (#881)
Show description for 95d47cd
dxdw233
and
vil02
authored
95d47cd
Copy full SHA for 95d47cd
Commits on May 19, 2025
Fix bounds on delete_ith (#880)
actuallyatiger
authored
1dbf1a0
Copy full SHA for 1dbf1a0
Commits on Apr 10, 2025
chore: suppress new clippy lints (#877)
vil02
authored
a45a382
Copy full SHA for a45a382
Commits on Mar 20, 2025
Update DIRECTORY.md [skip actions]
vil02
committed
6493799
Copy full SHA for 6493799
Added move_to_front_encoding implementation (#874)
Show description for b19c743
Divakar-2508
and
vil02
authored
b19c743
Copy full SHA for b19c743
Commits on Mar 1, 2025
style: include `needless_raw_strings` (#873)
vil02
authored
b4aecf4
Copy full SHA for b4aecf4
Commits on Feb 28, 2025
style: include `unnecessary_map_or` (#872)
vil02
authored
c43c518
Copy full SHA for c43c518
Commits on Feb 27, 2025
chore: suppress new clippy lints (#871)
vil02
authored
e55f1bb
Copy full SHA for e55f1bb
Commits on Feb 4, 2025
style: include `range_plus_one` (#869)
vil02
authored
ae10da6
Copy full SHA for ae10da6
Commits on Feb 3, 2025
style: include `match_same_arms` (#868)
vil02
authored
8049c34
Copy full SHA for 8049c34
Commits on Feb 2, 2025
style: include `bool_to_int_with_if` (#867)
vil02
authored
798c73a
Copy full SHA for 798c73a
Commits on Jan 28, 2025
chore(deps): update rand requirement from 0.8 to 0.9 (#862)
Show description for c149ad5
dependabot[bot]
and
vil02
authored
c149ad5
Copy full SHA for c149ad5
style: include `default_trait_access` (#864)
vil02
authored
d154615
Copy full SHA for d154615
chore: `rand_chacha` is not needed (#866)
vil02
authored
b78cb6a
Copy full SHA for b78cb6a
chore: suppress new clippy lints (#865)
vil02
authored
c162aa9
Copy full SHA for c162aa9
Commits on Jan 17, 2025
style: include `redundant_else` (#860)
vil02
authored
d4c3126
Copy full SHA for d4c3126
Commits on Jan 16, 2025
style: include `match_bool` (#858)
vil02
authored
a11736a
Copy full SHA for a11736a
style: include `redundant_type_annotations` (#859)
vil02
authored
d0f0762
Copy full SHA for d0f0762
Commits on Jan 15, 2025
style: include `needless_for_each` (#857)
vil02
authored
2f2edfb
Copy full SHA for 2f2edfb
Commits on Jan 14, 2025
style: include `get_unwrap` (#856)
vil02
authored
2ee7e59
Copy full SHA for 2ee7e59
Commits on Jan 13, 2025
style: include `needless_pass_by_ref_mut` (#855)
vil02
authored
d06d04c
Copy full SHA for d06d04c
Commits on Jan 12, 2025
style: include `redundant_clone` (#854)
vil02
authored
d90950d
Copy full SHA for d90950d
Commits on Jan 11, 2025
Improve Range Minimum Query Implementation (#834)
Show description for ff1df12
sozelfist
and
vil02
authored
ff1df12
Copy full SHA for ff1df12
Pagination
Previous
Next
You can’t perform that action at this time.