Short description: List of unsolved computational problems
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
Polynomial versus nondeterministic-polynomial time for specific algorithmic problems
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]
Algorithmic number theory
Other algorithmic problems
Programming language theory
Other problems
- Is multiplicative-exponential linear logic decidable?
- Is the Aanderaa–Karp–Rosenberg conjecture true?
- Černý conjecture: If a deterministic finite automaton with states has a synchronizing word, must it have one of length at most ?
- Generalized star-height problem: Can all regular languages be expressed using generalized regular expressions with a limited nesting depth of Kleene stars?
- Separating words problem: How many states are needed in a deterministic finite automaton that behaves differently on two given strings of length ?
- What is the Turing completeness status of all unique elementary cellular automata?
- Determine whether the length of the minimal uncompletable word of is polynomial in , or even in . It is known that is a variable-length code if for all , implies and for all . In such cases, we do not yet know if a polynomial bound exists. This is a possible weakening of the Restivo conjecture (already disproven in general, though upper bounds remain unknown).
- Determine all positive integers such that the concatenation of and in base uses at most distinct characters, for fixed and .[citation needed]
See also
References
- ↑ "P vs. NP – The Greatest Unsolved Problem in Computer Science" (in en). 2023-12-01. https://www.quantamagazine.org/videos/p-vs-np-the-greatest-unsolved-problem-in-computer-science/.
- ↑ Klarreich, Erica (2015-12-14). "Landmark Algorithm Breaks 30-Year Impasse" (in en). https://www.quantamagazine.org/algorithm-solves-graph-isomorphism-in-record-time-20151214/.
- ↑ Fellows, Michael R.; Rosamond, Frances A.; Rotics, Udi; Szeider, Stefan (2009). "Clique-width is NP-complete". SIAM Journal on Discrete Mathematics 23 (2): 909–939. doi:10.1137/070687256. http://pdfs.semanticscholar.org/92fb/456bfe2f1f9f7f7445a1c24f0ee53b7e264b.pdf.
- ↑ Demaine, Erik D.; O'Rourke, Joseph (2007). "24 Geodesics: Lyusternik–Schnirelmann". Geometric folding algorithms: Linkages, origami, polyhedra. Cambridge, England: Cambridge University Press. pp. 372–375. doi:10.1017/CBO9780511735172. ISBN 978-0-521-71522-5.
- ↑ Gassner, Elisabeth; Jünger, Michael; Percan, Merijam; Schaefer, Marcus; Schulz, Michael (2006). "Simultaneous graph embeddings with fixed edges". Graph-Theoretic Concepts in Computer Science: 32nd International Workshop, WG 2006, Bergen, Norway, June 22–24, 2006, Revised Papers. Lecture Notes in Computer Science. 4271. Berlin, Germany: Springer. pp. 325–335. doi:10.1007/11917496_29. ISBN 978-3-540-48381-6. http://e-archive.informatik.uni-koeln.de/507/2/zaik2006-507.pdf.
External links
 | Original source: https://en.wikipedia.org/wiki/List of unsolved problems in computer science. Read more |