Samadmemon991
|
7535486226
|
Updated function name to avoid collision
|
2022-10-07 15:54:58 +05:00 |
|
Abdul-Samad99
|
f23fbb7f91
|
Added Palindrome checker
|
2022-10-06 21:23:15 +05:00 |
|
github-actions
|
5976463e4f
|
updating DIRECTORY.md
|
2022-08-03 17:58:40 +00:00 |
|
Brandon Johnson
|
31e888a3e7
|
Merge pull request #74 from TKF486/master
Added GnomeSort algorithm
|
2022-08-03 11:58:21 -06:00 |
|
TKF486
|
c97dadec46
|
Created new sort algorithm
added gnome sort algorithm, with added unit tests and updated DIRECTORY.md
|
2022-08-03 16:40:30 +08:00 |
|
Brandon Johnson
|
42c2656487
|
Merge pull request #75 from darwinz/master
Adding DataStructures directories
|
2022-08-02 23:26:31 -06:00 |
|
github-actions
|
602683ed07
|
updating DIRECTORY.md
|
2022-08-03 05:24:03 +00:00 |
|
Brandon Johnson
|
d46a63cbc0
|
Merge pull request #73 from zy1912/master
Added JumpSearch
|
2022-08-02 23:23:49 -06:00 |
|
Brandon Johnson
|
68056c199a
|
adding the tests/DataStructures directory
|
2022-08-02 23:05:15 -06:00 |
|
Brandon Johnson
|
d0be315323
|
adding DataStructures directory
|
2022-08-02 23:04:18 -06:00 |
|
1101
|
27ce6d2c95
|
Update SearchesTest.php
|
2022-08-03 12:36:25 +08:00 |
|
Brandon Johnson
|
74acc58a4c
|
update contribution guidelines php style guide url
|
2022-08-02 22:35:31 -06:00 |
|
1101
|
921baa7328
|
Update Searches/JumpSearch.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
|
2022-08-03 12:33:27 +08:00 |
|
1101
|
fee5784293
|
Update JumpSearch.php
|
2022-08-03 10:02:42 +08:00 |
|
1101
|
905db107ee
|
Create JumpSearch.php
|
2022-08-03 10:01:55 +08:00 |
|
1101
|
f555a8f58f
|
Delete jumpSearch.php
|
2022-08-03 10:00:50 +08:00 |
|
1101
|
47b7ef9f36
|
Update DIRECTORY.md
|
2022-08-03 09:58:04 +08:00 |
|
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 |
|