-
Implement an algorithm to tell if a string has all unique characters.
-
Given two strings, write a method to tell if one is a permutation of the other.
-
Write a method to do basic string compression using the counts of repeated characters. For example, the string "aaabbbcccca" would become "a3b3c4a". If the string would not be shorter after this compression, return the original string. You can assume you will only receive strings with upper and lowercase (a-z).
-
Notifications
You must be signed in to change notification settings - Fork 0
atruslow/programming
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
programming practice
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published