Commit Graph

334 Commits

Author SHA1 Message Date
e720c78564 updating DIRECTORY.md 2022-11-08 19:05:14 +00:00
d2b5406fd9 Merge pull request #93 from ayDavidGitHere/master
Add ExponentialSearch Algorithm
2022-11-08 12:04:58 -07:00
0b0e0b4fa7 update TernarySearch Algorithm 2022-11-01 07:26:21 +01:00
896fcd8034 add TernarySearch to tests/Searches 2022-11-01 04:32:37 +01:00
4ad358d7c7 add ExpontentialSearch amd TernarySearch to tests/Searches and add TernarySearch to Directory.md 2022-11-01 04:30:22 +01:00
c6603aa280 - 2022-11-01 04:20:18 +01:00
c5be3b0916 Merge branch 'TheAlgorithms:master' into master 2022-11-01 04:09:15 +01:00
beccf294b3 update ExponentialSearch and added TernarySearch
Added ExponentialSearch and TernarySearch to Test/Searches and updated Directory.md
2022-11-01 04:06:32 +01:00
abf3b76750 updating DIRECTORY.md 2022-10-31 22:20:19 +00:00
9ab57ce999 Merge pull request #94 from andremralves/master
Add non recursive DFS algorithm
2022-10-31 16:20:05 -06:00
952096d650 fix typo in DIRECTORY.md
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-10-31 02:49:18 -03:00
1943ea3c60 add: DFS non recursive algorithm 2022-10-24 20:38:13 -03:00
bacbde4c19 updating DIRECTORY.md 2022-10-24 05:31:25 +00:00
de9f7cff22 Add Speed Conversion (#91) 2022-10-23 23:31:10 -06:00
a759fdfcad add ExponentialSearch Algorithm & update DIRECTORY.md 2022-10-22 00:59:31 +01:00
cb97bccac1 add ExponentialSearch Algorithm 2022-10-22 00:29:06 +01:00
627564b686 add ExponentialSearch Algorithm 2022-10-22 00:13:15 +01:00
05387454b6 add ExponentialSearch Algorithm 2022-10-22 00:08:06 +01:00
f4f1a9c7a4 updating DIRECTORY.md 2022-10-16 04:42:08 +00:00
6a67bf2606 mean, median, mode (#83)
* mean median mode

* update DIRECTORY

* just renaming

* adding unit tests

* organizing the file

* ops missed this one
2022-10-15 22:41:56 -06:00
89b2c36963 Merge pull request #89 from darwinz/update-readme
docs: updated readme to be a bit more consistent with other TheAlgorithms projects
2022-10-12 01:08:37 -06:00
a478f25d10 updating DIRECTORY.md 2022-10-12 07:08:30 +00:00
adaff8d4d3 Merge pull request #90 from Samadmemon991/master
Added neon number checker
2022-10-12 01:08:16 -06:00
648c5626ed Added neon number checker 2022-10-11 17:16:44 +05:00
3e2471a313 docs: updated readme to be a bit more consistent with other TheAlgorithms projects 2022-10-11 00:01:17 -06:00
9ab5dc2836 updating DIRECTORY.md 2022-10-11 05:49:20 +00:00
23b203d48a Merge pull request #88 from Samadmemon991/master
Added Armstrong checker
2022-10-10 23:49:07 -06:00
f592da2d09 Merge pull request #86 from yusuf-saif/master
Update the readme
2022-10-10 23:47:51 -06:00
e18738b14f Added Armstrong checker 2022-10-10 12:46:00 +05:00
fcac72f897 Merge pull request #87 from Samadmemon991/master
Code refactoring
2022-10-09 15:49:17 -06:00
c848316a08 Code refactoring 2022-10-09 16:46:29 +05:00
a3a4e67f40 Merge pull request #85 from Samadmemon991/master
Added Palindrome checker
2022-10-09 00:51:38 -06:00
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
7535486226 Updated function name to avoid collision 2022-10-07 15:54:58 +05:00
f23fbb7f91 Added Palindrome checker 2022-10-06 21:23:15 +05:00
5976463e4f updating DIRECTORY.md 2022-08-03 17:58:40 +00:00
31e888a3e7 Merge pull request #74 from TKF486/master
Added GnomeSort algorithm
2022-08-03 11:58:21 -06:00
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
42c2656487 Merge pull request #75 from darwinz/master
Adding DataStructures directories
2022-08-02 23:26:31 -06:00
602683ed07 updating DIRECTORY.md 2022-08-03 05:24:03 +00:00
d46a63cbc0 Merge pull request #73 from zy1912/master
Added JumpSearch
2022-08-02 23:23:49 -06:00
68056c199a adding the tests/DataStructures directory 2022-08-02 23:05:15 -06:00
d0be315323 adding DataStructures directory 2022-08-02 23:04:18 -06:00
27ce6d2c95 Update SearchesTest.php 2022-08-03 12:36:25 +08:00
74acc58a4c update contribution guidelines php style guide url 2022-08-02 22:35:31 -06:00
921baa7328 Update Searches/JumpSearch.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-08-03 12:33:27 +08:00
fee5784293 Update JumpSearch.php 2022-08-03 10:02:42 +08:00
905db107ee Create JumpSearch.php 2022-08-03 10:01:55 +08:00
f555a8f58f Delete jumpSearch.php 2022-08-03 10:00:50 +08:00
47b7ef9f36 Update DIRECTORY.md 2022-08-03 09:58:04 +08:00