mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 15:18:13 +01:00
1c33b1f1dd
* added BFS * Added tests, updated directory, added BFS * modified test * Update DepthFirstSearchTest.php * Modified requested change
3.9 KiB
3.9 KiB
List of all files
Ciphers
Conversions
Graphs
Maths
- Absolutemax
- Absolutemin
- Armstrongnumber
- Checkpalindrome
- Checkprime
- Factorial
- Fastexponentiation
- Fibonacci
- Fibonacci2
- Mean
- Median
- Mode
- Neonnumber
- Perfectsquare
- Projecteuler
Searches
- Binarysearch
- Exponentialsearch
- Fibonaccisearch
- Interpolationsearch
- Jumpsearch
- Linearsearch
- Lowerbound
- Ternarysearch
- Upperbound
Sorting
- Arraykeyssort
- Bubblesort
- Bubblesort2
- Countsort
- Gnomesort
- Insertionsort
- Mergesort
- Quicksort
- Radixsort
- Selectionsort
Strings
- Checkanagram
- Checkpalindrome
- Checkpalindrome2
- Countconsonants
- Countsentences
- Countvowels
- Distance
- Maxcharacter
- Reversestring
- Reversewords
Tests
- Ciphers
- Conversions
- Graphs
- Maths
- Searches
- Sorting
- Strings