14

I'm wondering if there are some known sources of open TCS problems? I'm a junior studying math/CS and would like to know of some accessible problems that I could start thinking about!

Thanks so much!

Jake Shellman
  • 161
  • 1
  • 6
  • By "open problems" do you mean problems that have been attempted but not solved, or problems that people haven't even gotten around to solving yet (potentially because they're new or weren't interesting)? – user541686 Jul 08 '17 at 00:40
  • 1
    I meant both, though it seems like the second set of problems is publishable yet easier to solve possibly. – Jake Shellman Jul 08 '17 at 06:33

2 Answers2

23

Here's a partial list of collections of open problems in TCS, broadly construed. Note that a collection of "major open problems" exists already on this site: http://cstheory.stackexchange.com/questions/174/major-unsolved-problems-in-theoretical-computer-science/251#251.

Huck Bennett
  • 4,868
  • 2
  • 33
  • 46
  • 1
    Thanks for this answer. I'll probably mark it as the final answer (I'll give it a couple more days). This is really amazing though! – Jake Shellman Jul 08 '17 at 06:33
  • 1
    I'm surprised to see the TLCA open problems list without the closely related RTA problems: http://www.win.tue.nl/rtaloop/problems/summary.html – cody Jul 08 '17 at 16:05
  • 1
    Roughly half of the open problems on fine grained complexity are in fact open problems on fixed-parameter algorithms =) – Alexander S. Kulikov Aug 07 '18 at 14:18
8

On sublinear algorithms: see Sublinear.info.

This is a (maintained) compilation of open problems, gathered from workshops and conferences on sublinear time algorithms (streaming, property testing, etc.)

On learning theory: see the open problems from COLT: 2013, 2014, 2015, 2016. COLT (Conference On Learning Theory) hosts a session dedicated to open problems, with a call for participation sent out every year:

The write-up of an open problem should include:

  • a clearly defined problem;

  • the motivation for studying the problem, with an argument why it is important and interesting;

  • the current state of this problem (including any known partial or conjectured solutions and relevant references).

Clement C.
  • 4,461
  • 29
  • 51