isogram

package
v0.0.0-...-27d64f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsIsogramBoolArray

func IsIsogramBoolArray(s string) bool

IsIsogram implemented using a bool array

func IsIsogramLinearSearch

func IsIsogramLinearSearch(s string) bool

IsIsogram implemented using linear search

func IsIsogramMap

func IsIsogramMap(s string) bool

IsIsogram implemented using a map

func IsIsogramSorting

func IsIsogramSorting(s string) bool

IsIsogram implemented using sorting

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL