//
pkg.gl
Category
github.com/0xqab/concepts-of-programming-languages
basics
palindrome
package
0.0.0-20211010210625-4aa0140a90eb
Repository:
https://github.com/0xqab/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().