373 Commits

Author SHA1 Message Date
Lukasdotcom
74b93a53d0 Adds Morse Code 2022-01-26 21:11:01 -05:00
Andrew S Erwin
b0f5b59c52 convert result type result to int 2021-12-21 10:08:35 -06:00
Andrew S Erwin
d40550d99d
Update DecimalToBinary.php 2021-12-13 00:23:30 -06:00
Andrew S Erwin
f1404bc2f3 Merge remote-tracking branch 'upstream/master' 2021-11-18 18:58:44 -06:00
Andrew S Erwin
79dec897d4 had a duplicate function name. fixed 2021-11-18 17:17:50 -06:00
Andrew S Erwin
d20c5686d1 mistakenly added line to ConversionsTest - fixed problem 2021-11-18 17:11:01 -06:00
Andrew S Erwin
8d7ad00f56 add decimal to binary conversion and test 2021-11-18 17:06:39 -06:00
github-actions
3e8fd831f7 updating DIRECTORY.md 2021-11-18 07:24:18 +00:00
Brandon Johnson
820dbd05c5
Merge pull request #49 from andrewerwinxyz/master
Add quickSort and update DIRECTORY.md
2021-11-18 00:24:05 -07:00
Andrew S Erwin
675f83b469 add type hints to fibonacci search 2021-11-17 12:29:39 -06:00
Andrew S Erwin
f29d25b432 counts start at 1 in stead of 0. skews positions - fixed 2021-11-16 16:34:52 -06:00
Andrew S Erwin
e595dec3d1 fix yet another typo in test (last one) 2021-11-16 16:32:03 -06:00
Andrew S Erwin
c7436c9256 fix another typo in test 2021-11-16 16:29:42 -06:00
Andrew S Erwin
888e46143b fix typo in test 2021-11-16 16:26:17 -06:00
Andrew S Erwin
5b96d36b02 added fibonacciSearch 2021-11-16 16:21:16 -06:00
Andrew S Erwin
b934dd39d3 add fibpos 2021-11-16 12:25:01 -06:00
Andrew S Erwin
fbe3168ca7 fixed typo in unit test 2021-11-08 13:27:39 -06:00
Andrew S Erwin
3d6c66d144 Add unit test for quickSort 2021-11-08 13:23:59 -06:00
Andrew S Erwin
604071a8c7
Merge branch 'TheAlgorithms:master' into master 2021-11-08 12:58:06 -06:00
Andrew S Erwin
5bfb255fbc Add unit test for quickSort 2021-11-05 15:51:18 -05:00
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