Skip to content

cambates99/LeetSpeakScramble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages