Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/TheAlgorithms/Rust
All Algorithms implemented in Rust
https://github.com/TheAlgorithms/Rust
style: include `get_unwrap`
vil02 opened this pull request 6 days ago
vil02 opened this pull request 6 days ago
style: include `needless_pass_by_ref_mut`
vil02 opened this pull request 7 days ago
vil02 opened this pull request 7 days ago
style: include `redundant_clone`
vil02 opened this pull request 8 days ago
vil02 opened this pull request 8 days ago
Added count_vovels in string. (saw it in the python version)
Darelife opened this pull request 17 days ago
Darelife opened this pull request 17 days ago
Consolidate `use` statements for `std::ops` in `lazy_segment_tree.rs`
reddevilmidzy opened this pull request 21 days ago
reddevilmidzy opened this pull request 21 days ago
Kerninghan vs. Kernighan
mkohlhaas opened this issue 25 days ago
mkohlhaas opened this issue 25 days ago
The number of buckets in bucket sort is wrong
Wangsutan opened this issue 25 days ago
Wangsutan opened this issue 25 days ago
Fixed dijkstra implementation bug: improved time from exponential to O(E * logV)
taaae opened this pull request 29 days ago
taaae opened this pull request 29 days ago
Remove lazy_static from dependencies
qsantos opened this pull request about 1 month ago
qsantos opened this pull request about 1 month ago
Added geometric mean to averages.rs
Marmaa0 opened this pull request about 1 month ago
Marmaa0 opened this pull request about 1 month ago
chore: suppress new clippy warnings
vil02 opened this pull request about 2 months ago
vil02 opened this pull request about 2 months ago
A KD-Tree (K-Dimensional Tree)
bomenderick opened this pull request 2 months ago
bomenderick opened this pull request 2 months ago
chore(deps): bump codecov/codecov-action from 4 to 5 in /.github/workflows
dependabot[bot] opened this pull request 2 months ago
dependabot[bot] opened this pull request 2 months ago
Refactor Minimum Cost Path
sozelfist opened this pull request 2 months ago
sozelfist opened this pull request 2 months ago
Refactor Segment Tree Recursive
sozelfist opened this pull request 2 months ago
sozelfist opened this pull request 2 months ago
add electronics/coulombs law module
alirezasariri78 opened this pull request 3 months ago
alirezasariri78 opened this pull request 3 months ago
Improve Palindrome
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
chore: suppress `too_long_first_doc_paragraph`
vil02 opened this pull request 3 months ago
vil02 opened this pull request 3 months ago
Refactor Minimum Spanning Tree
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Update README.md
shivanibhat24 opened this pull request 3 months ago
shivanibhat24 opened this pull request 3 months ago
Refactor Segment Tree Implementation
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Improve Range Minimum Query Implementation
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Improve Shorted Palindrome Implementation
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Adding logistic regression & optimizing the gradient descent algorithm
PratikFandade opened this pull request 3 months ago
PratikFandade opened this pull request 3 months ago
feat: rgb_cmyk_conversion
ali77gh opened this pull request 3 months ago
ali77gh opened this pull request 3 months ago
Length conversion
ali77gh opened this pull request 3 months ago
ali77gh opened this pull request 3 months ago
create financial/price_plus_tax function
alirezasariri78 opened this pull request 3 months ago
alirezasariri78 opened this pull request 3 months ago
fibonacci: add binary lifting version
y5c4l3 opened this pull request 3 months ago
y5c4l3 opened this pull request 3 months ago
chore: fix comment typos in `fibonacci.rs`
y5c4l3 opened this pull request 3 months ago
y5c4l3 opened this pull request 3 months ago
Improve Linear Search
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Refactor Anagram
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Cleanup Saddleback Search
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Tests Fail in the latest commit
vbasky opened this issue 3 months ago
vbasky opened this issue 3 months ago
Update reverse.rs
dev-priyanshu15 opened this pull request 3 months ago
dev-priyanshu15 opened this pull request 3 months ago
Improve Lipogram
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Queue Implementation using a singly linked list
Ismael144 opened this pull request 3 months ago
Ismael144 opened this pull request 3 months ago
Refactor `is_subsequence` Implemenation
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Create vincenty.rs
dev-priyanshu15 opened this pull request 3 months ago
dev-priyanshu15 opened this pull request 3 months ago
Create vincenty.rs
dev-priyanshu15 opened this pull request 3 months ago
dev-priyanshu15 opened this pull request 3 months ago
Implement Isogram
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Refactor Ternary Search
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Queue implementation using singly linked list
Ismael144 opened this pull request 3 months ago
Ismael144 opened this pull request 3 months ago
A queue implementation using a singly linked list
Ismael144 opened this pull request 3 months ago
Ismael144 opened this pull request 3 months ago
Refactor Eulerian Path
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Rewrite Reverse String Tests using Macro
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
Refactor Rabin Karp
sozelfist opened this pull request 3 months ago
sozelfist opened this pull request 3 months ago
feat: add fermats little theorem
saahil-mahato opened this pull request 4 months ago
saahil-mahato opened this pull request 4 months ago
Adding smoothsort
kanishkgits opened this pull request 4 months ago
kanishkgits opened this pull request 4 months ago
Refactor Z Algorithm
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
feat: Added Stable Matching Algorithm
BKarthik7 opened this pull request 4 months ago
BKarthik7 opened this pull request 4 months ago
k-d tree (A k-dimensional tree)
bomenderick opened this pull request 4 months ago
bomenderick opened this pull request 4 months ago
Improve Work Break
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Improve Trie
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Refactor Disjoint Set Union
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Improve Longest Common Substring Implementation
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Refactor Longest Continuous Increasing Subsequence Implementation
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
style: include `from_iter_instead_of_collect`
vil02 opened this pull request 4 months ago
vil02 opened this pull request 4 months ago
style: include `iter_on_single_items`
vil02 opened this pull request 4 months ago
vil02 opened this pull request 4 months ago
style: include `set_contains_or_insert`
vil02 opened this pull request 4 months ago
vil02 opened this pull request 4 months ago
style: include `unneeded_field_pattern`
vil02 opened this pull request 4 months ago
vil02 opened this pull request 4 months ago
Refactor Pangram Implementation
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Refactor Boyer-Moore Search Algorithm
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Improve Duval Algorithm
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Simplify Binary Search Recursive Implementation
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Improve Queue Implementation
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Improve Postfix Evaluation Implementation
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
fix: suppress new clippy warnings
vil02 opened this pull request 4 months ago
vil02 opened this pull request 4 months ago
Improve bit manipulation algorithm implementations
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
Implement n bits gray code
sozelfist opened this pull request 4 months ago
sozelfist opened this pull request 4 months ago
style: remove duplicated `the`
vil02 opened this pull request 4 months ago
vil02 opened this pull request 4 months ago
Improve Heap Implementation
sozelfist opened this pull request 5 months ago
sozelfist opened this pull request 5 months ago
Update Fenwick Tree Implementation
sozelfist opened this pull request 5 months ago
sozelfist opened this pull request 5 months ago
Added is_valid_email_address.rs
lyqio opened this pull request 5 months ago
lyqio opened this pull request 5 months ago
Improve All Combinations of Size k Implementation
sozelfist opened this pull request 5 months ago
sozelfist opened this pull request 5 months ago
Improve Permutation Implementation
sozelfist opened this pull request 5 months ago
sozelfist opened this pull request 5 months ago
Add custom error types `HammingDistanceError`
sozelfist opened this pull request 5 months ago
sozelfist opened this pull request 5 months ago
style: remove duplicated `the`
friendlyping opened this pull request 5 months ago
friendlyping opened this pull request 5 months ago
Refactor palindrom checking algorithm
bgdnrvsky opened this pull request 5 months ago
bgdnrvsky opened this pull request 5 months ago
Refactor Maximum Subarray Implementation
sozelfist opened this pull request 5 months ago
sozelfist opened this pull request 5 months ago
Refator Egg Dropping Implementation
TruongNhanNguyen opened this pull request 5 months ago
TruongNhanNguyen opened this pull request 5 months ago
Refator Knuth-Moris-Pratt Algorithm Implementation
TruongNhanNguyen opened this pull request 6 months ago
TruongNhanNguyen opened this pull request 6 months ago
Refactor Rod Cutting Implementation
TruongNhanNguyen opened this pull request 6 months ago
TruongNhanNguyen opened this pull request 6 months ago
Improve Coin Change Implementation
TruongNhanNguyen opened this pull request 6 months ago
TruongNhanNguyen opened this pull request 6 months ago
Improve infix to postfix notation algorithm
bgdnrvsky opened this pull request 6 months ago
bgdnrvsky opened this pull request 6 months ago
Improve Longest Common Subsequence Implementation
TruongNhanNguyen opened this pull request 6 months ago
TruongNhanNguyen opened this pull request 6 months ago
Algorithm
johnnybostar opened this issue 6 months ago
johnnybostar opened this issue 6 months ago
Improve Matrix Chain Multiplication
TruongNhanNguyen opened this pull request 6 months ago
TruongNhanNguyen opened this pull request 6 months ago
feat: Implement Circular Deque
DaevMithran opened this pull request 6 months ago
DaevMithran opened this pull request 6 months ago
perf: Optimize BTree search using binary search
ie-Yoshisaur opened this pull request 6 months ago
ie-Yoshisaur opened this pull request 6 months ago
Improve binary search tree implementation
DaevMithran opened this pull request 6 months ago
DaevMithran opened this pull request 6 months ago
Implement subset sum using backtracking
TruongNhanNguyen opened this pull request 6 months ago
TruongNhanNguyen opened this pull request 6 months ago
Added floyd cycle detection algorithm and burst balloons dp
tashviks opened this pull request 7 months ago
tashviks opened this pull request 7 months ago
style: include: `no_effect_underscore_binding`
vil02 opened this pull request 7 months ago
vil02 opened this pull request 7 months ago
style: include `unnecessary_wraps`
vil02 opened this pull request 7 months ago
vil02 opened this pull request 7 months ago
Refactor fast factorial algorithm
bgdnrvsky opened this pull request 7 months ago
bgdnrvsky opened this pull request 7 months ago
style: include `inefficient_to_string`
vil02 opened this pull request 7 months ago
vil02 opened this pull request 7 months ago
Added graph_coloring algorithm to backtracking
Rimeeeeee opened this pull request 7 months ago
Rimeeeeee opened this pull request 7 months ago
chore(deps): update nalgebra requirement from 0.32.3 to 0.33.0
dependabot[bot] opened this pull request 7 months ago
dependabot[bot] opened this pull request 7 months ago
God repository
MAFLIXD opened this issue 7 months ago
MAFLIXD opened this issue 7 months ago
added floyd cycle detection algorithm
tashviks opened this pull request 7 months ago
tashviks opened this pull request 7 months ago