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

chore: add `check_format.yml` (#217)

* style: use proper formatting

* chore: add `check_format.yml`

* fix: format new code

*...

384424b762bbb40d43f31001beeca0c6ffda2f1f authored 11 months ago by Piotr Idzik <[email protected]>
docs: add gitpod badge (#192)

Co-authored-by: David Leal <[email protected]>

6046d5397e05c1d35818d81a7b960ff596f1d542 authored 11 months ago by Piotr Idzik <[email protected]>
update to julia1.9 (#182)

Signed-off-by: Soc Virnyl Estela <[email protected]>
Co-authored-by: Soc Virnyl Estela...

9f711766881adedc02aa8e1484a7d149000d267b authored 11 months ago by Soc Virnyl S. Estela <[email protected]>
style: unify conversions interface

bfd8a430f1213b295ca96df6ffaa61dae638d03d authored 12 months ago by vil02 <[email protected]>
tests: test `length_conversion` with non existing units

087dac1ce248b4d12dc7a5f5acd828e34e15808c authored 12 months ago by vil02 <[email protected]>
tests: test `weight_conversion` with non existing units

2dc61a838612c19783730abdc25c104cac3ccf2c authored 12 months ago by vil02 <[email protected]>
feat: project euler 19

43561732d99df066575061254ca7492af1801c94 authored about 1 year ago by PraneethJain <[email protected]>
feat: project euler 20

fa5dd9c754d057e5ba7ce307e7962d8f8ead0fef authored about 1 year ago by PraneethJain <[email protected]>
doc: typo in docstring

eccc29e582c26df2147f61fda46d9ce854b9856d authored about 1 year ago by PraneethJain <[email protected]>
feat: project euler 17

a0228229322de2762aaa55de12f657c1f9641093 authored about 1 year ago by PraneethJain <[email protected]>
feat: project euler 18

e91620db6ccc227b9b11b79c19e45d6f5d9c4dfb authored about 1 year ago by PraneethJain <[email protected]>
feat: Add Runge-Kutta Integration (#216)

Add a 4th order Runge-Kutta integration function, and some corresponding tests.

Co-authored-b...

9e5a1b8cb12264098aae550621ab585700211f15 authored about 1 year ago by Evan <[email protected]>
Binary Length Improvements (#212)

* refactor: binary length moved to math folder

* feat: add bin_length

* chore: add binary_...

e25f9c0fbf95ca0705cde4e5b02ac1a1ded0ef37 authored about 1 year ago by Praneeth Jain <[email protected]>
tests: add test for `LinkedList.get_node` (#215)

ffd660b1e83e909169af1d5d6611a955701af2f7 authored about 1 year ago by Piotr Idzik <[email protected]>
Add solution to Project Euler Problem 016 (#213)

* feat: add solution to project euler 16

* chore: add problem 16 to ProjectEuler.jl

* test...

8497c1ede63f05bf6ca0206d5db49fb3641ffa7d authored about 1 year ago by Praneeth Jain <[email protected]>
tests: add test of `LinkedList.get` for exising value (#214)

18239c54676d1066d1ed1d2e25d6be9252b41281 authored about 1 year ago by Piotr Idzik <[email protected]>
Enhancements to "Longest Increasing Subsequence" (#209)

* perf(LongSubSeq): use pushfirst! instead of push! then reverse!

* refactor(LongSubSeq): gen...

b5269b4ac579d91d67b5588f91a2ba780f0bacde authored about 1 year ago by SundaraRaman R <[email protected]>
chore: update `gitpod/workspace-base` to `2023-10-19-14-24-02` (#210)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

b0a4123bcf45b271dd8aa2b2915ce854c03280f5 authored about 1 year ago by Piotr Idzik <[email protected]>
Enhancements to "Basic": mainly docs (#211)

* docs(DifferenceArray): specify array argument's eltype as <:Number, fix spelling

* refactor...

30797f34a0213ed28ab386679ce11687f9c5a303 authored about 1 year ago by SundaraRaman R <[email protected]>
test: binary search not found cases added (#206)

dec548c2fbeace34be6c0d9535e390b26e754eb9 authored about 1 year ago by Praneeth Jain <[email protected]>
Add solution to Project Euler Problem 015 (#208)

* format: spaces around kwarg

* feat: add project euler 15 solution

* chore: add 15 to Pro...

537741db7b7e8d51a258e5e8ca3571da53dd4e9e authored about 1 year ago by Praneeth Jain <[email protected]>
refactor: make `dfs` return vector (#201)

77864dab678ab3e9efde51700585f9f1a94bf844 authored about 1 year ago by Piotr Idzik <[email protected]>
refactor: make `bfs` return vector (#202)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

7d41efea708584dfc50eedf39a2fa7f57c666f8f authored about 1 year ago by Piotr Idzik <[email protected]>
fix: make `determinant` throw (#203)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

21e9422cc4017e539a7b0811892c349998a74d16 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add test for `rabin_karp` (#204)

* tests: add test for `rabin_karp`

* style: format `strings.jl`

---------

Co-authored-b...

e44d180a2ced91a2ef94baaa7c1e69ec8a14f045 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add a test for `gauss_jordan` with row swap (#205)

* tests: add a test for `gauss_jordan` with row swap

* Empty commit to rerun CI and upload co...

a3b496002afa361d53137d76103b19acd60f8eb2 authored about 1 year ago by Piotr Idzik <[email protected]>
fix: make `heap_sort` work for empty input (#200)

ede895a5e5e194cf09b184de08313c599463ad84 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add tests for sorts (#199)

559193abea0ca44681a3dfcebe7b2814e0ee79e3 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: simplify logic of the tests of `abs` (#198)

ba9a33f27c28ca1a33f690b8a972c29e996e2b70 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add missing test cases for `caesar` (#197)

9edb005607629cba4c61a3f4e18a01fde2e22876 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add tests for `jump_search` (#193)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

8e3c9615dde24a960112d82b95cc96beaf15be9c authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add tests for `linear_search` (#195)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

c6d5dc5fe7757b6ae6c41230e58768e6b5b4ce52 authored about 1 year ago by Piotr Idzik <[email protected]>
style: use int as the return type (#196)

a6afaa79e9035d13f79f9e03dd595d6f8180fd79 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add tests for `interpolation_search` (#194)

c865d384273f4f09a8581948553d16389593a935 authored about 1 year ago by Piotr Idzik <[email protected]>
chore: properly install `julia` (#191)

dbe86a298953c1b7d312ed923febf83eb3733b3d authored about 1 year ago by Piotr Idzik <[email protected]>
tests: check if `area_heron_triangle` throws when input sides do not form a triangle (#189)

1ba04f5c3984da98eb0d0a151f729e6445c6488b authored about 1 year ago by Piotr Idzik <[email protected]>
style: simplify `fib_iterative` (#188)

* tests: add missing test case for `fib_iterative`

* style: remove redundant brach in `fib_it...

40586f4c0fc11b9814b7aabef1b01e2975b332c0 authored about 1 year ago by Piotr Idzik <[email protected]>
tests: add missing test case (#187)

4da6bc6026f0824349a60a085bd9969d4f8cbaad authored about 1 year ago by Piotr Idzik <[email protected]>
Add solution to Project Euler Problem 014 (#186)

* added project euler 14

* added to ProjectEuler.jl

* add tests for project euler 14

* ...

f21d3a972dd6733e2421d1ee450b20ce90485b15 authored about 1 year ago by Praneeth Jain <[email protected]>
Add solution to Project Euler Problem 013 (#184)

* solved project euler 13

* added to ProjectEuler.jl

* added project euler 13 test

----...

ddff15a53874fb4172a9f9d435de0f54dba3425e authored about 1 year ago by Praneeth Jain <[email protected]>
Add Amicable Numbers (#185)

* added amicable numbers

* added to Math.jl

* added amicable numbers tests

3425a174cc88d080d5094226276916510d131080 authored about 1 year ago by Praneeth Jain <[email protected]>
Update action versions (#179)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

96f39e08ed54e6a0d195a8a31a9368a0d3f91941 authored about 1 year ago by David Leal <[email protected]>
Add the directory writer workflow (#180)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

7960650b47c7a738238b88fdaa1099e470926881 authored about 1 year ago by David Leal <[email protected]>
Add solution to Project Euler Problem 012 (#181)

* remove duplicate import

* solve problem 12

* add problem_012 tests

afee10a37f61f613263f8154265f56cd2827bfaa authored about 1 year ago by Praneeth Jain <[email protected]>
add vigenere.jl cipher and tests (#178)

ce3bcaa6e282477eeac55aebac314da87c68e2df authored about 1 year ago by Chris O <[email protected]>
Add function to find number of divisors (#177)

* added num_divisors function

* added num_divisors to Math.jl

* added num_divisors tests
...

2a69e2f56033789c90eaff5a37a557ba2c3d989a authored about 1 year ago by Praneeth Jain <[email protected]>
Add solution to Project Euler Problem 011 (#176)

* Added Project Euler Problem 11

* Added to ProjectEuler.jl

* Added tests for problem 11
...

9a635124cf0c2b178e8fb1fade7aac4dacbef6f9 authored over 1 year ago by Praneeth Jain <[email protected]>
Naive pattern search algorithm (#175)

* add naive pattern search algorithm

* add naive pattern search algorithm

Co-authored-by: ...

49e93a15d471f77f8c29d95d8287f99464defbd2 authored almost 2 years ago by Laptop-Salad <[email protected]>
Added solution to Project Euler Problem 009 (#174)

* Solved project euler 9

* Added tests for problem 9

96a0c2e8413093222d53b7d46467bdfa5f98f750 authored almost 2 years ago by Praneeth Jain <[email protected]>
Added solution to Project Euler problem 010 (#173)

* Added solution to project euler 10

* Added tests for project euler 10

* Fixed overflow
...

91b7760def10fe658e800e30282c56540b793d5d authored almost 2 years ago by Praneeth Jain <[email protected]>
docs: update all Discord links (#172)

* Update README.md

* Update README.md

59c0f59dc2df43dc5f8dba7190c3fd840d5a11da authored about 2 years ago by Jangyaseni Sahoo <[email protected]>
Refactor: cleanup codebase and improvements (#170)

* Update DIRECTORY.md

* refactor: create Basic submodule

* test(refactor): add Basic to na...

71f3c1bdcdcde6a1d542986a5fc3f92a731312ed authored about 2 years ago by Soc Virnyl S. Estela <[email protected]>
fix: break `ceil_floor` into separate entries for ceil and floor (#168)

* πŸ”¨Broke ceil_floor into diff. files to match web

* Fixed imports (oops)

* fix: explicitly...

3cdfaa5d619ad2e55c28903880f943d6910a550f authored about 2 years ago by Defective Detective <[email protected]>
feat: add directory and filename formatter workflow (#167)

* feat: add directory and filename formatter workflow

* Formatting filenames 1528b1b7

* Up...

23e29f2d97440eb776de6a6b11adec8d85a7f058 authored about 2 years ago by David Leal <[email protected]>
Least common multiple (#166)

d3266b8950baa933d517fb0e787ce7959f22a0a1 authored about 2 years ago by Laptop-Salad <[email protected]>
docs: improve the contributing guidelines (#165)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

41f0c5c848aa9d948c9da9eb195620e0f6732ed6 authored about 2 years ago by David Leal <[email protected]>
Added solution to Project Euler problem 008 (#164)

58f2f793a8905209d94e2667b36e77370601a0d4 authored about 2 years ago by Praneeth Jain <[email protected]>
feat: improve the Julia formatter workflow (#163)

eeeb695c23cb1a30650f46217ef5366d3eea2234 authored about 2 years ago by David Leal <[email protected]>
fix: `.gitpod.dockerfile` issues (#162)

4547cca122f9afcb0280be60c7c41aa24bdb4147 authored about 2 years ago by David Leal <[email protected]>
Added solution to problem 7 (#161)

30038a4edaebc9045de565b2933804aec325a2dd authored about 2 years ago by Praneeth Jain <[email protected]>
Added solution to Project Euler problem 006 (#160)

* Added solution to problem 6

* Added to TheAlgorithms.jl

* Added tests

b6102516c55e79bea7651be332ad355145ddd6ae authored about 2 years ago by Praneeth Jain <[email protected]>
Added solution to Project Euler problem 005 (#159)

* Added solution to problem 5

* Added to TheAlgorithms.jl

* Added tests

927235e02b1f8e5e491a6595df63519eb3efbce2 authored about 2 years ago by Praneeth Jain <[email protected]>
Added solution to Project Euler problem 004 (#158)

* Added solution to problem 4

* Added to TheAlgorithms.jl

* Added test

* Formatted bogo...

8901348e3b193e9af49f0a7a19635449ae57cf58 authored about 2 years ago by Praneeth Jain <[email protected]>
feat: run formatter workflow on PRs (#157)

ccc799d7ca03664476e855dbc47d8807ec41723d authored about 2 years ago by David Leal <[email protected]>
Added solution to Project Euler problem 003 (#156)

* Added solution to problem 3

* Added to TheAlgorithms.jl

* Added tests

* Changed numbe...

b3440c13cec50bd44ac82ae051d1d5199108d44f authored about 2 years ago by Praneeth Jain <[email protected]>
Added Solution to Project Euler Problem 002 (#155)

* Added solution for problem 2

* Added to TheAlgorithms.jl

* Added tests

c4faa216e122b039e5947e091e42c7320d38865c authored about 2 years ago by Praneeth Jain <[email protected]>
Added Solution to Project Euler Problem 001 (#153)

* Added solution to problem 001

* Added to TheAlgorithms.jl

* Added tests

* Changed dom...

f2bccea69c00bd728b62106c8c16576b1deb9f01 authored about 2 years ago by Praneeth Jain <[email protected]>
chore: add codeowners file (#154)

60a9d2ee24f6373702c746e96d67472af231ac8d authored about 2 years ago by David Leal <[email protected]>
chore: update copyright notice

c123702cd7551960f3a853e1c59b89b7a8503d16 authored about 2 years ago by David Leal <[email protected]>
Added Divisor Functions (#152)

* Added divisors, sum_divisors and aliquot_sum

* Added to TheAlgorithms.jl

* Added tests
...

4f34628e6a3a0ae6ae7905bbc862a8b5a5a92ccf authored about 2 years ago by Praneeth Jain <[email protected]>
Added bogo sort (#149)

* Added bogo sort

* Added bogo_sort to TheAlgorithms

* Added bogo_sort to TheAlgorithms

...

f8dfb3e7e7d4b05fe88d60f24f7a95398945ff23 authored about 2 years ago by Msninmx <[email protected]>
Added average absolute deviation (#150)

* Added average_absolute_devation function

* Added to TheAlgorithms.jl

* Added tests

60837dadad0b1932acdd530103f986299e42f3e7 authored about 2 years ago by Praneeth Jain <[email protected]>
Added Catalan Number function (#151)

* added catalan function

* Added to TheAlgorithms.jl

* Added tests

* Update src/math/ca...

0c414dc6d6774f455234540239d3a9cbf58726f2 authored about 2 years ago by Praneeth Jain <[email protected]>
chore: run Julia Formatter (#148)

afbcd6e78760235bf6f7db1915abdaeea28d2142 authored about 2 years ago by Soc Virnyl S. Estela <[email protected]>
feat: add a Gitpod Dockerfile (#147)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

dc7685c4378c659b1f4361670dc771d8d2c0c7fa authored about 2 years ago by David Leal <[email protected]>
Added Mersenne Primes (#146)

* Removed whitespace breaking function docs

* Added mersenne prime checkers and generators

...

517546824a9202e4099842cebcf996c099f51f5a authored about 2 years ago by Praneeth Jain <[email protected]>
Added fibonacci series generators (recursive, recursive with memo, iterative) (#145)

* Added three fibonacci generators

* Made index 1 based instead of 0 based

* Added docstri...

a97cfa8a9cd0671ef585097d949247e9825c81e8 authored about 2 years ago by Praneeth Jain <[email protected]>
CompatHelper: add new compat entry for DataStructures at version 0.18, (keep existing compat) (#144)

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: David L...

92cbca3ef01c730af83432e3922e75fb97fb98d1 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: formatting issues

6a7463787d2facb29ee44424c464d039bd3e4ee9 authored over 2 years ago by David Leal <[email protected]>
Fix outdated branch name

a2e5a52cc9d72ef64eb281029d225db93dcca248 authored over 2 years ago by David Leal <[email protected]>
Add HoJ's website

cb013fff2d65229105ebc5163b20f13387431ee6 authored over 2 years ago by David Leal <[email protected]>
Implemented Bellman-Ford, fixes #142 (#143)

* Implemented Bellman-Ford, fixes #142

* Add new graph functions

* Add basic Bellman-Ford ...

53daf5cd527031269075c5a231ac86930f09d059 authored over 2 years ago by Yannick Brenning <[email protected]>
feat: format code with JuliaFormatter (#140)

Co-authored-by: David Leal <[email protected]>

0a27c5f4fb2f7c426fbcabc05a324529c202f3ab authored over 2 years ago by Soc Virnyl S. Estela <[email protected]>
ci: update Julia to latest release (#141)

32b58f91a18a358ebd49088765843fae50474ac2 authored over 2 years ago by Soc Virnyl S. Estela <[email protected]>
Added DFS and BFS: closes #138 (#139)

9117ee10bc8c77d00bbbe93262a8ceb78ec96013 authored over 2 years ago by Yannick Brenning <[email protected]>
Add Affine Cipher (#137)

* Affine Cipher encode

* Affine cipher tests

* update to export affine

* Update src/cip...

8e33fce23e08535062a137f42d5ee5b305cc2631 authored over 2 years ago by Chirp <[email protected]>
Add Euler's Totient Function (#135)

* Add Euler's Totient Function

* Added to TheAlgorithms.jl

* Update src/math/eulers_totien...

215cdeaeadc1e308d030ef8be2f835eb6020b1fc authored over 2 years ago by Praneeth Jain <[email protected]>
New surfarea_cuboid algorithm (#136)

* Adding new algorithms surfarea_cuboid

* Adding export surfarea_cuboid

* Editing new algo...

99ababefe9aded949c2c8ebe1b7ff1f762f535b8 authored over 2 years ago by JunHanOoi <[email protected]>
Fenwick tree ( Binary Index Tree ) (#134)

* Fenwick tree implemenation

Added new file fenwick_tree.jl to the repo

* Added tests for ...

aad85d3a23eb7c20a19deeacec580de09761d0db authored over 2 years ago by Nikola Mircic <[email protected]>
Add dijkstra algorithm (#132)

* add djikstra algorithm

* export dijkstra

* add djikstra tests

e3ab8516c1f7c4ace3ea85061e83c92c313f0d20 authored over 2 years ago by Gabriel Soares <[email protected]>
Add BinaryHeap (#131)

* add binary heap implementation

* export binary heap

* add tests

* add docs

* add m...

b022d683b34bade8ab00719ceee8f3a05afe8640 authored over 2 years ago by Gabriel Soares <[email protected]>
Add coin change dynamic programming (#130)

05c9a9d4b01317f02cf453025acb3f11b5e5f58d authored over 2 years ago by Gabriel Soares <[email protected]>
Rabbits and Recurrence Relations solution in Julia (#129)

* Created rabbits.jl file

* Renamed function

* Added to src/TheAlgorithms.jl

* Added te...

8adc53ac2362205a59be102b4b27e6a3f4f6676e authored over 2 years ago by Nikola Mircic <[email protected]>
Format with JuliaFormatter to fix format error (#128)

928972f88c59f87c206ff22e39033e6dd7f799ae authored over 2 years ago by Soc Virnyl S. Estela <[email protected]>
Add julia-actions/julia-format to workflows (#127)

b3a12d4f89e542a6234210d3a3b606c4b29350a9 authored over 2 years ago by Soc Virnyl S. Estela <[email protected]>
Integer Partitions (Partition Function) (#126)

* Partition of an integer using the recursive formula

* Tests for partitions function

ce7a8bcd94187c52a720d4b6ffb9d7163aecf973 authored over 2 years ago by Vaishakh C R <[email protected]>
Fix some typos. (#124)

Co-authored-by: Soc Virnyl S. Estela <[email protected]>

3285d8d6b7585cc1075831c2c210b891151da0c2 authored over 2 years ago by Shuangchi He <[email protected]>
Fix factorial_iterative and factorial_recursive functions (#125)

c1dce472a9b7ac969d0ec257088b4bfae3c21875 authored over 2 years ago by Vaishakh C R <[email protected]>
Binary_Length.jl (#123)

* Binary_Length.jl

* Binary_Length.jl

* Binary_Length.jl

* Added new function. Renamed ...

1bf4e4a7829fafc64290d903bcbfdd48eab839e7 authored over 2 years ago by Michael (Poetry) Flynn <[email protected]>
K means (#122)

* Added k_means.jl file

* Added to src/TheAlgorithms.jl

* Optimized clustering for defined...

bc5dc34ee656a6b21323a1b57c4cdc68922edc83 authored over 2 years ago by Nikola Mircic <[email protected]>