This website requires JavaScript.
Explore
Help
Sign In
mirror_php
/
TheAlgorithms-PHP
Watch
1
Star
0
Fork
0
You've already forked TheAlgorithms-PHP
mirror of
https://github.com/TheAlgorithms/PHP.git
synced
2025-01-17 07:08:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
TheAlgorithms-PHP
/
tests
History
Brandon Johnson
c3e790cb42
Merge pull request
#54
from Lukasdotcom/master
...
Adds Morse Code algorithm
2022-02-22 00:27:34 -07:00
..
sorting
fixed typo in unit test
2021-11-08 13:27:39 -06:00
CiphersTest.php
Add Caesar cipher
2020-09-24 23:59:14 +03:30
CipherTest.php
Add XOR Cipher
2020-10-03 07:26:14 +00:00
ConversionsTest.php
mistakenly added line to ConversionsTest - fixed problem
2021-11-18 17:11:01 -06:00
DecimalToBinaryTest.php
had a duplicate function name. fixed
2021-11-18 17:17:50 -06:00
fibonacciSearchTest.php
counts start at 1 in stead of 0. skews positions - fixed
2021-11-16 16:34:52 -06:00
MathTest.php
Change in fibonacciRecursive and add unit test
2020-12-02 15:13:10 +05:30
MorseCodeTest.php
forgot to capitalize the test case.
2022-02-21 21:47:25 -05:00
ProjectEulerTest.php
Add Euler problem 6
2021-10-31 17:57:28 -03:00
StringTest.php
Add edit distance
2020-10-29 00:11:21 -03:00