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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 2, 2025
feat: YIN algorithm (#940)
winkt0
authored
7c1542b
Copy full SHA for 7c1542b
Commits on Oct 28, 2025
Add missing octal conversions (#931)
NithinU2802
authored
db3f011
Copy full SHA for db3f011
Commits on Oct 27, 2025
feat: Added NPV, Compound Interest and Payback Period (#936)
showmyth
authored
b39484d
Copy full SHA for b39484d
feat: Added basic finance ratios, NPV sensitivity and Treynor ratio to the financial module (#937)
showmyth
authored
bd8418f
Copy full SHA for bd8418f
Commits on Oct 26, 2025
feat: Added Rhumb Line Distance algorithm to navigation module (#934)
showmyth
authored
83ad4d9
Copy full SHA for 83ad4d9
Add Momentum Optimizer to 'optimization' in machine-learning (#933)
showmyth
authored
379b934
Copy full SHA for 379b934
Commits on Oct 18, 2025
chore(deps): bump github/codeql-action from 3 to 4 in /.github/workflows (#927)
Show description for a8491ae
dependabot[bot]
authored
a8491ae
Copy full SHA for a8491ae
Commits on Oct 15, 2025
chore: configure CodeQL for Rust (#928)
vil02
authored
7763020
Copy full SHA for 7763020
fix: resolve new clippy warnings (#926)
vil02
authored
cad2352
Copy full SHA for cad2352
Commits on Oct 1, 2025
style: include `if_not_else` (#918)
vil02
authored
ed7a42e
Copy full SHA for ed7a42e
style: include `needless_for_each` (#917)
vil02
authored
7d7d716
Copy full SHA for 7d7d716
style: include `cloned_ref_to_slice_refs` (#916)
vil02
authored
d9e579f
Copy full SHA for d9e579f
Commits on Sep 26, 2025
fix(huffman): Handle edge cases and improve error handling (#912)
Show description for aa3194f
jesper-olsen
authored
aa3194f
Copy full SHA for aa3194f
Commits on Sep 10, 2025
chore(deps): bump actions/stale from 9 to 10 in /.github/workflows (#909)
Show description for f2a23e9
dependabot[bot]
authored
f2a23e9
Copy full SHA for f2a23e9
chore(deps): bump actions/setup-python from 5 to 6 in /.github/workflows (#910)
Show description for 9fc5520
dependabot[bot]
authored
9fc5520
Copy full SHA for 9fc5520
Commits on Aug 29, 2025
chore: remove @vil02 from `CODEOWNERS` (#908)
vil02
authored
e39ec9b
Copy full SHA for e39ec9b
Commits on Aug 21, 2025
chore: suppress new clippy lints (#905)
vil02
authored
4eec0b7
Copy full SHA for 4eec0b7
Commits on Aug 12, 2025
chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows (#902)
Show description for dbef3d6
dependabot[bot]
authored
dbef3d6
Copy full SHA for dbef3d6
Commits on Jul 31, 2025
chore(deps): update nalgebra requirement from 0.33.0 to 0.34.0 (#900)
Show description for dbb20e9
dependabot[bot]
and
vil02
authored
dbb20e9
Copy full SHA for dbb20e9
Commits on Jul 3, 2025
chore: suppress new clippy lints (#895)
vil02
authored
99e33d1
Copy full SHA for 99e33d1
Commits on Jun 23, 2025
chore: set permissions (#893)
vil02
authored
ff55eda
Copy full SHA for ff55eda
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
Pagination
Previous
Next
You can’t perform that action at this time.