jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            Home

            ❯

            P versus NP

            P versus NP

            May 13, 20241 min read

            In theoretical computer science, P versus NP is a major unsolved problem in computational complexity theory. The idea asks: does being able to quickly recognise correct answers (NP) mean there’s a quick way to find them (P)?

            Computer scientists generally regard P=NP.

            Any fast algorithm to solve NP-complete problems can be used to solve any problem in NP, i.e., the NP class would collapse into P.

            Resources

            • P vs. NP and the Computational Complexity Zoo, a great introductory resource

            Graph View

            Backlinks

            • Computational complexity theory
            • NP-completeness

            Created with Quartz v4.5.2 © 2025

            • Twitter
            • LinkedIn
            • GitHub