palindrome_permutation: Check that a string is a permutation in linear time,...

Description Usage Arguments Value

View source: R/chapter_1.R

Description

Check that a string is a permutation in linear time, vectorized

Usage

1

Arguments

strs

The potential permuted palindromes.

Value

TRUE for permuted palindromes, FALSE otherwise.


bobjansen/algoRist documentation built on Feb. 14, 2022, 6:01 a.m.