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 15:18:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
TheAlgorithms-PHP
/
DIRECTORY.md
github-actions
2c6cb2a316
updating DIRECTORY.md
2021-02-15 01:44:51 +00:00
3.3 KiB
Raw
Blame
History
List of all files
Ciphers
Caesarcipher
Xorcipher
Conversions
Binarytodecimal
Hexadecimaltodecimal
Octaltodecimal
Maths
Absolutemax
Absolutemin
Checkprime
Factorial
Fastexponentiation
Fibonacci
Perfectsquare
Searches
Binary Search
Linear Search
Lower Bound
Upper Bound
Sorting
Bubblesort
Countsort
Insertionsort
Mergesort
Radixsort
Selectionsort
String
Checkanagram
Checkpalindrome
Countvowels
Editdistance
Maxcharacter
Reversestring
Reversewords
Tests
Cipherstest
Ciphertest
Conversionstest
Mathtest
Sorting
Countsorttest
Stringtest