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 `needless_pass_by_ref_mut`

vil02 opened this pull request 7 months ago
Refactor Merge Sort Implementation

TruongNhanNguyen opened this pull request 7 months ago
style: include `useless_let_if_seq`

vil02 opened this pull request 7 months ago
Improve Ford Fulkerson Implementation

TruongNhanNguyen opened this pull request 7 months ago
style: cleanup `run_length_encoding.rs`

vil02 opened this pull request 7 months ago
style: make clippy more strict

vil02 opened this pull request 7 months ago
Implementation of Average Marginal Ranking Loss Function

jkauerl opened this pull request 7 months ago
Implement Minkowski Difference

jerr-it opened this pull request 7 months ago
Improve Knapsack 0/1 Implementation

TruongNhanNguyen opened this pull request 7 months ago
chore: add `map_unwrap_or` warning

vil02 opened this pull request 7 months ago
Fix uninlined format args

vil02 opened this pull request 7 months ago
Implement Graph Coloring using Backtracking

TruongNhanNguyen opened this pull request 7 months ago
chore: cleanup gitpod setup

vil02 opened this pull request 7 months ago
Implementation of Negative Log Likelihood Loss Function

jkauerl opened this pull request 7 months ago
Implementation of Marginal Ranking Loss Function

jkauerl opened this pull request 7 months ago
Refactor NQueens implementation

TruongNhanNguyen opened this pull request 7 months ago
Implement Hamiltonian Cycle Finder

TruongNhanNguyen opened this pull request 7 months ago
Implement Rat in Maze Path Finder

TruongNhanNguyen opened this pull request 7 months ago
Refactor UnionFind

TruongNhanNguyen opened this pull request 7 months ago
chore: add cargo to dependabot

vil02 opened this pull request 7 months ago
fixed small bug in quick select algorithm

BenjiAndre opened this pull request 7 months ago
Implement Pattern Defeating Quick Sort algorithm

TruongNhanNguyen opened this pull request 7 months ago
add maximum.rs

mengfansheng-git opened this pull request 7 months ago
Refactor sieve of Eratosthenes implementation

TruongNhanNguyen opened this pull request 8 months ago
K nearest neighbors Algorithm

haswanth10 opened this pull request 8 months ago
Refactor Binary Search

TruongNhanNguyen opened this pull request 8 months ago
add algorithms to detect cycle in graph

Zzocker opened this pull request 8 months ago
Refactor Caesar Algorithm Implementation

StPfeffer opened this pull request 8 months ago
chore: run build each Thursday

vil02 opened this pull request 8 months ago
style: resole clippy issues

vil02 opened this pull request 8 months ago
Refactor Caesar Algorithm Implementation

StPfeffer opened this pull request 8 months ago
feat: add `multiply.rs`

mengfansheng-git opened this pull request 8 months ago
Refactor Sudoku implementation

TruongNhanNguyen opened this pull request 8 months ago
A small bug in Quick Select algorithm

lvyuemeng opened this issue 8 months ago
Implement Parentheses Generator using Backtracking Strategy

TruongNhanNguyen opened this pull request 8 months ago
Implement Trapped Rain Water Problem

TruongNhanNguyen opened this pull request 8 months ago
add check_permutation.rs

mengfansheng-git opened this pull request 8 months ago
Implements Ramer-Douglas-Peucker simplification algorithm

Sellig6792 opened this pull request 8 months ago
Introduce error types

salmanmkc opened this pull request 8 months ago
lz77 compression algorithm implemented

proof185 opened this pull request 8 months ago
Add `isomorphism.rs`

mengfansheng-git opened this pull request 8 months ago
Determine if a string is isomorphic

mengfansheng-git opened this pull request 8 months ago
Refactor Heap Sort Implementation

TruongNhanNguyen opened this pull request 9 months ago
get longest palindrome

changweidalaifu6 opened this pull request 9 months ago
get longest palindrome

changweidalaifu6 opened this pull request 9 months ago
Add another implementation of Levenshtein distance

TruongNhanNguyen opened this pull request 9 months ago
Update Tim sort implementation

TruongNhanNguyen opened this pull request 9 months ago
fix: suppress clippy warning

vil02 opened this pull request 9 months ago
Automatically update lib.rs, mod.rs and DIRECTORY.md

RenzoGerritzen opened this pull request 9 months ago
Implement Subset Sum algorithm using Dynamic Programming.

TruongNhanNguyen opened this pull request 9 months ago
Implement Huber loss function in Machine Learning loss algorithms.

TruongNhanNguyen opened this pull request 10 months ago
Implement Huber loss function in Machine Learning loss algorithms.

TruongNhanNguyen opened this pull request 10 months ago
Implement Knight Tour algorithm using Backtracking.

TruongNhanNguyen opened this pull request 10 months ago
added a plus-minus-one range minimum query data structure

Miraksi opened this pull request 10 months ago
Automating mod files

RenzoGerritzen opened this issue 10 months ago
Bump actions/setup-python from 4 to 5 in /.github/workflows

dependabot[bot] opened this pull request 10 months ago
Bump actions/stale from 4 to 9 in /.github/workflows

dependabot[bot] opened this pull request 10 months ago
Configure GitHub's Dependabot for github-actions

cclauss opened this pull request 10 months ago
KMP solves the shortest palindrome

mengfansheng-git opened this pull request 10 months ago
Fix typos in documentation of `square_root.rs`

saona-raimundo opened this pull request 10 months ago
feat: Add test to increase coverage of naive permutations

realstealthninja opened this pull request 10 months ago
Handle unicode characters in `knuth_morris_pratt`

realstealthninja opened this pull request 10 months ago
Handle unicode characters in `duval_algorithm`

realstealthninja opened this pull request 10 months ago
added a decremental connectivity data structure

Miraksi opened this pull request 10 months ago
String based algorithms panics on unicode characters

realstealthninja opened this issue 10 months ago
length of longest substring

mengfansheng-git opened this pull request 10 months ago
length of longest substring

mengfansheng-git opened this pull request 10 months ago
Single Layer Perceptron

943n opened this pull request 10 months ago
Add `RangeMinimumQuery`

Miraksi opened this pull request 10 months ago
Optimise `quick_sort`

genskyff opened this pull request 11 months ago
update `selection_sort`

genskyff opened this pull request 11 months ago
style: remove new warnings from clippy

vil02 opened this pull request 11 months ago
style: break long line

vil02 opened this pull request 11 months ago
Fails miri test for rb-tree on Rust

Jekahome opened this issue 11 months ago
Simplify `BinarySearchTree::insert`

brunbjerg opened this pull request 11 months ago
Assign value directly for newly created node in `BinarySearchTree::insert`.

iamlockon opened this pull request 11 months ago
Suggestion: Add diff and zero-crossing rate algoritms for math

perdo-nober-rs opened this issue 11 months ago
chore: update `codecov/codecov-action` to `v4`

vil02 opened this pull request 11 months ago
Redo derivative

Github-Vektor opened this pull request 12 months ago
Bogoredo

Github-Vektor opened this pull request 12 months ago
Derivate

Github-Vektor opened this pull request 12 months ago
Strand sort

Github-Vektor opened this pull request 12 months ago
Bogo bogo sort

Github-Vektor opened this pull request 12 months ago
Added Several Algorithms

Github-Vektor opened this pull request 12 months ago
Huffman alg

todi-mih opened this pull request 12 months ago
gaussian_quadrature

todi-mih opened this pull request 12 months ago
New feature branch

todi-mih opened this pull request 12 months ago
Add Pangram and Lipogram checker

Adin3 opened this pull request 12 months ago
rgb_to_cmyk.rs and hsv_to_rgb.rs in conversions

tudor-cretu opened this pull request 12 months ago
Cleanup simpsons

vil02 opened this pull request 12 months ago
Added Hexadecimal To Decimal Conversion

Adin3 opened this pull request 12 months ago
Add KL divergence loss function in machine_learning loss algorithms

avats-dev opened this pull request 12 months ago
Cleanup `perfect_cube.rs`

vil02 opened this pull request 12 months ago
Factorial, Combinations & Decimal_To_Fraction Functions

octavianarmasu opened this pull request 12 months ago
word_break.rs in dynamic_programming

tudor-cretu opened this pull request 12 months ago
Factorial Function Implementation

octavianarmasu opened this pull request 12 months ago
Perfect Cube Implementation

octavianarmasu opened this pull request 12 months ago
Added Modular Exponential

tudor-cretu opened this pull request 12 months ago
Added Modular Exponential

tudor-cretu opened this pull request 12 months ago