-
Notifications
You must be signed in to change notification settings - Fork 0
cambates99/LeetSpeakScramble
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README Summary This C# program defines a class called LeetScramble, which performs a text transformation operation where each word in a string is "encoded" based on certain rules. example: hello, world -> h3w, w3d Results Due to the use of the char HashSet, Regex pattern, and early returns the program functions reasonably well. It was able to translate 1000 words in ~6ms. All other tests indicate a perfect accuracy.
About
A coding challenged issued to me by Cox Automotive
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published