You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
We all know brute force can solve anything. Write a stupid brute force algorithm to a simple problem!
For example, to calculate the square of an integer, you could check every number starting from 1 if it's square root is the original number. Brute force for the win!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We all know brute force can solve anything. Write a stupid brute force algorithm to a simple problem!
For example, to calculate the square of an integer, you could check every number starting from 1 if it's square root is the original number. Brute force for the win!
Beta Was this translation helpful? Give feedback.
All reactions