Determine if a string is squeezable: Difference between revisions

m
added related tasks.
(Add source for Rust)
m (added related tasks.)
Line 95:
the 5<sup>th</sup> string.
 
[[Template:Strings]]
 
 
;Related tasks:
:* &nbsp; [https://rosettacode.org/wiki/Determine_if_a_string_has_all_unique_characters determine if a string has all unique characters].
:* &nbsp; [https://rosettacode.org/wiki/Determine_if_a_string_has_all_the_same_characters determine if a string has all the same characters].
:* &nbsp; [https://rosettacode.org/wiki/Determine_if_a_string_is_collapsible determine if a string is collapsible].
<br><br>