Skip to content

HcomCoolCode/longest-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

longest-run

Lets find the longest run(s) of continuous characters in a string. Here are some examples:

  • "book" => ["oo"]
  • "abbcccdddd" => ["dddd"]
  • "1a1bb1ccc1" => ["ccc"]
  • "aabb" => ["aa", "bb]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages