-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added article gaining-from-unsolvable-problems/article.md in correct …
…format
- Loading branch information
Showing
2 changed files
with
3,423 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- BEGIN TITLE --> | ||
# Gaining from Unsolvable Problems | ||
<!-- END TITLE --> | ||
|
||
<!-- BEGIN BODY --> | ||
In our everyday lives, we encounter various challenges. Some can be solved by computers in a reasonable amount of time, like sorting our emails or finding the fastest route on a map, while others, such as predicting complex weather patterns or solving certain mathematical problems, cannot be computed efficiently. | ||
|
||
At first glance, it might seem disappointing that not everything can be computed. However, this limitation also presents an opportunity. Since no algorithm can efficiently solve these hard problems, we can design algorithms that use these unsolvable problems as part of their computation. Because no one can solve this step, it becomes very difficult for anyone to break the algorithm, leading to a strong foundation for security. | ||
|
||
Next time you face a tough, unsolvable problem, you might just smile—after all, it could lead to your next big security breakthrough! | ||
|
||
<!-- END BODY --> | ||
|
||
![combination lock](../images/image-001-gaining-from-unsolvable-problems.png) | ||
|
||
## Author | ||
<!-- BEGIN AUTHOR --> | ||
Ali Ajorian | ||
<!-- END AUTHOR --> |
Oops, something went wrong.