80 Commits

Author SHA1 Message Date
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
Nikhil Kala
ed5edd6554
Merge pull request #29 from akshaykhale1992/master
Added recommendation to update `DIRECTORY.md` file in CONTRIBUTING.md.
2020-10-16 16:11:22 +05:30
Akshay Khale
f7155514e1 Added recommendation to update DIRECTORY.md file in CONTRIBUTING.md. 2020-10-15 11:34:57 +05:30
Brandon Johnson
77a26469c6
Merge pull request #28 from akshaykhale1992/master
Added new String Algorithms
2020-10-15 00:00:58 -06:00
Akshay Khale
7791ac3ecd Code formatting modified 2020-10-15 00:48:15 +05:30
Akshay Khale
675f000021 Added MaxCharacter and CountVowels algorithms 2020-10-15 00:43:22 +05:30
Akshay Khale
c960ebb1b1
Merge pull request #1 from TheAlgorithms/master
Getting the latest changes from `TheAlgorithms/PHP`
2020-10-15 00:36:56 +05:30
Brandon Johnson
4b18ae4b07
Merge pull request #27 from thierrydev/issue-24
Updated DIRECTORY.md
2020-10-13 15:28:24 -06:00
tdev
2cf7538833 Updated DIRECTORY.md 2020-10-13 20:00:15 +02:00
Brandon Johnson
0769095577
Merge pull request #26 from jowinjohnchemban/patch-1
Update DIRECTORY.md
2020-10-12 23:45:55 -06:00
Brandon Johnson
5efc509744
Merge pull request #22 from jowinjohnchemban/master
Linear Search | PHP
2020-10-12 23:45:21 -06:00
Jowin John Chemban
f3fddf33dc
Update linear_search.php 2020-10-13 11:01:52 +05:30
Jowin John Chemban
5b100fdb25
Update linear_search.php 2020-10-13 11:00:41 +05:30
Jowin John Chemban
223e50b6b1
Update DIRECTORY.md 2020-10-13 10:41:02 +05:30
Brandon Johnson
58ed9fdae0
Merge pull request #18 from RohitChattopadhyay/add/ciphers/xor_cipher
Add XOR Cipher
2020-10-10 23:33:42 -06:00
Brandon Johnson
c7b3b22e2e
Merge pull request #23 from PalAditya/master
Adding a small algorithm to check anagrams
2020-10-10 23:28:12 -06:00
Rohit Chattopadhyay
7bcab5722f
Merge branch 'master' into add/ciphers/xor_cipher 2020-10-11 10:58:12 +05:30
Brandon Johnson
52f4f32999
Merge pull request #20 from RohitChattopadhyay/github-workflow
Add CI with unit testing on PR, PUSH to master
2020-10-10 23:16:07 -06:00
Brandon Johnson
2f8ee6eb6e
Merge pull request #10 from nimah79/master
Add Caesar cipher
2020-10-10 22:15:49 -06:00
Nima HeydariNasab
cbe9422c79 Update DIRECTORY.md 2020-10-10 13:29:33 +03:30
Brandon Johnson
06e541da76
Merge pull request #7 from akshaykhale1992/master
Added Math function and test cases for the same.
2020-10-10 01:47:07 -06:00
Rohit Chattopadhyay
fe5df5b395
Add MIT License Declaration (#19)
* Add MIT License

* Fix LICENSE file path
2020-10-10 09:42:52 +05:30
PalAditya
20969daadb
Adding a small algorithm to check anagrams 2020-10-04 10:21:36 +05:30
Jowin John Chemban
366f9f97d0
Linear Search | PHP
#hacktoberfest
2020-10-04 00:07:19 +05:30