assumes the lockshop can magically break the code. There's 4 numbers from 0-9 each so that's 10,000 possibilites.
We tried factory defualts but that rarely works. So she expected us to figure it out for her (HAHA, YEAH RIGHT) but instead of wasting hours randomly picking combinations, we just threw it on the table.
But now I'm curious, is there any algorithm that isn't the brute force method of finding the combination (making no illogical assumtions)?
Brute force works ok, O(n), but for 10,000 combinations, that's not very great. I doubt it's possible but I thought I'd ask the community first.
NOTE: she's a fellow state employee, there aren't any charges. She wanted it done from the kindness of our big hearts.
We tried factory defualts but that rarely works. So she expected us to figure it out for her (HAHA, YEAH RIGHT) but instead of wasting hours randomly picking combinations, we just threw it on the table.
But now I'm curious, is there any algorithm that isn't the brute force method of finding the combination (making no illogical assumtions)?
Brute force works ok, O(n), but for 10,000 combinations, that's not very great. I doubt it's possible but I thought I'd ask the community first.
NOTE: she's a fellow state employee, there aren't any charges. She wanted it done from the kindness of our big hearts.