Skip to main content

Questions tagged [np-complete]

For questions about algorithms for so-called 'NP complete' problems, which are among the hardest computational problems to solve.

-3 votes
3 answers
212 views

In the Netflix series Suits, Season 1, Episode 8 (Identity Crisis), the legal team, with the help of a hacker, is tasked with proving that a business magnate embezzled funds, splitting them and ...
Cade Bryant's user avatar
1 vote
2 answers
126 views

I need help with a problem which I have been working for the last month. I have a group of documents, each document has a set of unique words (if the word appears more than once in the document, I ...
julodnik's user avatar
  • 119
0 votes
1 answer
238 views

Given k sets ,each contain several elements . I want to split them to two groups , the first group contains m sets ,the second group contain n sets , m + n = k . Let w1 be the sum of the weights of ...
iouvxz's user avatar
  • 121
0 votes
2 answers
532 views

I have an optimization problem and I was wondering where to start from to be able resolve it. I think it can be solved with an NP-complete algorithm but I am not sure where to start from. The problem ...
ziGi's user avatar
  • 135
2 votes
2 answers
779 views

To design an algorithm that will output the smallest integer number 'x' which contains only digits 1's and 0's such that x mod n = 0 and x > 0..... For example: 2 divides 10 3 divides 111 4 ...
redDragon's user avatar
  • 105