Commit a1129a90 authored by Marius DAVID's avatar Marius DAVID
Browse files

Merge branch 'lemmy-8436753' into 'main'

Add submission: P = NP

See merge request marius851000/fediverse-canvas-atlas-2024!321
parents 9b333b42 ce6e4bbb
Loading
Loading
Loading
Loading
Loading

entries2025/p_np.json

0 → 100644
+37 −0
Original line number Diff line number Diff line
{
    "id": 8217885151,
    "name": "P = NP",
    "description": "P = NP is an important open problem in computer science. P means the set of all problems that can be *solved* in polynomial time, while NP is the set of all problems that can be *verified* in polynomial time. (\"Polynomial time\" can be thought of as meaning \"efficiently solvable\").\n\nIf P = NP, that means that every problem whose solutions can be efficiently verified can also be efficiently solved. However, nobody has yet been able to prove whether it is true or false.\n\nMost computer scientists believe that P \u2260 NP (P does not equal NP). Reflecting this, the equals sign gained a strikethrough at some point, which remained until the end of the event.",
    "links": {},
    "path": {
        "35-48": [
            [
                421,
                224
            ],
            [
                421,
                218
            ],
            [
                437,
                218
            ],
            [
                437,
                224
            ]
        ]
    },
    "center": {
        "35-48": [
            429,
            221
        ]
    },
    "source_list": {
        "lemmy": [
            8436753
        ]
    }
}
 No newline at end of file