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
feat: Hinge Loss
mobley-trent opened this pull request 12 months ago
mobley-trent opened this pull request 12 months ago
Properly evaluate `GITHUB_ACTOR`
vil02 opened this pull request 12 months ago
vil02 opened this pull request 12 months ago
Set correct starting position for high cursor
darrellpf opened this pull request 12 months ago
darrellpf opened this pull request 12 months ago
Properly handle flipped limits in `trapezoidal_integral`
vil02 opened this pull request 12 months ago
vil02 opened this pull request 12 months ago
Suggestion: Adding Geometry, Graph and Number Theory as subfolders of Math
iago-pssjd opened this issue almost 1 year ago
iago-pssjd opened this issue almost 1 year ago
Trigonometric functions
mihaubuhai opened this pull request about 1 year ago
mihaubuhai opened this pull request about 1 year ago
Added Bingo Sort
BogdanCiocea opened this pull request about 1 year ago
BogdanCiocea opened this pull request about 1 year ago
fix: use `is_nan`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
refactor: enforce nonegative inputs by using `u32` in `lucas_series`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Least Square Approximation and Logarithm evaluation
mihaubuhai opened this pull request about 1 year ago
mihaubuhai opened this pull request about 1 year ago
Added Simpson's rule and trapezoidal method for function integration
BogdanCiocea opened this pull request about 1 year ago
BogdanCiocea opened this pull request about 1 year ago
Cholesky decomposition
BogdanCiocea opened this pull request about 1 year ago
BogdanCiocea opened this pull request about 1 year ago
decrease Dijkstra upper bound from O(ElogE) to O(ElogV)
caojoshua opened this pull request about 1 year ago
caojoshua opened this pull request about 1 year ago
fix: handle cases with `b == 1` or `a` and `n` are co-prime in `baby_step_giant_step.rs`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
LinkedList: make `get` sound
speedstyle opened this pull request about 1 year ago
speedstyle opened this pull request about 1 year ago
Add Interquartile Range
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Update directory_workflow.yml
siriak opened this pull request about 1 year ago
siriak opened this pull request about 1 year ago
Decimal to hexadecimal
alcyone33 opened this pull request about 1 year ago
alcyone33 opened this pull request about 1 year ago
Handle nonpositive inputs in `trial_division`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add algorithm to find a number of points in a polygon area #628
ViniciussdeOliveira opened this pull request about 1 year ago
ViniciussdeOliveira opened this pull request about 1 year ago
Add algorithm to find a number of points in a polygon area
ViniciussdeOliveira opened this issue about 1 year ago
ViniciussdeOliveira opened this issue about 1 year ago
Add Lucas Series
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Add algorithm to find k-th digit in a digit string
iagorrr opened this issue about 1 year ago
iagorrr opened this issue about 1 year ago
Add Sum of Harmonic Series
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Fix `prime_factors`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add simple `k-means` algorithm
RuffLogix opened this pull request about 1 year ago
RuffLogix opened this pull request about 1 year ago
hashtable implementation
BogdanCiocea opened this pull request about 1 year ago
BogdanCiocea opened this pull request about 1 year ago
Update `aliquot_sum`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Fix bug in `fast_factorial`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Remove dead code in `longest_common_substring`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add Sylvester Sequence
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Make `mean` generic
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add gitpod support#604
khan-asfi-reza opened this pull request about 1 year ago
khan-asfi-reza opened this pull request about 1 year ago
refactor: reduce duplication in `check_anagram`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Handle empty input in `mode`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
redundant condition removal
mapaba79 opened this pull request about 1 year ago
mapaba79 opened this pull request about 1 year ago
Handle empty input in `median`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Simplify `hamming_distance`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add Euclidean Distance
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Update documentation of `average.rs`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add tests and cleanup `mean`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add codecov badge
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add tests and simplify `jump_search`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add Octal to Decimal Conversion
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Add Gitpod Setup
rohitkbc opened this issue about 1 year ago
rohitkbc opened this issue about 1 year ago
Handle nonunique max frequency elements in `mode`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Simplify bounds of `T` in `mode`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Cleanup `median`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add `upload_coverage_report.yml`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
tests: add test covering the `common_ratio == 1.0` case
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
tests: use `Poly1305::default` in `basic_tv1`
vil02 opened this pull request about 1 year ago
vil02 opened this pull request about 1 year ago
Add Sum of Geometric Progression
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Bugfix/directory workflow
CSRessel opened this pull request about 1 year ago
CSRessel opened this pull request about 1 year ago
Add Geometric Series
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Feature/include unreachable mods
CSRessel opened this pull request about 1 year ago
CSRessel opened this pull request about 1 year ago
Many implementations are not declared as mods anywhere in the module tree
CSRessel opened this issue about 1 year ago
CSRessel opened this issue about 1 year ago
Update DIRECTORY and PR template
CSRessel opened this pull request about 1 year ago
CSRessel opened this pull request about 1 year ago
DIRECTORY.md is out of date
CSRessel opened this issue about 1 year ago
CSRessel opened this issue about 1 year ago
Add Adam optimizer
R055A opened this pull request about 1 year ago
R055A opened this pull request about 1 year ago
Add Binary to Hexadecimal Converter
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Created moore_voting.rs
RuchNas-Pottah opened this pull request about 1 year ago
RuchNas-Pottah opened this pull request about 1 year ago
Mean Absolute Error Loss
GreatRSingh opened this pull request about 1 year ago
GreatRSingh opened this pull request about 1 year ago
Created Search_in_a_sorted_2D_matrix.rs
RuchNas-Pottah opened this pull request about 1 year ago
RuchNas-Pottah opened this pull request about 1 year ago
Add Hexadecimal to Binary Converter
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Suggestion: Parallel Implementation
RishadIslam2400 opened this issue about 1 year ago
RishadIslam2400 opened this issue about 1 year ago
Implemented Lee Algorithm using BFS.
mohit07raghav19 opened this pull request about 1 year ago
mohit07raghav19 opened this pull request about 1 year ago
Added mse_loss
GreatRSingh opened this pull request about 1 year ago
GreatRSingh opened this pull request about 1 year ago
Added Octal to Binary Conversion
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
add `gradient_descent` algorithm
Navaneeth-Sharma opened this pull request about 1 year ago
Navaneeth-Sharma opened this pull request about 1 year ago
Add simple linear regression
aryan20s opened this pull request about 1 year ago
aryan20s opened this pull request about 1 year ago
Suggestion: Add optimization functions, ml algorithms under `machine_learning` folder
Navaneeth-Sharma opened this issue about 1 year ago
Navaneeth-Sharma opened this issue about 1 year ago
Sum of two integers using bit manipulation
guizo792 opened this pull request about 1 year ago
guizo792 opened this pull request about 1 year ago
Add Perfect Square
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
Highest Set Bit algorithm
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Implementation of Fizzy Number Program in Rust
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Binomial Coefficient Calculation
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Added Baconian Cipher
cyrixninja opened this pull request about 1 year ago
cyrixninja opened this pull request about 1 year ago
add `huber_loss` and `cross_entropy_loss` and doc for gelu function
Navaneeth-Sharma opened this pull request about 1 year ago
Navaneeth-Sharma opened this pull request about 1 year ago
fix mod.rs formats
suzp1984 opened this pull request about 1 year ago
suzp1984 opened this pull request about 1 year ago
Implemented wave sort
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Implemented cross product of two vectors
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Cross Product of two vectors
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Cross Product of two vectors
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Implement Text Search Functionality in Rust
hardik-yadav1729 opened this pull request about 1 year ago
hardik-yadav1729 opened this pull request about 1 year ago
Add `Exponential Linear Unit` and `Gaussian Error Linear Unit` functions
Navaneeth-Sharma opened this pull request about 1 year ago
Navaneeth-Sharma opened this pull request about 1 year ago
fix bitonic and binary_insertion sorts
suzp1984 opened this pull request about 1 year ago
suzp1984 opened this pull request about 1 year ago
Implementing Saddleback Search Algorithm
Gyan172004 opened this pull request about 1 year ago
Gyan172004 opened this pull request about 1 year ago
Intialized bit manipulation section and implemented counting bits
guizo792 opened this pull request about 1 year ago
guizo792 opened this pull request about 1 year ago
Improve heap
suzp1984 opened this pull request about 1 year ago
suzp1984 opened this pull request about 1 year ago
Suggestion: Adding Loss functions of Machine Learning in maths folder
GreatRSingh opened this issue about 1 year ago
GreatRSingh opened this issue about 1 year ago
Add `leaky_relu` and `softmax` functions
Navaneeth-Sharma opened this pull request about 1 year ago
Navaneeth-Sharma opened this pull request about 1 year ago
Suggestion: Add a Section for Bit Manipulation Algorithms
guizo792 opened this issue about 1 year ago
guizo792 opened this issue about 1 year ago
improve quick_sort index type to usize;
suzp1984 opened this pull request about 1 year ago
suzp1984 opened this pull request about 1 year ago
Add the Tonelli-Shanks algorithm
boxdot opened this pull request about 1 year ago
boxdot opened this pull request about 1 year ago
Implemented all Permutations using Backtracking Algorithm
guizo792 opened this pull request about 1 year ago
guizo792 opened this pull request about 1 year ago
Count points on elliptic curve over finite prime field
boxdot opened this pull request about 1 year ago
boxdot opened this pull request about 1 year ago
Add N-Queens Backtracking Algorithm Implementation
guizo792 opened this pull request about 1 year ago
guizo792 opened this pull request about 1 year ago
feat: Implement Ford-Fulkerson algorithm in Rust
mohit07raghav19 opened this pull request about 1 year ago
mohit07raghav19 opened this pull request about 1 year ago
Implement Sprague Grundy Theorem in Rust
Gyan172004 opened this pull request about 1 year ago
Gyan172004 opened this pull request about 1 year ago
Add a field trait and prime field implementation
boxdot opened this pull request about 1 year ago
boxdot opened this pull request about 1 year ago