File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6363 * [ Checkanagrams] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/CheckAnagrams.fs )
6464 * [ Checkpangram] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/CheckPangram.fs )
6565 * [ Hasprefix] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/HasPrefix.fs )
66+ * [ Hassuffix] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/HasSuffix.fs )
6667 * [ Ispalindrome] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/IsPalindrome.fs )
6768 * [ Jarowinkler] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/JaroWinkler.fs )
6869 * [ Knuthmorrispratt] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/KnuthMorrisPratt.fs )
8182 * [ Upper] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/Upper.fs )
8283 * [ Wordoccurrence] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/WordOccurrence.fs )
8384 * [ Zfunction] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/ZFunction.fs )
84-
85- ## [ Hassuffix] ( https://github.com/TheAlgorithms/F-Sharp/blob/main//HasSuffix.fs )
You can’t perform that action at this time.
0 commit comments