PHP:在PHP中实现的所有算法

时间:2021-02-05 09:58:01
【文件属性】:
文件名称:PHP:在PHP中实现的所有算法
文件大小:25KB
文件格式:ZIP
更新时间:2021-02-05 09:58:01
php algorithms data-structures hacktoberfest DatastructuresPHP 算法-PHP 在PHP中实施的所有算法(用于教育) 这些实现是出于学习目的。 它们的效率可能不如Php标准库中的实现。 贡献准则 在您贡献之前,请阅读我们的。 社区频道 我们在! 请加入我们。 算法清单 请参阅我们的。
【文件预览】:
PHP-master
----.gitignore(65B)
----Maths()
--------FastExponentiation.php(546B)
--------CheckPrime.php(515B)
--------AbsoluteMin.php(616B)
--------Fibonacci.php(2KB)
--------AbsoluteMax.php(615B)
--------Factorial.php(510B)
--------PerfectSquare.php(399B)
----DIRECTORY.md(3KB)
----CONTRIBUTING.md(5KB)
----String()
--------EditDistance.php(1KB)
--------MaxCharacter.php(941B)
--------CountVowels.php(1KB)
--------CheckAnagram.php(610B)
--------ReverseString.php(349B)
--------CheckPalindrome.php(606B)
--------ReverseWords.php(287B)
----LICENSE(1KB)
----composer.json(348B)
----ciphers()
--------XORCipher.php(458B)
--------caesarCipher.php(2KB)
----.github()
--------workflows()
----README.md(464B)
----Conversions()
--------OctalToDecimal.php(1KB)
--------HexadecimalToDecimal.php(2KB)
--------BinaryToDecimal.php(1KB)
----tests()
--------CipherTest.php(684B)
--------CiphersTest.php(579B)
--------ConversionsTest.php(3KB)
--------StringTest.php(3KB)
--------MathTest.php(2KB)
--------sorting()
----searches()
--------upper_bound.php(1KB)
--------binary_search.php(3KB)
--------lower_bound.php(1KB)
--------linear_search.php(909B)
----sorting()
--------bubbleSort.php(414B)
--------selectionSort.php(430B)
--------insertionSort.php(327B)
--------mergeSort.php(713B)
--------radixSort.php(940B)
--------countSort.php(442B)

网友评论