Skip to content

Commit

Permalink
added article gaining-from-unsolvable-problems/article.md in correct …
Browse files Browse the repository at this point in the history
…format
  • Loading branch information
Ajorian committed Oct 24, 2024
1 parent 641af22 commit 981619a
Show file tree
Hide file tree
Showing 2 changed files with 3,423 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 2024/gaining-from-unsolvable-problems/article.md
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 -->
Loading

0 comments on commit 981619a

Please sign in to comment.