Ecosyste.ms: OpenCollective

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

github.com/TheAlgorithms/PHP

All Algorithms implemented in PHP
https://github.com/TheAlgorithms/PHP

chore: update `actions/setup-python` to `v5` (#148)

13972e0072a3eb715be63fa8ca3a8f87dc2c3af3 authored 12 months ago by Piotr Idzik <[email protected]>
chore: update `actions/cache` to `v3` (#149)

09edaaa60b65f6b60524c9b78d53d76f03d6646f authored 12 months ago by Piotr Idzik <[email protected]>
fix: use `GITHUB_ACTOR` in `git config` (#147)

7ef67994670caf1153965e6639fd793fb0953075 authored 12 months ago by Piotr Idzik <[email protected]>
updating DIRECTORY.md

210c00d2c1f318bd1d534c708f069477fb2bbc2c authored about 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Create BaseX.php (#140)

* Create BaseX.php

This function let's you calculate base X of any number <11

* Update Bas...

747e8d1197e78529aa1388d6b2960fcbcdfe3208 authored about 1 year ago by Sevada <[email protected]>
Added Fast Inverse Square root (#142)

e0d414bb4a4e2307a13fe57333642282109d9efd authored about 1 year ago by Aryansh B <[email protected]>
Add Gitpod setup (#129)

* Create .gitpod.Dockerfile

* Create .gitpod.yml

* Add gitpod badge

33c30c297fbf125c79f2af1e2dfa499197bec2f7 authored about 1 year ago by Rohit Chaudhari <[email protected]>
Adding the Stack Data Structure (#137)

* Adding the Stack Data Structure

* Fixing the Lint Issue

9e8e95a5acff560014b60ab224f8df6728174145 authored about 1 year ago by Shivani Yadav <[email protected]>
Merge pull request #141 from afonsocarlos/master

Add Greatest Common Divisor

a9e823d096095d72382a2925c5bab817c2d73eb1 authored about 1 year ago by Brandon Johnson <[email protected]>
Merge pull request #138 from salehhashemi1992/ci/update-checkout-v4

Update GitHub actions/checkout version

427faf7a95f78cdda1cd67aaed19d0380c56a558 authored about 1 year ago by Brandon Johnson <[email protected]>
updating DIRECTORY.md

7bb741407983e022c78277069747eb8a3a05373d authored about 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Add Greatest Common Divisor

2553639335f4f5885e61e6e5a7c9c0cdbda82735 authored about 1 year ago by Carlos Afonso <[email protected]>
update checkout to v4

4c3507b5629c29e5faca5a68dfb623894dcefa87 authored about 1 year ago by salehhashemi1992 <[email protected]>
updating DIRECTORY.md

e4457ea9faa8dc85a9226ca0b28ce49aba025abd authored about 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Merge pull request #135 from Ravikisha/master

Adding the Doubly Linked List in Data Structure

7e052840bee7ada0aeabac4820ac9e742af1df0e authored about 1 year ago by Brandon Johnson <[email protected]>
Added Atbash Cipher! (#136)

53d6cd64ea9bd07c03cd23908fa3d5c561265436 authored about 1 year ago by Aryansh B <[email protected]>
Fixes the lint errors

91da5832673f1802be5f66eaabc3222d4fafe4ef authored about 1 year ago by ravikishan.69 <[email protected]>
Added Railfence Cipher (#134)

* Feat: Added Railfence Cipher

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@u...

599577bf9a38102dc760293f9bcd2b41837b7241 authored about 1 year ago by Aryansh B <[email protected]>
Update the Directory.md

0288d0f468f227be5fb022f8cdaf92bbce8b18e3 authored about 1 year ago by ravikishan.69 <[email protected]>
Adding The Doubly Linked List In PHP

d4b163a564f73628224c960a220a9c4ed1db38ab authored about 1 year ago by ravikishan.69 <[email protected]>
Merge pull request #128 from anamarijapapic/fix/phpunit-sorting-tests

[PHPUnit testing]: Fix sorting tests not running.

169b0b3ed09c36f6c2783fb2ca5c5fd0ed7b0cd6 authored about 1 year ago by Brandon Johnson <[email protected]>
adjust the given ranges in sorting tests.

53a432f59d0875878781dfc6675845b9c92ecc9b authored about 1 year ago by Anamarija Papić <[email protected]>
modify xdebug.max_nesting_level.

1d22da3b534a1a49183eca7e90312526ca21a758 authored about 1 year ago by Anamarija Papić <[email protected]>
adjust the given ranges in sorting tests.

9910612fb9f124f40f0a271f30730f0d60d3e3be authored about 1 year ago by Anamarija Papić <[email protected]>
rename test case class.

- to fix "Test case not matching filename" deprecation warning

aca121fff0c54ed19b6564a5e2d3a36313fee12f authored about 1 year ago by Anamarija Papić <[email protected]>
adjust the given ranges in sorting tests.

- shortening the given ranges
- applied on the tests that hit PHP memory_limit
- applied on the ...

9b0cae985e821865e1726107850d09bafb3208cb authored about 1 year ago by Anamarija Papić <[email protected]>
Merge branch 'master' into fix/phpunit-sorting-tests

8084046f1b603c7b0cfb906cb42fd6bc21a214e0 authored about 1 year ago by Anamarija Papić <[email protected]>
Merge pull request #126 from anamarijapapic/fix/quicksort-empty-input-validation

[Sorting: QuickSort] Fix empty input validation.

9f7292dfc125b2f1f201be63271f2587a8b950f6 authored about 1 year ago by Brandon Johnson <[email protected]>
Merge pull request #123 from aryanshb/master

Added Vignere Cipher

a65714c1bea819dd5f7e170949d6b7a822af5613 authored about 1 year ago by Brandon Johnson <[email protected]>
fix count sort.

- no min and max as function parameters
- count sort tests are now passing

b3774d70b05205d3e1baa38eb256bf52d1e37c35 authored about 1 year ago by Anamarija Papić <[email protected]>
rename function `selectionSorting` to `selectionSort`.

- follows the function naming practices in the folder
- fixes "undefined function selectionSort"...

0bfc5b2b753460139efd04a3565aa58979337f83 authored about 1 year ago by Anamarija Papić <[email protected]>
Fix: Changes in formatting?

831d93b45430cb1082e09dcb8302b6f2cbdaa470 authored about 1 year ago by Aryansh Bhargavan <[email protected]>
Fix: Changes in formatting?

240260b21bbfb70f62e8a30a58763e98c2960932 authored about 1 year ago by Aryansh Bhargavan <[email protected]>
rename test case class.

- to fix "Test case class not matching filename" deprecation warning

4c77cd2ff825c66e424d4f6d9a964151ab1813c4 authored about 1 year ago by Anamarija Papić <[email protected]>
rename `SortingTests.php` to `SortingTest.php`.

- made this change so that PHPUnit can execute sorting tests
- sorting tests were previously ign...

cf9764890d4512cc62400a802a3d5aee3c840d30 authored about 1 year ago by Anamarija Papić <[email protected]>
fix empty input validation.

6eea66cddf4ad8fa2594fe94fb7881a318b3f672 authored about 1 year ago by Anamarija Papić <[email protected]>
updating DIRECTORY.md

1e039d22e5dbfdfb46623bfa7b3beff011f33624 authored about 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Feat: Added Vignere Cipher

f595b7a71ae99e341cf8d833a9ac58c2d9fdc4aa authored about 1 year ago by Aryansh Bhargavan <[email protected]>
Merge pull request #122 from salehhashemi1992/ci/setup-code-style-check

Implement PSR-12 Coding Standards and Add CS Check to CI Flow

618fe7f2b59b3182baf29a372aa82b49dab88a8c authored about 1 year ago by Brandon Johnson <[email protected]>
fix comment indents and docs

658618ae9510e50f39d021460482280bec14bf32 authored about 1 year ago by salehhashemi1992 <[email protected]>
ignoring warnings in cs checker

29db48075ef56e551cd28ca943e229beb86a1502 authored about 1 year ago by salehhashemi1992 <[email protected]>
fix some ci warnings

b814cf266929b3f1f618c41e428b6a06a0de6242 authored about 1 year ago by salehhashemi1992 <[email protected]>
fix mono alphabetic cipher test structure

5817388856c96ac56eabee5b94eb888c3ee14516 authored about 1 year ago by salehhashemi1992 <[email protected]>
fix morse test structure

1a04f5ea8f89ab273b442236b473b19d2d335197 authored about 1 year ago by salehhashemi1992 <[email protected]>
fix conversions test structure

e5523e0c4c5116f342d6a576e36db93c0064634a authored about 1 year ago by salehhashemi1992 <[email protected]>
fix maths test structure

a305f06efe1206e87e80fcb32e6533a59dc215e8 authored about 1 year ago by salehhashemi1992 <[email protected]>
fix searches test structure

963bafca7178808a78b1a527044a7d677b5d51bc authored about 1 year ago by salehhashemi1992 <[email protected]>
fix string test structure

39ab69ecea305299975d7f793bf0b8cbbe7bf668 authored about 1 year ago by salehhashemi1992 <[email protected]>
fix cs errors to follow the psr12 standard and also some minor fixes

9c2726203cad27fd7834287bb9789126d3d7cd55 authored about 1 year ago by salehhashemi1992 <[email protected]>
excluding namespace errors from cs check

d7d34e357e36b538d0a26786f2cc38bfc52f7028 authored about 1 year ago by salehhashemi1992 <[email protected]>
add cs checking to ci flow

ca17a0db74d485c0420849d97acb21cf554bc33e authored about 1 year ago by salehhashemi1992 <[email protected]>
Merge pull request #120 from costa-neto/master

fix: fix empty input validation on quicksort

a554210156f580c8582aaa1b2cb177054e9e8473 authored over 1 year ago by Brandon Johnson <[email protected]>
fix: fix empty input validation on quicksort

9dab8744ddf00518f9866f2d5e51ed6534b78c4b authored over 1 year ago by Neto Costa <[email protected]>
Merge pull request #117 from salehhashemi1992/mode-function-multiple-return

Enhance mode() Function to Return Multiple Modes

986d1363ffda14db167b9f9b0f8c4119171f76f4 authored over 1 year ago by Brandon Johnson <[email protected]>
updating DIRECTORY.md

62dc243c2ebd543bc038fd44f767148c2862b7f5 authored over 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Merge pull request #116 from salehhashemi1992/heap-sort

add heap sort to sort algorithms

810f8fcf09b570bb50f0f52c8042b96aa9851791 authored over 1 year ago by Brandon Johnson <[email protected]>
fix mode method to return multiple modes if needed

50f436eb1793aca6380e19af88038e5cdf01d56d authored over 1 year ago by salehhashemi1992 <[email protected]>
add heap sort to sort algorithms

e06139805a750d9581db7b1e825d3865d346377a authored over 1 year ago by salehhashemi1992 <[email protected]>
Merge pull request #115 from joubertredrat/master

small refactor on return in function

e967070dde60dead1af243b0eb1b0bd30cf207eb authored over 1 year ago by Brandon Johnson <[email protected]>
small refactor on return in function

f0d85a71251fe92506da0b39b7bc1728e7b1cbb8 authored over 1 year ago by Joubert RedRat <[email protected]>
Merge pull request #114 from abdulsalamamtech/master

Added description to this project, no description for this project

9f881389c9e5418e1a0198f53bfa1ef5f2b70d55 authored over 1 year ago by Brandon Johnson <[email protected]>
Changed description to this project

4484afa36a218818e65ac05ce172b26c87631570 authored over 1 year ago by Brandon Johnson <[email protected]>
Added description to this project, no description for this project

efcddde2d752de49ac55e049de6b080c88d50c8a authored over 1 year ago by amtech <[email protected]>
updating DIRECTORY.md

c89245231ba3695bb058fb6cd6e6ea7a9e3d52ae authored over 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Project Euler Problem 11 (#113)

* feat:first approach to the problem

* feat:add Project euler problem 11

e0cac03bc6b370f44f0e3c511ffe4d44fd261674 authored over 1 year ago by Ruben del Blanco Rey <[email protected]>
updating DIRECTORY.md

bb8747a1d661c6b54c1438088f6d4f44c6d9a862 authored over 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Added Project Euler's problem 10 (#110)

* feat:add Project Euler problem 10

* chore:add problem in DIRECTORY

f57991b8e65ef0d84fc6571925e99c51d1dd901f authored over 1 year ago by Ruben del Blanco Rey <[email protected]>
Merge pull request #112 from rubendelblanco/Problem4

Maths: ProjectEuler Problem 4

1914ea12535b2333b703ab42762cf83807aa5abd authored over 1 year ago by Brandon Johnson <[email protected]>
Merge pull request #108 from rubendelblanco/problem8

feat:add problem 8 from Euler Project

8fb44cadc5db9aada4a05bfb7b2abcc00e50b9ec authored over 1 year ago by Brandon Johnson <[email protected]>
Merge branch 'TheAlgorithms:master' into problem8

2c808724785dbc8e5acbbb41f9fec760e2de1ad9 authored over 1 year ago by Ruben del Blanco Rey <[email protected]>
chore add problem8 to DIRECTORY

efe02eb3faba9535604a1cc338a6999de3ceeb3e authored over 1 year ago by Ruben del Blanco <[email protected]>
chore:reset DIRECTORY.md content

5ec688538421d9a50b3a120c7a5fd65093835830 authored over 1 year ago by Ruben del Blanco <[email protected]>
chore:add problem to directory

574011af4c1824942b25cf2372ed06993b6ca3be authored over 1 year ago by Ruben del Blanco <[email protected]>
feat:add problem to DIRECTORY

75f98832f25f44b6636c4025207fd6295b79a99b authored over 1 year ago by Ruben del Blanco <[email protected]>
updating DIRECTORY.md

872e7272bf83fde31a9ba0e6d4fcba06555b027f authored over 1 year ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Merge pull request #107 from kirilcvetkov/SinglyLinkedLists

Added Singly Linked Lists

6b84685dcac8912dd2d721f0e6c6275b1f08f77c authored over 1 year ago by Brandon Johnson <[email protected]>
Add problem 4 from Project Euler

8b3a173e5dc0162c889411b4ffd667b8f820d37a authored over 1 year ago by Ruben del Blanco <[email protected]>
feat:add problem 8 from Euler Project

852a771f1c5489c4423e17a6ca0185c84430a8a8 authored over 1 year ago by Ruben del Blanco <[email protected]>
Fix: updated SinglyLinkedList's constructor | Test: added a test for delete functionality

4597595a9a193a6b3509415d342cd95a5f563e62 authored over 1 year ago by Kiril Cvetkov <[email protected]>
Added Singly Linked Lists

e8111c12227953bdd11679644e21e8e84c84d5f7 authored almost 2 years ago by Kiril Cvetkov <[email protected]>
Merge pull request #104 from 80Quattro/master

79f5d2235bf458760ca9f98efd683ad514e5ae26 authored almost 2 years ago by Brandon Johnson <[email protected]>
BUGFIX: median function and median tests, fix Issue #102

da64ca920705bd2055dde5751e652efd913cae6a authored almost 2 years ago by 80Quattro <[email protected]>
Merge pull request #101 from 80Quattro/master

Add tests for mean function

9b9963ebf67da6a95252a5b0d43fa3916fa987a4 authored almost 2 years ago by Brandon Johnson <[email protected]>
Add tests for mean function

d1e6a000f0cecc0c093c03cbcf2b451f0fad544a authored almost 2 years ago by 80Quattro <[email protected]>
Merge pull request #99 from foudadev/patch-1

make code more readable

2ebd0e65436abca2cb8303da4e5d11d793b24079 authored about 2 years ago by Brandon Johnson <[email protected]>
make code more readable

df6e96dbff173561033f7c807583af0b4fde856a authored about 2 years ago by Yahia Fouda <[email protected]>
updating DIRECTORY.md

f16a7f935aaf60c74468c7d336befeb2be4e8b68 authored about 2 years ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Added BFS (#98)

* added BFS

* Added tests, updated directory, added BFS

* modified test

* Update DepthF...

1c33b1f1dd4282642f7a877ee63197a260e62330 authored about 2 years ago by Aryansh B <[email protected]>
Add InterpolationSearch algorithm (#96)

* Add InterpolationSearch algorithm

add interpolationsearch file, included algorithm in test ...

92172e347f946617a8fed589df686d2b3833860c authored about 2 years ago by Ayoade David <[email protected]>
updating DIRECTORY.md

e720c78564c526a74613777926cc7f82ca65d83d authored about 2 years ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Merge pull request #93 from ayDavidGitHere/master

Add ExponentialSearch Algorithm

d2b5406fd94f2cbbc36c5f383b2a63b8b1a98bfb authored about 2 years ago by Brandon Johnson <[email protected]>
update TernarySearch Algorithm

0b0e0b4fa7bbfd32e12575eb0a0293f0fed3cfc8 authored about 2 years ago by ayDavidGitHere <[email protected]>
add TernarySearch to tests/Searches

896fcd8034742bab584c1709f24b86dd1f4f36f0 authored about 2 years ago by ayDavidGitHere <[email protected]>
add ExpontentialSearch amd TernarySearch to tests/Searches and add TernarySearch to Directory.md

4ad358d7c74cc19f42d24e8620658b71b61f1e2b authored about 2 years ago by ayDavidGitHere <[email protected]>
-

c6603aa2808b3e4d8441aeabde40fecbaad4f8ee authored about 2 years ago by ayDavidGitHere <[email protected]>
Merge branch 'TheAlgorithms:master' into master

c5be3b0916af07f07fb98dbe70d8ff0623785d4d authored about 2 years ago by Ayoade David <[email protected]>
update ExponentialSearch and added TernarySearch

Added ExponentialSearch and TernarySearch to Test/Searches and updated Directory.md

beccf294b3825e25a3a10ceac02be766689282b6 authored about 2 years ago by ayDavidGitHere <[email protected]>
updating DIRECTORY.md

abf3b76750f0121ea9879ee88610e82a8567bdda authored about 2 years ago by github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Merge pull request #94 from andremralves/master

Add non recursive DFS algorithm

9ab57ce99961c233b4f4edf975efa252d117af1e authored about 2 years ago by Brandon Johnson <[email protected]>
fix typo in DIRECTORY.md

Co-authored-by: Brandon Johnson <[email protected]>

952096d650b24578059e559491611554507fdfde authored about 2 years ago by André Alves <[email protected]>