//
pkg.gl
Category
github.com/s-macke/concepts-of-programming-languages
src
basics
palindrome
package
0.1.0
Repository:
https://github.com/s-macke/concepts-of-programming-languages.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
21 SLOC
#
Functions
IsPalindrome
IsPalindrome implementation.
IsPalindrome2
IsPalindrome2 is using runes.
IsPalindrome3
IsPalindrome3 is implemented by reusing Reverse().