HACKER Q&A
📣 cheerioty

What are examples of simple (software) solutions for complex problems


What are examples of simple (software) solutions for complex problems


  👤 Simulacrum0 Accepted Answer ✓
Ray Tracing ( specifically Path Traced GI ) is fairly simple given the complexity of 'reality' and light bouncing off or through various materials. The actual algorithms used to bounce/scatter/gather light aren't complex.

Symmetric Encryption is usually a couple matrix multiplies over blocks of data...giving a lot of complextity from a few simple constants and arithmetic ops.


👤 textman
Do you mean the code is simple or the software is simple/easy to use?


👤 pestatije
The brute force algorithm.