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
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
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 }}
MPourjam
/
Rust
Public
forked from
TheAlgorithms/Rust
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 21, 2022
Add methods and tests to LinkedList (#274)
listenaddress
authored
e95676f
View commit details
Copy full SHA for e95676f
Browse repository at this point
Commits on Feb 17, 2022
Add memoized fibonacci (#272)
marshblocker
authored
f1877d7
View commit details
Copy full SHA for f1877d7
Browse repository at this point
Commits on Feb 8, 2022
Organize and add missing cipher link (#271)
ramon-bernardo
authored
6c14e95
View commit details
Copy full SHA for 6c14e95
Browse repository at this point
Commits on Feb 6, 2022
feat: add TEA cipher (#270)
skdltmxn
authored
1f30b24
View commit details
Copy full SHA for 1f30b24
Browse repository at this point
Commits on Jan 29, 2022
refactor: fix queue implementation (#268)
Show description for 072583d
rytheo
authored
072583d
View commit details
Copy full SHA for 072583d
Browse repository at this point
Commits on Jan 21, 2022
Fix leaky linked list (#269)
Show description for c0c103b
rytheo
authored
c0c103b
View commit details
Copy full SHA for c0c103b
Browse repository at this point
Commits on Jan 15, 2022
fix: link to aho_corasick (#265)
Show description for d296cc1
oylenshpeegul
authored
d296cc1
View commit details
Copy full SHA for d296cc1
Browse repository at this point
Commits on Jan 10, 2022
Add red black tree (#264)
justforforfor
authored
a7aba5d
View commit details
Copy full SHA for a7aba5d
Browse repository at this point
Commits on Dec 20, 2021
Fix build badge (#263)
siriak
authored
5d38c29
View commit details
Copy full SHA for 5d38c29
Browse repository at this point
Update build.yml
siriak
authored
802d3a6
View commit details
Copy full SHA for 802d3a6
Browse repository at this point
feat: change CI from Travis to github action (#262)
imp2002
authored
3020331
View commit details
Copy full SHA for 3020331
Browse repository at this point
feat: add Transposition Cipher (#261)
Show description for 1fbb35a
NashJames
and
imp2002
authored
1fbb35a
View commit details
Copy full SHA for 1fbb35a
Browse repository at this point
Commits on Dec 5, 2021
Add Aho-Corasick algorithm (#260)
scturtle
authored
0154691
View commit details
Copy full SHA for 0154691
Browse repository at this point
Commits on Nov 21, 2021
Add kth smallest element problem (#259)
tuqqu
authored
86002cf
View commit details
Copy full SHA for 86002cf
Browse repository at this point
Commits on Nov 17, 2021
Add stack using singly linked list (#258)
Show description for 4c78eaa
Aisuko
authored
4c78eaa
View commit details
Copy full SHA for 4c78eaa
Browse repository at this point
Commits on Nov 14, 2021
Add bucket sort, improve insertion sort (#257)
Show description for 3cad41e
tuqqu
and
siriak
authored
3cad41e
View commit details
Copy full SHA for 3cad41e
Browse repository at this point
Commits on Nov 13, 2021
Add describe of double linked list (#256)
Show description for 5eccdf2
Aisuko
authored
5eccdf2
View commit details
Copy full SHA for 5eccdf2
Browse repository at this point
Commits on Nov 10, 2021
Add Depth First Search Demo (#252)
Show description for b887429
3 people
authored
b887429
View commit details
Copy full SHA for b887429
Browse repository at this point
Commits on Nov 9, 2021
Add a description of comb sort (#255)
Show description for 5bfd966
Aisuko
authored
5bfd966
View commit details
Copy full SHA for 5bfd966
Browse repository at this point
Commits on Nov 4, 2021
feat: add greatest common divisor (#254)
Show description for 551269c
imp2002
and
siriak
authored
551269c
View commit details
Copy full SHA for 551269c
Browse repository at this point
Commits on Nov 3, 2021
Fix N-Queens (#253)
Show description for c9f3661
DaveAxiom
and
siriak
authored
c9f3661
View commit details
Copy full SHA for c9f3661
Browse repository at this point
Commits on Oct 31, 2021
Add simple math algorithms (#251)
donbarbos
authored
a0eb41d
View commit details
Copy full SHA for a0eb41d
Browse repository at this point
Commits on Oct 29, 2021
Add gnome sort (#246)
donbarbos
authored
5e4b314
View commit details
Copy full SHA for 5e4b314
Browse repository at this point
Commits on Oct 28, 2021
Fix broken link in README.md (#248)
mgrachev
authored
c075b15
View commit details
Copy full SHA for c075b15
Browse repository at this point
Add O(log^2(n)) and O(log(n)) fibonacci implementations (#232)
GeistInDerSH
authored
a0ccb8c
View commit details
Copy full SHA for a0ccb8c
Browse repository at this point
Commits on Oct 25, 2021
Add maximal square (#244)
macroexpansion
authored
f753d05
View commit details
Copy full SHA for f753d05
Browse repository at this point
Commits on Oct 20, 2021
Add breadth-first search (BFS) (#243)
Overflow0xFFFF
authored
1050f48
View commit details
Copy full SHA for 1050f48
Browse repository at this point
Commits on Oct 19, 2021
feat: add Is subsequence (#239)
Show description for 14ccfac
macroexpansion
and
imp2002
authored
14ccfac
View commit details
Copy full SHA for 14ccfac
Browse repository at this point
Commits on Oct 18, 2021
feat: add Pascal's triangle (#238)
Show description for d5842ad
macroexpansion
authored
d5842ad
View commit details
Copy full SHA for d5842ad
Browse repository at this point
Commits on Oct 17, 2021
Add two sum problem (#240)
macroexpansion
authored
998176a
View commit details
Copy full SHA for 998176a
Browse repository at this point
Commits on Oct 15, 2021
Add graphs to README.md (#236)
jhoobergs
authored
358cb22
View commit details
Copy full SHA for 358cb22
Browse repository at this point
Commits on Oct 14, 2021
feat(dp): Implement `Longest Increasing Subsequence` (#235)
pr1metine
authored
4c9ea6d
View commit details
Copy full SHA for 4c9ea6d
Browse repository at this point
Commits on Oct 13, 2021
Add Depth First Search (#233)
MatheusMuriel
authored
c8b0c20
View commit details
Copy full SHA for c8b0c20
Browse repository at this point
Commits on Oct 12, 2021
feat: add Rod Cutting (#190)
Show description for c9cc4b3
3 people
authored
c9cc4b3
View commit details
Copy full SHA for c9cc4b3
Browse repository at this point
Commits on Oct 11, 2021
Add Kruskal's algorithm (#129)
iamdejan
authored
632626b
View commit details
Copy full SHA for 632626b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.