303 Commits

Author SHA1 Message Date
Brandon Johnson
858dae261b
Merge pull request #51 from gabrieltosetti/add-euler-problem-6
Project euler's problem 6 solution
2021-11-03 01:26:12 -06:00
Gabriel Silva Tosetti
f20008ba3d Add Euler problem 6 2021-10-31 17:57:28 -03:00
Andrew S Erwin
252cd135f9 Add quickSort and update DIRECTORY.md 2021-10-25 05:04:37 -05:00
Brandon Johnson
45272eef85
Merge pull request #48 from nimah79/master
Add Project Euler problem 3 and optimize problem 5
2021-10-24 21:13:04 -06:00
github-actions
b70fdbd971 updating DIRECTORY.md 2021-10-25 03:00:18 +00:00
Brandon Johnson
768b19cf45
Merge pull request #46 from andrewerwinxyz/master
Add Fibonacci2.php
2021-10-24 21:00:02 -06:00
Nima HeydariNasab
4b41b472e0 Add Project Euler problem 3 2021-10-22 20:57:24 +03:30
Nima HeydariNasab
e0e0eac014 Optimize Project Euler problem 5 2021-10-22 20:29:40 +03:30
Nima HeydariNasab
8f6c2feabc Refactor Project Euler problem 5 2021-10-22 20:15:09 +03:30
Andrew S Erwin
9ec6125c0d Add bubbleSort2. Update DIRECTORY.md 2021-10-21 21:39:55 -05:00
Andrew S Erwin
6fc6167584 Add Fibonacci2 - uses PHP generator. Update DIRECTORY.md 2021-10-21 19:38:14 -05:00
Andrew S Erwin
18429a7b93 Add Fibonacci2 - uses PHP generator. Update DIRECTORY.md 2021-10-21 19:37:30 -05:00
Brandon Johnson
14de3b8459
Merge pull request #45 from lakuapik/patch-02
Update directory links
2021-10-19 23:15:32 -06:00
David Adi Nugroho
7339b6ac14
Remove unused variable 2021-10-16 14:34:49 +07:00
David Adi Nugroho
2db0264f11
Update directory links 2021-10-13 15:01:53 +07:00
Brandon Johnson
408c4c409a
Merge pull request #44 from lakuapik/patch-01
Add project euler p1 and p2
2021-10-13 00:10:02 -06:00
David Adi Nugroho
570f58f168
Add project euler p1 and p2 2021-10-09 14:12:20 +07:00
github-actions
8d382c9031 updating DIRECTORY.md 2021-10-09 01:15:46 +00:00
Brandon Johnson
f68c9cdb1d
Merge pull request #43 from devmaufh/master
Project euler's problem 5 and problem 9 solution
2021-10-08 19:15:34 -06:00
devmaufh
b3c8d86dd1 add solution to problem 5 and problem 9 of the Project Euler 2021-10-06 20:38:37 -05:00
github-actions
3a2dd5a43f updating DIRECTORY.md 2021-10-06 00:51:12 +00:00
Brandon Johnson
4bd429a62e
Merge pull request #42 from devmaufh/master
Project euler directory + solution to problem 7
2021-10-05 18:50:54 -06:00
Mauricio Flores Hernández
209911440a add solution to problem 7 of the project euler 2021-10-04 18:49:36 -05:00
Ayaan Khan
1de8cb15e8
Merge pull request #41 from Panquesito7/directory_workflow
Add workflow to add `DIRECTORY.md` with...
2021-02-16 11:19:23 +05:30
github-actions
2c6cb2a316 updating DIRECTORY.md 2021-02-15 01:44:51 +00:00
David Leal
cefadae521
Add workflow to add DIRECTORY.md with list...
...of all files.
2021-02-14 19:43:59 -06:00
Brandon Johnson
58e4b8f76b
Merge pull request #39 from emlycool/patch-1
fix to bug in CheckPrime
2021-01-06 10:13:08 -07:00
emlycool
4a9368a167 Merge branch 'patch-1' of https://github.com/emlycool/PHP into patch-1 2021-01-06 17:34:26 +01:00
Moshood Joshua
c469000cc0 fix to bug in CheckPrime 2021-01-06 17:32:39 +01:00
Brandon Johnson
dd70b86e62
Merge pull request #40 from darwinz/php-version
Require php version 7.3.0
2021-01-06 00:42:15 -07:00
Brandon Johnson
de86f47cb9 Require php version 7.3.0 2021-01-04 14:53:01 -07:00
Moshood Joshua
1705425690
fix to bug in CheckPrime 2021-01-04 20:51:24 +01:00
Brandon Johnson
db62b76ec2
Merge pull request #37 from canopas/add-fibonacci-series-formula
Add fibonacci formula
2020-12-10 00:46:27 -07:00
cp-sumi-k
87adf51434 Change in fibonacciRecursive and add unit test 2020-12-02 15:13:10 +05:30
cp-sumi-k
cee9163572 Add fibonacci formula 2020-11-30 18:08:16 +05:30
Brandon Johnson
ee74bf700e
Merge pull request #32 from Lakhan-Nad/upper_and_lower_bound
Added Lower and Upper Bound Functions
2020-11-04 22:30:38 -07:00
Brandon Johnson
1ce43c932d
Merge pull request #33 from juan88/add-fast-exponentiation
Add fast exponentiation to math algorithms
2020-11-04 22:28:48 -07:00
Brandon Johnson
5ee158f278
Merge pull request #34 from juan88/add-edit-distance
Add edit distance
2020-11-04 22:27:32 -07:00
Nikhil Kala
31bf840576
Merge pull request #36 from thierrydev/CountSort
Count sort
2020-11-01 23:04:26 +05:30
thierrydev
fc48255fa6 updated test 2020-11-01 15:39:49 +01:00
thierrydev
852e973f79 added countSort 2020-11-01 15:31:06 +01:00
Juan Martín Enríquez
2ffe49e0a9 Added algorithm to Directory.md 2020-10-30 10:46:24 -03:00
Juan Martín Enríquez
99dbcbacef Added edit distance to the DIRECTORY.md file 2020-10-30 10:45:03 -03:00
Juan Martín Enríquez
6120a90a74 Add edit distance 2020-10-29 00:11:21 -03:00
Juan Martín Enríquez
a794ab4e31 add fast exponentiation to math 2020-10-28 23:44:21 -03:00
lakhan_nad
9aba4cae9f Added Lower and Upper Bound Functions 2020-10-24 00:19:36 +05:30
Brandon Johnson
6b22e044fc
Merge pull request #31 from akshaykhale1992/feature/conversion-algorithms
Feature/conversion algorithms
2020-10-22 01:31:48 -06:00
Akshay Khale
c5e32b594b Added file updates in DIRECTORY.md file 2020-10-22 00:47:40 +05:30
Akshay Khale
28deb2c0e6 Added Binary, Octal, and Hex conversion to and from Decimal Numbers 2020-10-22 00:42:53 +05:30
Akshay Khale
1b86b577a9
Merge pull request #2 from TheAlgorithms/master
Merge with original repository
2020-10-21 23:14:31 +05:30