Skip to content

alpbintug/Key-Lock-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Key-Lock-matching

Key-Lock matching

Problem: We have two arrays; one consists of locks, other, keys. We need to match those two arrays index by index. Every matching Key and Lock have the same value.

What we are asked to do; pick a Key in random; search Lock array for its match and sort it while searching. When you find the matching Lock, you sort Key array using that Lock value.

About

Key-Lock matching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages