Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Reseting 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 }}
TheAlgorithms
/
Rust
Public
Notifications
You must be signed in to change notification settings
Fork
2.4k
Star
23.8k
Code
Issues
2
Pull requests
4
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
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
Commits on Dec 31, 2024
Consolidate `use` statements for `std::ops` in `lazy_segment_tree.rs` (#851)
Show description for 4e25e99
reddevilmidzy
authored
4e25e99
Copy full SHA for 4e25e99
Commits on Dec 26, 2024
Fixed dijkstra implementation bug: improved time from exponential to O(E * logV) (#848)
Show description for 8467b52
taaae
authored
8467b52
Copy full SHA for 8467b52
Commits on Dec 10, 2024
Remove lazy_static from dependencies (#847)
Show description for 7903120
qsantos
authored
7903120
Copy full SHA for 7903120
Commits on Dec 5, 2024
chore: suppress new clippy warnings (#845)
vil02
authored
f66f836
Copy full SHA for f66f836
Commits on Nov 22, 2024
Refactor Segment Tree Recursive (#841)
Show description for dadb978
sozelfist
and
vil02
authored
dadb978
Copy full SHA for dadb978
Commits on Nov 18, 2024
chore(deps): bump codecov/codecov-action from 4 to 5 in /.github/workflows (#843)
Show description for 41c76e4
dependabot[bot]
authored
41c76e4
Copy full SHA for 41c76e4
Commits on Nov 13, 2024
Refactor Minimum Cost Path (#842)
Show description for ac0b333
sozelfist
authored
ac0b333
Copy full SHA for ac0b333
Commits on Nov 6, 2024
Refactor Minimum Spanning Tree (#837)
Show description for 988bea6
sozelfist
authored
988bea6
Copy full SHA for 988bea6
Commits on Nov 4, 2024
Update DIRECTORY.md [skip actions]
vil02
committed
e92ab20
Copy full SHA for e92ab20
create financial/price_plus_tax function (#829)
Show description for abff887
alirezasariri78
and
vil02
authored
abff887
Copy full SHA for abff887
Improve Palindrome (#839)
Show description for 5947a3f
sozelfist
authored
5947a3f
Copy full SHA for 5947a3f
Commits on Nov 2, 2024
chore: suppress `too_long_first_doc_paragraph` (#838)
vil02
authored
857c73a
Copy full SHA for 857c73a
Commits on Oct 31, 2024
Refactor Segment Tree Implementation (#835)
Show description for 5a83939
sozelfist
authored
5a83939
Copy full SHA for 5a83939
Commits on Oct 30, 2024
Update DIRECTORY.md [skip actions]
vil02
committed
5151982
Copy full SHA for 5151982
Pagination
Previous
Next
You can’t perform that action at this time.