260 Commits

Author SHA1 Message Date
YvonneChong18
9b72bd9f0a
Update tests/MonoAlphabeticCipherTest.php encrypt test function
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-27 18:52:07 +08:00
YvonneChong18
9e10db292e
Update ciphers/monoAlphabeticCipher.php decrypt function
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-27 18:51:45 +08:00
YvonneChong18
b3fa7c7961
Update ciphers/monoAlphabeticCipher.php encrypt function
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-27 18:51:25 +08:00
YvonneChong18
6b961bce3f
Update ciphers/monoAlphabeticCipher.php cipher function
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-27 18:50:30 +08:00
Brandon Johnson
3665d181c8
Merge pull request #69 from darwinz/run-directory-on-master
build: run directory actions workflow only when merging to master
2022-07-27 01:17:26 -06:00
YvonneChong18
d75ccafe73
Update Mono-AlphabeticCipher Test
Update Mono-AlphabeticCipher Test
2022-07-24 13:08:15 +08:00
Brandon Johnson
83ad856adc build: run directory workflow only when merging to master 2022-07-23 19:50:57 -06:00
YvonneChong18
02994bdbd6
Add Mono-Alphabetic Cipher Directory
Add Mono-Alphabetic Cipher Directory
2022-07-22 12:19:28 +08:00
YvonneChong18
f6783ef2c1
Add Mono-Alphabetic Cipher Directory
Add Mono-Alphabetic Cipher Directory
2022-07-22 12:17:44 +08:00
YvonneChong18
1276763233
Add Mono-Alphabetic Cipher Directory
Add Mono-Alphabetic Cipher Directory
2022-07-22 12:16:51 +08:00
YvonneChong18
4eee60024a
Add Mono-Alphabetic Cipher Test
Add Mono-Alphabetic Cipher Test
2022-07-22 12:13:18 +08:00
YvonneChong18
f9fbd54474
Add Mono-Alphabetic Cipher
Add Mono-Alphabetic Cipher
2022-07-22 12:12:09 +08:00
github-actions
8ff62403b5 updating DIRECTORY.md 2022-07-08 18:26:39 +00:00
Brandon Johnson
284fb585f6
Merge pull request #64 from ale94lko/master
Add new algorithm
2022-07-08 12:26:22 -06:00
Brandon Johnson
9e297581ac
Merge pull request #65 from prondubuisi/feature/make-factorial-cached
Add cache improvements for factorial solution
2022-07-08 12:24:29 -06:00
Ndubuisi Onyemenam
a4840d116d Add cache improvements 2022-07-07 01:59:59 +01:00
Alejandro
192ebc5743 Fix misspelling 2022-07-01 12:11:19 -04:00
Alejandro
b373cbe2f5 Add new algorithm 2022-07-01 12:07:47 -04:00
github-actions
ca49219469 updating DIRECTORY.md 2022-04-03 04:24:48 +00:00
Brandon Johnson
b4f6b63f8a
Merge pull request #55 from rsayed007/master
This is a simple way to check palindrome string  using PHP strrev() function
2022-04-02 22:24:31 -06:00
Syed Nayeem Roman
258aef99f8
Update DIRECTORY.md 2022-02-26 01:00:26 +06:00
rsayed007
94b8d9757f Merge branch 'master' of https://github.com/rsayed007/PHP into master 2022-02-26 00:57:15 +06:00
rsayed007
f9f005920b simple function for count sentence 2022-02-26 00:56:56 +06:00
Syed Nayeem Roman
b506297f1a
Update DIRECTORY.md 2022-02-26 00:28:20 +06:00
rsayed007
84e55a0aa7 function for count vowels, consonant and numeric number from a string 2022-02-26 00:25:44 +06:00
rsayed007
1e9ee9c73f function for count vowels, consonant and numeric number from a string 2022-02-26 00:24:22 +06:00
Syed Nayeem Roman
f265ea78d2
update directory file 2022-02-25 16:38:44 +06:00
rsayed007
f2866a902d add file path at directory 2022-02-25 16:31:21 +06:00
rsayed007
5d8e35f9c1 add file path at directory 2022-02-25 16:28:45 +06:00
rsayed007
0e55b04c22 palindrome string check using php strrev() function 2022-02-25 16:24:14 +06:00
github-actions
41b319d8a2 updating DIRECTORY.md 2022-02-22 07:27:49 +00:00
Brandon Johnson
c3e790cb42
Merge pull request #54 from Lukasdotcom/master
Adds Morse Code algorithm
2022-02-22 00:27:34 -07:00
Lukas
db74ce0341
forgot to capitalize the test case. 2022-02-21 21:47:25 -05:00
Lukas
1843abae90
Update tests/MorseCodeTest.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-02-15 12:00:55 -05:00
Lukas
434e11cf6c
Renames Test
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-01-29 10:41:45 -05:00
github-actions
1f51a56714 updating DIRECTORY.md 2022-01-29 09:31:04 +00:00
Brandon Johnson
ad0edf742e
Merge pull request #52 from andrewerwinxyz/master
add decimal to binary conversion and test
2022-01-29 02:30:52 -07:00
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