mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 15:18:13 +01:00
c97dadec46
added gnome sort algorithm, with added unit tests and updated DIRECTORY.md
3.1 KiB
3.1 KiB
List of all files
Ciphers
Conversions
Maths
- Absolutemax
- Absolutemin
- Checkprime
- Factorial
- Fastexponentiation
- Fibonacci
- Fibonacci2
- Perfectsquare
- Projecteuler
Searches
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
- Maths
- Searches
- Sorting
- Strings