334 Commits

Author SHA1 Message Date
1101
8e9c6764de
Update SearchesTest.php 2022-08-03 09:57:10 +08:00
1101
0f596014f2
Update DIRECTORY.md 2022-08-03 09:50:41 +08:00
1101
582c91b915
Create jumpSearch.php 2022-08-03 09:48:34 +08:00
github-actions
c00a91d67f updating DIRECTORY.md 2022-08-01 05:07:37 +00:00
Brandon Johnson
77e4c7bcf8
Merge pull request #70 from darwinz/clean-dir-structure
Clean up file/directory structure and some code style consistency updates
2022-07-31 23:07:26 -06:00
Brandon Johnson
925178d263 rename MonoAlphabeticCipher and move tests for the same into Ciphers tests 2022-07-31 23:06:45 -06:00
Brandon Johnson
11e22b312f adding ArrayKeysSort to the Sorting dir 2022-07-31 23:06:45 -06:00
Brandon Johnson
35ed4625eb update fibonacciSearch.php to FibonacciSearch.php for consistency 2022-07-31 23:06:45 -06:00
Brandon Johnson
1eef2e1d93 build: update project euler tests 2022-07-31 23:06:45 -06:00
Brandon Johnson
d8d0544165 changes searches to Searches 2022-07-31 23:06:45 -06:00
Brandon Johnson
2676bb112e add tests/Strings, change String to Strings, code style updates 2022-07-31 23:06:45 -06:00
Brandon Johnson
53d235dcf3 meta: add tests/Sorting, code style updates/improvements 2022-07-31 22:19:41 -06:00
Brandon Johnson
e3e5170f99 meta: add tests/Searches, code style updates/improvements 2022-07-31 22:19:40 -06:00
Brandon Johnson
7da4a850fd meta: add tests/Maths, move ProjectEuler into Maths, code style updates 2022-07-31 22:19:40 -06:00
Brandon Johnson
6c627c5589 ciphers: some style clean-up for consistency 2022-07-31 22:19:40 -06:00
Brandon Johnson
b2c68f1aac meta: add tests/Conversions; some code cleanup for consistency 2022-07-31 22:19:40 -06:00
Brandon Johnson
505bee2036 ciphers: some style clean-up of the XORCipher 2022-07-31 22:19:40 -06:00
Brandon Johnson
69e86faafc meta: add tests/Ciphers; change ciphers dir to Ciphers for consistency 2022-07-31 22:19:38 -06:00
github-actions
edb7ef5d54 updating DIRECTORY.md 2022-08-01 04:08:54 +00:00
Brandon Johnson
c3afb0a326
Merge pull request #67 from YvonneChong18/master
Add Mono-Alphabetic Cipher
2022-07-31 22:08:36 -06:00
YvonneChong18
6d02dccbae
Update ciphers/monoAlphabeticCipher.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-31 16:49:04 +08:00
YvonneChong18
6cb2d4c495
Update ciphers/monoAlphabeticCipher.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-31 16:48:50 +08:00
YvonneChong18
78bafb14f7
Update DIRECTORY.md
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-27 18:52:51 +08:00
YvonneChong18
a353f90c05
Update tests/MonoAlphabeticCipherTest.php decrypt test function
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-07-27 18:52:23 +08:00
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