Skip to content

iliagon/test_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test task

You have to write a java method which consumes 2 string params. The first one is an arbitrary string, e.g. "Azcba1" The second one is an arbitrary alphabet, e.g. "123AaBbCcZz". And return the ordered string according to the custom alphabet, e.g. " 1Aabcz" Requirement: O(N + M) for complexity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages