Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/Julia

Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
https://github.com/TheAlgorithms/Julia

Need new maintainers

uncomfyhalomacro opened this issue 25 days ago
Exponentiation in O(log n)

Nikola-Mircic opened this pull request 26 days ago
docs: updating `DIRECTORY.md`

github-actions[bot] opened this pull request 11 months ago
style: unify conversions interface

vil02 opened this pull request 12 months ago
tests: test `length_conversion` with non existing units

vil02 opened this pull request 12 months ago
tests: test `weight_conversion` with non existing units

vil02 opened this pull request 12 months ago
Project Euler 17-20

PraneethJain opened this pull request about 1 year ago
Vil02 format code and add format check

uncomfyhalomacro opened this pull request about 1 year ago
chore: add `check_format.yml`

vil02 opened this pull request about 1 year ago
feat: Add Runge-Kutta Integration

E-W-Jones opened this pull request about 1 year ago
tests: add test for `LinkedList.get_node`

vil02 opened this pull request about 1 year ago
tests: add test of `LinkedList.get` for existing value

vil02 opened this pull request about 1 year ago
Add solution to Project Euler Problem 016

PraneethJain opened this pull request about 1 year ago
Binary Length Improvements

PraneethJain opened this pull request about 1 year ago
Enhancements to "Basic": mainly docs

digital-carver opened this pull request about 1 year ago
chore: update `gitpod/workspace-base` to `2023-10-19-14-24-02`

vil02 opened this pull request about 1 year ago
Enhancements to "Longest Increasing Subsequence"

digital-carver opened this pull request about 1 year ago
Add solution to Project Euler Problem 015

PraneethJain opened this pull request about 1 year ago
Problems in binary length

PraneethJain opened this issue about 1 year ago
test: binary search not found cases added

PraneethJain opened this pull request about 1 year ago
tests: add a test for `gauss_jordan` with row swap

vil02 opened this pull request about 1 year ago
tests: add test for `rabin_karp`

vil02 opened this pull request about 1 year ago
fix: make `determinant` throw

vil02 opened this pull request about 1 year ago
refactor: make `bfs` return vector

vil02 opened this pull request about 1 year ago
refactor: make `dfs` return vector

vil02 opened this pull request about 1 year ago
fix: make `heap_sort` work for empty input

vil02 opened this pull request about 1 year ago
tests: add tests for sorts

vil02 opened this pull request about 1 year ago
tests: simplify logic of the tests of `abs`

vil02 opened this pull request about 1 year ago
tests: add missing test cases for `caesar`

vil02 opened this pull request about 1 year ago
style: use int as the return type

vil02 opened this pull request about 1 year ago
tests: add tests for `linear_search`

vil02 opened this pull request about 1 year ago
tests: add tests for `interpolation_search`

vil02 opened this pull request about 1 year ago
tests: add tests for `jump_search`

vil02 opened this pull request about 1 year ago
docs: add gitpod badge to `README.md`

vil02 opened this pull request about 1 year ago
chore: properly install `julia` in `.gitpod.dockerfile`

vil02 opened this pull request about 1 year ago
feat: Re-write of directory_writer in Julia

ChrisO345 opened this pull request about 1 year ago
style: simplify `fib_iterative`

vil02 opened this pull request about 1 year ago
tests: add missing test case for `sum_gp`

vil02 opened this pull request about 1 year ago
Add solution to Project Euler Problem 014

PraneethJain opened this pull request about 1 year ago
Add Amicable Numbers

PraneethJain opened this pull request about 1 year ago
Add solution to Project Euler Problem 013

PraneethJain opened this pull request about 1 year ago
docs: updating `DIRECTORY.md`

github-actions[bot] opened this pull request about 1 year ago
update to julia1.9 on CI

uncomfyhalomacro opened this pull request about 1 year ago
Add solution to Project Euler Problem 012

PraneethJain opened this pull request about 1 year ago
Add the directory writer workflow

Panquesito7 opened this pull request about 1 year ago
Update action versions

Panquesito7 opened this pull request about 1 year ago
feat: Added Vigenère cipher

ChrisO345 opened this pull request about 1 year ago
Add function to find number of divisors

PraneethJain opened this pull request over 1 year ago
Add solution to Project Euler Problem 011

PraneethJain opened this pull request over 1 year ago
Naive pattern search algorithm

Laptop-Salad opened this pull request almost 2 years ago
Added solution to Project Euler Problem 009

PraneethJain opened this pull request almost 2 years ago
Added solution to Project Euler problem 010

PraneethJain opened this pull request almost 2 years ago
Changed all discord links in readme.md

Jangyaseni666 opened this pull request about 2 years ago
[DOCS] Update Discord links

Panquesito7 opened this issue about 2 years ago
Refactor: cleanup codebase and improvements

uncomfyhalomacro opened this pull request about 2 years ago
Clean up codebase

uncomfyhalomacro opened this issue about 2 years ago
fix: break `ceil_floor` into separate entries for ceil and floor

SpiderMath opened this pull request about 2 years ago
feat: add directory and filename formatter workflow

Panquesito7 opened this pull request about 2 years ago
Least common multiple

Laptop-Salad opened this pull request about 2 years ago
docs: improve the contributing guidelines

Panquesito7 opened this pull request about 2 years ago
Added solution to Project Euler problem 008

PraneethJain opened this pull request about 2 years ago
feat: improve the Julia formatter workflow

Panquesito7 opened this pull request about 2 years ago
fix: `.gitpod.dockerfile` issues

Panquesito7 opened this pull request about 2 years ago
Added solution to Project Euler problem 007

PraneethJain opened this pull request about 2 years ago
Added solution to Project Euler problem 006

PraneethJain opened this pull request about 2 years ago
Added solution to Project Euler problem 005

PraneethJain opened this pull request about 2 years ago
Added solution to Project Euler problem 004

PraneethJain opened this pull request about 2 years ago
feat: run formatter workflow on PRs

Panquesito7 opened this pull request about 2 years ago
Added solution to Project Euler problem 003

PraneethJain opened this pull request about 2 years ago
Added Solution to Project Euler Problem 002

PraneethJain opened this pull request about 2 years ago
chore: add codeowners file

Panquesito7 opened this pull request about 2 years ago
Added Solution to Project Euler Problem 001

PraneethJain opened this pull request about 2 years ago
Added Divisor Functions

PraneethJain opened this pull request about 2 years ago
Added Catalan Number function

PraneethJain opened this pull request about 2 years ago
Added average absolute deviation

PraneethJain opened this pull request about 2 years ago
Added bogo sort

Msninmx opened this pull request about 2 years ago
format: run JuliaFormatter.jl

uncomfyhalomacro opened this pull request about 2 years ago
feat: add a Gitpod Dockerfile

Panquesito7 opened this pull request about 2 years ago
Added Mersenne Primes

PraneethJain opened this pull request about 2 years ago
Added fibonacci series generators (recursive, recursive with memo, iterative)

PraneethJain opened this pull request about 2 years ago
CompatHelper: add new compat entry for DataStructures at version 0.18, (keep existing compat)

github-actions[bot] opened this pull request over 2 years ago
Implemented Bellman-Ford, fixes #142

ybrenning opened this pull request over 2 years ago
Add Bellman-Ford

ybrenning opened this issue over 2 years ago
ci: update julia to latest release

uncomfyhalomacro opened this pull request over 2 years ago
push: format code with JuliaFormatter

uncomfyhalomacro opened this pull request over 2 years ago
Added DFS and BFS: closes #138

ybrenning opened this pull request over 2 years ago
Implement graph BFS and DFS

ybrenning opened this issue over 2 years ago
Add Affine Cipher

Squalm opened this pull request over 2 years ago
New surfarea_cuboid algorithm

JunHanOoi opened this pull request over 2 years ago
Add Euler's Totient Function

PraneethJain opened this pull request over 2 years ago
Fenwick tree ( Binary Index Tree )

Nikola-Mircic opened this pull request over 2 years ago
[misc] format

uncomfyhalomacro opened this pull request over 2 years ago
Add dijkstra algorithm

gosoares opened this pull request over 2 years ago
Add BinaryHeap

gosoares opened this pull request over 2 years ago
Add coin change dynamic programming

gosoares opened this pull request over 2 years ago
Rabbits and Recurrence Relations solution in Julia

Nikola-Mircic opened this pull request over 2 years ago
Format with JuliaFormatter to fix format error

uncomfyhalomacro opened this pull request over 2 years ago
Add julia-actions/julia-format to workflows

uncomfyhalomacro opened this pull request over 2 years ago
Integer Partitions (Partition Function)

Whiteshark-314 opened this pull request over 2 years ago