373 Commits

Author SHA1 Message Date
salehhashemi1992
ca17a0db74 add cs checking to ci flow 2023-10-04 21:38:14 +03:30
Brandon Johnson
a554210156
Merge pull request #120 from costa-neto/master
fix: fix empty input validation on quicksort
2023-10-02 22:37:52 -06:00
Neto Costa
9dab8744dd fix: fix empty input validation on quicksort 2023-10-02 21:12:05 -03:00
Brandon Johnson
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
github-actions
62dc243c2e updating DIRECTORY.md 2023-09-18 04:48:52 +00:00
Brandon Johnson
810f8fcf09
Merge pull request #116 from salehhashemi1992/heap-sort
add heap sort to sort algorithms
2023-09-17 22:48:40 -06:00
salehhashemi1992
50f436eb17 fix mode method to return multiple modes if needed 2023-09-16 16:45:18 +03:30
salehhashemi1992
e06139805a add heap sort to sort algorithms 2023-09-16 16:31:10 +03:30
Brandon Johnson
e967070dde
Merge pull request #115 from joubertredrat/master
small refactor on return in function
2023-09-12 22:38:58 -06:00
Joubert RedRat
f0d85a7125
small refactor on return in function 2023-09-11 23:02:31 +01:00
Brandon Johnson
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
Brandon Johnson
4484afa36a
Changed description to this project 2023-07-20 02:07:13 -06:00
amtech
efcddde2d7 Added description to this project, no description for this project 2023-06-23 17:49:07 +01:00
github-actions
c89245231b updating DIRECTORY.md 2023-05-15 04:44:20 +00:00
Ruben del Blanco Rey
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
github-actions
bb8747a1d6 updating DIRECTORY.md 2023-04-24 04:26:07 +00:00
Ruben del Blanco Rey
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
Brandon Johnson
1914ea1253
Merge pull request #112 from rubendelblanco/Problem4
Maths: ProjectEuler Problem 4
2023-04-23 22:24:20 -06:00
Brandon Johnson
8fb44cadc5
Merge pull request #108 from rubendelblanco/problem8
feat:add problem 8 from Euler Project
2023-04-23 22:21:21 -06:00
Ruben del Blanco Rey
2c80872478
Merge branch 'TheAlgorithms:master' into problem8 2023-04-21 12:32:29 +02:00
Ruben del Blanco
efe02eb3fa chore add problem8 to DIRECTORY 2023-04-21 12:30:04 +02:00
Ruben del Blanco
5ec6885384 chore:reset DIRECTORY.md content 2023-04-21 12:29:07 +02:00
Ruben del Blanco
574011af4c chore:add problem to directory 2023-04-21 12:21:18 +02:00
Ruben del Blanco
75f98832f2 feat:add problem to DIRECTORY 2023-04-21 12:12:49 +02:00
github-actions
872e7272bf updating DIRECTORY.md 2023-04-21 05:49:44 +00:00
Brandon Johnson
6b84685dca
Merge pull request #107 from kirilcvetkov/SinglyLinkedLists
Added Singly Linked Lists
2023-04-20 23:49:30 -06:00
Ruben del Blanco
8b3a173e5d Add problem 4 from Project Euler 2023-04-13 11:40:19 +02:00
Ruben del Blanco
852a771f1c feat:add problem 8 from Euler Project 2023-04-11 17:57:51 +02:00
Kiril Cvetkov
4597595a9a Fix: updated SinglyLinkedList's constructor | Test: added a test for delete functionality 2023-04-09 17:55:31 -07:00
Kiril Cvetkov
e8111c1222 Added Singly Linked Lists 2023-03-31 19:04:20 -07:00
Brandon Johnson
79f5d2235b
Merge pull request #104 from 80Quattro/master 2023-02-11 02:07:48 -07:00
80Quattro
da64ca9207 BUGFIX: median function and median tests, fix Issue #102 2023-02-02 17:21:33 +01:00
Brandon Johnson
9b9963ebf6
Merge pull request #101 from 80Quattro/master
Add tests for mean function
2023-01-31 00:10:52 -07:00
80Quattro
d1e6a000f0 Add tests for mean function 2023-01-29 12:17:30 +01:00
Brandon Johnson
2ebd0e6543
Merge pull request #99 from foudadev/patch-1
make code more readable
2022-12-18 23:59:01 -07:00
Yahia Fouda
df6e96dbff
make code more readable 2022-12-17 21:16:17 +02:00
github-actions
f16a7f935a updating DIRECTORY.md 2022-11-29 07:21:19 +00:00
Aryansh B
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
Ayoade David
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
github-actions
e720c78564 updating DIRECTORY.md 2022-11-08 19:05:14 +00:00
Brandon Johnson
d2b5406fd9
Merge pull request #93 from ayDavidGitHere/master
Add ExponentialSearch Algorithm
2022-11-08 12:04:58 -07:00
ayDavidGitHere
0b0e0b4fa7 update TernarySearch Algorithm 2022-11-01 07:26:21 +01:00
ayDavidGitHere
896fcd8034 add TernarySearch to tests/Searches 2022-11-01 04:32:37 +01:00
ayDavidGitHere
4ad358d7c7 add ExpontentialSearch amd TernarySearch to tests/Searches and add TernarySearch to Directory.md 2022-11-01 04:30:22 +01:00
ayDavidGitHere
c6603aa280 - 2022-11-01 04:20:18 +01:00
Ayoade David
c5be3b0916
Merge branch 'TheAlgorithms:master' into master 2022-11-01 04:09:15 +01:00
ayDavidGitHere
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
github-actions
abf3b76750 updating DIRECTORY.md 2022-10-31 22:20:19 +00:00
Brandon Johnson
9ab57ce999
Merge pull request #94 from andremralves/master
Add non recursive DFS algorithm
2022-10-31 16:20:05 -06:00
André Alves
952096d650
fix typo in DIRECTORY.md
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
2022-10-31 02:49:18 -03:00