260 Commits

Author SHA1 Message Date
Brandon Johnson
3e2471a313 docs: updated readme to be a bit more consistent with other TheAlgorithms projects 2022-10-11 00:01:17 -06:00
github-actions
9ab5dc2836 updating DIRECTORY.md 2022-10-11 05:49:20 +00:00
Brandon Johnson
23b203d48a
Merge pull request #88 from Samadmemon991/master
Added Armstrong checker
2022-10-10 23:49:07 -06:00
Brandon Johnson
f592da2d09
Merge pull request #86 from yusuf-saif/master
Update the readme
2022-10-10 23:47:51 -06:00
Abdul-Samad99
e18738b14f Added Armstrong checker 2022-10-10 12:46:00 +05:00
Brandon Johnson
fcac72f897
Merge pull request #87 from Samadmemon991/master
Code refactoring
2022-10-09 15:49:17 -06:00
Samadmemon991
c848316a08 Code refactoring 2022-10-09 16:46:29 +05:00
Brandon Johnson
a3a4e67f40
Merge pull request #85 from Samadmemon991/master
Added Palindrome checker
2022-10-09 00:51:38 -06:00
Yusuf
02335896a8
Update the readme
I added some tenses to the readme to make it more elaborate and efficient to understand
2022-10-08 17:37:29 +01:00
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