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 63
63
* [ Checkanagrams] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/CheckAnagrams.fs )
64
64
* [ Checkpangram] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/CheckPangram.fs )
65
65
* [ 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 )
66
67
* [ Ispalindrome] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/IsPalindrome.fs )
67
68
* [ Jarowinkler] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/JaroWinkler.fs )
68
69
* [ Knuthmorrispratt] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/KnuthMorrisPratt.fs )
81
82
* [ Upper] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/Upper.fs )
82
83
* [ Wordoccurrence] ( https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Strings/WordOccurrence.fs )
83
84
* [ 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