Commit Graph

15 Commits

Author SHA1 Message Date
53a432f59d adjust the given ranges in sorting tests. 2023-10-07 09:22:53 +02:00
9910612fb9 adjust the given ranges in sorting tests. 2023-10-07 08:39:39 +02:00
9b0cae985e adjust the given ranges in sorting tests.
- shortening the given ranges
- applied on the tests that hit PHP memory_limit
- applied on the tests that exceed the expected duration time
2023-10-07 08:30:28 +02:00
b3774d70b0 fix count sort.
- no min and max as function parameters
- count sort tests are now passing
2023-10-06 19:57:48 +02:00
4c77cd2ff8 rename test case class.
- to fix "Test case class not matching filename" deprecation warning
2023-10-06 16:10:18 +02:00
cf9764890d rename SortingTests.php to SortingTest.php.
- made this change so that PHPUnit can execute sorting tests
- sorting tests were previously ignored because of the file name typo
2023-10-06 15:26:57 +02:00
b814cf2669 fix some ci warnings 2023-10-05 00:01:13 +03:30
9c2726203c fix cs errors to follow the psr12 standard and also some minor fixes 2023-10-04 21:50:32 +03:30
9dab8744dd fix: fix empty input validation on quicksort 2023-10-02 21:12:05 -03:00
e06139805a add heap sort to sort algorithms 2023-09-16 16:31:10 +03:30
c848316a08 Code refactoring 2022-10-09 16:46:29 +05: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
11e22b312f adding ArrayKeysSort to the Sorting dir 2022-07-31 23:06:45 -06:00
35ed4625eb update fibonacciSearch.php to FibonacciSearch.php for consistency 2022-07-31 23:06:45 -06:00
53d235dcf3 meta: add tests/Sorting, code style updates/improvements 2022-07-31 22:19:41 -06:00