Jump to content

User:GHC: Difference between revisions

865 bytes added ,  27 June 2020
Β 
Line 34: Line 34:


== ON PROBLEM SOLVING TECHNIQUES ==
== ON PROBLEM SOLVING TECHNIQUES ==
474
Β 
Generally, problem-solving takes the form of a process of figuring out how to reach a certain goal - this configuration is called '''problem solving'''. The human mind is equipped with a bunch of heuristical strategies to problem solving. Brute forcing, hill-climbing strategy, means-end analysis and many more usually emerge naturally in a person's arsenal. You might find yourself trying haphazardly all sorts of combinations of letters and numbers to access a locked device to no avail. It doesn't take much to understand how unlikely it is that you'll just randomly assemble the winning code. As an example, take a simple 4 digit code (like most credit cards), not counting 0 - the likelihood of getting it right with no prior knowledge is 1 in 9x9x9x9 or 1/6561, which is the same as to say that there's a 0.015% probability of randomly inputting the right code.
Anonymous user