Commit Graph

334 Commits

Author SHA1 Message Date
658618ae95 fix comment indents and docs 2023-10-05 10:11:31 +03:30
29db48075e ignoring warnings in cs checker 2023-10-05 00:10:11 +03:30
b814cf2669 fix some ci warnings 2023-10-05 00:01:13 +03:30
5817388856 fix mono alphabetic cipher test structure 2023-10-04 23:45:09 +03:30
1a04f5ea8f fix morse test structure 2023-10-04 23:44:04 +03:30
e5523e0c4c fix conversions test structure 2023-10-04 23:40:29 +03:30
a305f06efe fix maths test structure 2023-10-04 23:09:58 +03:30
963bafca71 fix searches test structure 2023-10-04 23:03:29 +03:30
39ab69ecea fix string test structure 2023-10-04 22:56:49 +03:30
9c2726203c fix cs errors to follow the psr12 standard and also some minor fixes 2023-10-04 21:50:32 +03:30
d7d34e357e excluding namespace errors from cs check 2023-10-04 21:38:15 +03:30
ca17a0db74 add cs checking to ci flow 2023-10-04 21:38:14 +03:30
a554210156 Merge pull request #120 from costa-neto/master
fix: fix empty input validation on quicksort
2023-10-02 22:37:52 -06:00
9dab8744dd fix: fix empty input validation on quicksort 2023-10-02 21:12:05 -03:00
986d1363ff Merge pull request #117 from salehhashemi1992/mode-function-multiple-return
Enhance mode() Function to Return Multiple Modes
2023-09-17 22:50:49 -06:00
62dc243c2e updating DIRECTORY.md 2023-09-18 04:48:52 +00:00
810f8fcf09 Merge pull request #116 from salehhashemi1992/heap-sort
add heap sort to sort algorithms
2023-09-17 22:48:40 -06:00
50f436eb17 fix mode method to return multiple modes if needed 2023-09-16 16:45:18 +03:30
e06139805a add heap sort to sort algorithms 2023-09-16 16:31:10 +03:30
e967070dde Merge pull request #115 from joubertredrat/master
small refactor on return in function
2023-09-12 22:38:58 -06:00
f0d85a7125 small refactor on return in function 2023-09-11 23:02:31 +01:00
9f881389c9 Merge pull request #114 from abdulsalamamtech/master
Added description to this project, no description for this project
2023-07-20 02:08:22 -06:00
4484afa36a Changed description to this project 2023-07-20 02:07:13 -06:00
efcddde2d7 Added description to this project, no description for this project 2023-06-23 17:49:07 +01:00
c89245231b updating DIRECTORY.md 2023-05-15 04:44:20 +00:00
e0cac03bc6 Project Euler Problem 11 (#113)
* feat:first approach to the problem

* feat:add Project euler problem 11
2023-05-14 22:44:05 -06:00
bb8747a1d6 updating DIRECTORY.md 2023-04-24 04:26:07 +00:00
f57991b8e6 Added Project Euler's problem 10 (#110)
* feat:add Project Euler problem 10

* chore:add problem in DIRECTORY
2023-04-23 22:25:55 -06:00
1914ea1253 Merge pull request #112 from rubendelblanco/Problem4
Maths: ProjectEuler Problem 4
2023-04-23 22:24:20 -06:00
8fb44cadc5 Merge pull request #108 from rubendelblanco/problem8
feat:add problem 8 from Euler Project
2023-04-23 22:21:21 -06:00
2c80872478 Merge branch 'TheAlgorithms:master' into problem8 2023-04-21 12:32:29 +02:00
efe02eb3fa chore add problem8 to DIRECTORY 2023-04-21 12:30:04 +02:00
5ec6885384 chore:reset DIRECTORY.md content 2023-04-21 12:29:07 +02:00
574011af4c chore:add problem to directory 2023-04-21 12:21:18 +02:00
75f98832f2 feat:add problem to DIRECTORY 2023-04-21 12:12:49 +02:00
872e7272bf updating DIRECTORY.md 2023-04-21 05:49:44 +00:00
6b84685dca Merge pull request #107 from kirilcvetkov/SinglyLinkedLists
Added Singly Linked Lists
2023-04-20 23:49:30 -06:00
8b3a173e5d Add problem 4 from Project Euler 2023-04-13 11:40:19 +02:00
852a771f1c feat:add problem 8 from Euler Project 2023-04-11 17:57:51 +02:00
4597595a9a Fix: updated SinglyLinkedList's constructor | Test: added a test for delete functionality 2023-04-09 17:55:31 -07:00
e8111c1222 Added Singly Linked Lists 2023-03-31 19:04:20 -07:00
79f5d2235b Merge pull request #104 from 80Quattro/master 2023-02-11 02:07:48 -07:00
da64ca9207 BUGFIX: median function and median tests, fix Issue #102 2023-02-02 17:21:33 +01:00
9b9963ebf6 Merge pull request #101 from 80Quattro/master
Add tests for mean function
2023-01-31 00:10:52 -07:00
d1e6a000f0 Add tests for mean function 2023-01-29 12:17:30 +01:00
2ebd0e6543 Merge pull request #99 from foudadev/patch-1
make code more readable
2022-12-18 23:59:01 -07:00
df6e96dbff make code more readable 2022-12-17 21:16:17 +02:00
f16a7f935a updating DIRECTORY.md 2022-11-29 07:21:19 +00:00
1c33b1f1dd Added BFS (#98)
* added BFS

* Added tests, updated directory, added BFS

* modified test

* Update DepthFirstSearchTest.php

* Modified requested change
2022-11-29 00:21:02 -07:00
92172e347f Add InterpolationSearch algorithm (#96)
* Add InterpolationSearch algorithm

add interpolationsearch file, included algorithm in test file, included algorithm in directory.md file
2022-11-16 17:16:00 -07:00