Skip to main content
itch.io
Browse Games
Game Jams
Upload Game
Developer Logs
Community
Log in
Register
Indie game store
Free games
Fun games
Horror games
Game development
Assets
Comics
Sales
Bundles
Jobs
Tags
Game Engines
Nondeterministic November
Hosted by
procmeal games
·
#NPNovember
2
Entries
Overview
Submissions
Community
22
Screenshots
Submission feed
Community
Search
New topic
22
Topics
22 topics
·
Next page
Topic
Last post
2 and a half days left!
Well, there's roughly 2.5 days left. I haven't done nearly as much as what I had planned for my own project. I feel like...
started by
procmeal games
Nov 28, 2022
44
views
No replies yet
Questions
How do we submit non-coded/textual entries? I've got what I think is a new NP_Complete problem that's described as a gam...
started by
PurplePanties
Nov 06, 2022
3
replies
104
views
PurplePanties
Nov 07, 2022
Factoring Integers: NP-Complete or Not?
Factoring integers is clearly within the complexity class NP, but there isn't a proof that it's NP-complete. I'm not goi...
started by
procmeal games
Oct 16, 2022
2
replies
241
views
procmeal games
Nov 06, 2022
It Begins!
It's almost time to start, everybody! Don't get too stressed out if you don't make some major breakthrough. People have...
started by
procmeal games
Nov 01, 2022
50
views
No replies yet
Other Problems
There's a whole giant list of NP-complete problems at https://en.wikipedia.org/wiki/List_of_NP-complete_problems
started by
procmeal games
Sep 06, 2022
69
views
No replies yet
Problem 21: Max Cut
I haven't had a chance to figure this one out yet.
started by
procmeal games
Sep 06, 2022
64
views
No replies yet
Problem 20: Partition
The input is a multiset, S, of positive integers. The goal is to partition the set into 2 subsets where the sum of the n...
started by
procmeal games
Sep 06, 2022
58
views
No replies yet
Problem 19: Job Sequencing
Job sequencing is a bit complex. I'm not going to try to explain it. I found a video: https://youtu.be/MIvWBI8Xlyk There...
started by
procmeal games
Sep 06, 2022
75
views
No replies yet
Problem 18: 0-1 Knapsack (Bonus: Subset Sum)
The input is a list of n items that have a weight, w[i], and a value v[i]. Also, there is an integer maximum weight for...
started by
procmeal games
Sep 06, 2022
58
views
No replies yet
Problem 17: 3-Dimensional Matching
The input is a set T and a set U, where U is a subset of TxTxT. In other words, U is set of triples, where each triple's...
started by
procmeal games
Sep 06, 2022
70
views
No replies yet
Problem 16: Steiner Tree
The inputs are a graph, G, and a list of terminal vertices. The goal is to create a subtree that spans all the terminal...
started by
procmeal games
Sep 06, 2022
67
views
No replies yet
Problem 15: Hitting Sets
I'm confused about this problem, so I'm not going to try to describe it. It doesn't seem like anyone uses it.
started by
procmeal games
Sep 06, 2022
57
views
No replies yet
Problem 13: Clique Cover
I'm not familiar with this one either. Maybe someone else will have an explanation.
started by
procmeal games
Sep 06, 2022
59
views
No replies yet
Problem 12: Chromatic Number
The inputs are a graph G and an integer k. The goal is to color all the vertices with at most k colors in such a way tha...
started by
procmeal games
Sep 06, 2022
58
views
No replies yet
Problems 9 & 10: Directed/Undirected Hamiltonian Circuit
Given a graph G, a Hamiltonian circuit (a.k.a. Hamiltonian cycle) is a circuit that visits every vertex exactly once. Th...
started by
procmeal games
Sep 06, 2022
69
views
No replies yet
Problem 8: Feedback Arc Set
This is another one I don't know anything about.
started by
procmeal games
Sep 06, 2022
59
views
No replies yet
Problem 7: Feedback Node Set
I don't know. I don't know anything about it, but it is 1 of Karp's problems.
started by
procmeal games
Sep 06, 2022
58
views
No replies yet
Problems 5, 6, & 14: Node Cover, Set Cover, and Exact Cover
In node cover (also known as vertex cover), the input is a graph G. The goal is to find a set of vertices such that ever...
started by
procmeal games
Sep 06, 2022
60
views
No replies yet
Problem 4: Set Packing
In this problem, there's some giant set U. There's also a list of subsets S1, S2, S3, ..., Sn and an integer k. The goal...
started by
procmeal games
Sep 06, 2022
67
views
No replies yet
Problem 3: Clique
In this problem, the input is an undirected graph and an integer k. If there is a clique of size k, return true. If ther...
started by
procmeal games
Sep 06, 2022
68
views
No replies yet