List of unsolved problems in computer science

From testwiki
Revision as of 03:35, 25 February 2025 by imported>Huiles39 (Polynomial versus nondeterministic-polynomial time for specific algorithmic problems)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description Template:Dynamic list This article is a list of notable unsolved problems in computer science. A problem in computer science is considered unsolved when no solution is known or when experts in the field disagree about proposed solutions.

Computational complexity

Template:Main article

Polynomial versus nondeterministic-polynomial time for specific algorithmic problems

Template:Main article

The graph isomorphism problem involves determining whether two finite graphs are isomorphic, meaning there is a one-to-one correspondence between their vertices and edges that preserves adjacency. While the problem is known to be in NP, it is not known whether it is NP-complete or solvable in polynomial time. This uncertainty places it in a unique complexity class, making it a significant open problem in computer science. [2]

Other algorithmic problems

Programming language theory

Template:Main article

Other problems

References

Template:Reflist

Template:Unsolved problems