Tagged Questions
NP-hard problems are those problems which are no easier than any problem in NP; in other words, an algorithm for an NP-hard problem can be used to solve any problem in NP by transforming the input in polynomial time. Problems which are in both NP-Hard and NP are known as NP-Complete.
46
votes
8answers
888 views
Parabolic knapsack
Lets say I have a parabola. Now I also have a bunch of sticks that are all of the same width (yes my drawing skills are amazing!). How can I stack these sticks within the parabola such that I am ...
20
votes
12answers
5k views
Teacher time schedule algorithm
This is a problem I've had on my mind for a long time. Being the son of a teacher and a programmer, it occurred to me early on... but I still haven't found a solution for it.
So this is the problem. ...
18
votes
15answers
1k views
I need high performance. Will there be a difference if I use C or C++?
I need to write a program (a project for university) that solves (approx) an NP-hard problem.
It is a variation of Linear ordering problems.
In general, I will have very large inputs (as Graphs) and ...
16
votes
13answers
3k views
Have you used a traveling salesman algorithm to solve a problem?
I studied TSP in college in the context of NP Completeness. I have never actually had a situation where it would apply to a practical problem. A little bit of research shows that it has been used ...
14
votes
4answers
1k views
3 dimensional bin packing algorithms
I'm faced with a 3 dimensional bin packing problem and am currently conducting some preliminary research as to which algorithms/heuristics are currently yielding the best results. Since the problem is ...
10
votes
5answers
859 views
What are the “hardest” problems which can be solved in polynomial time?
Recently I read a seminar work which says:
The matching algorithm [for general graphs] can be extended
to the weighted case, which appears to
be one of the "hardest" combinatorial
...
9
votes
4answers
1k views
NP-Hard? Algorithmic complexity of online poker collusion detection?
What's the best way to describe the algorithmic complexity of collusion detection for a ten-million-player online poker site?
Assume (I don't think these assumptions make much difference so feel free ...
6
votes
1answer
125 views
List of problems that are in general NP-hard but have polynomial-time solution in planar graphs?
I encountered many problems that can be formulated as graph problem.
It is in general NP-hard but sometimes the graph can be proved to be planar.
Hence, I am interested in learning these problems and ...
5
votes
2answers
201 views
What is the problem name for Traveling salesman problem(TSP) without considering going back to starting point?
I would like to know what is the problem name for TSP w/o considering the way of going back to starting point and what is the algorithm to solve this.
I looked into Shortest path problem but that is ...
5
votes
1answer
101 views
Selecting k sub-posets
I ran into the following algorithmic problem while experimenting with classification algorithms. Elements are classified into a polyhierarchy, what I understand to be a poset with a single root. I ...
4
votes
2answers
137 views
largest possible rectangle of letters
Write a program to find the largest possible rectangle of letters such that every row forms a word (left to right) and every column forms a word (top to bottom).
I found this interesting ...
4
votes
2answers
147 views
Is this a linear programming problem?
I have been pulling my hair out on one problem... The overall problem is complicated... but let me try my best to explain the part that really matters...
I have a graph where each edge represents the ...
4
votes
5answers
3k views
Minimum cost strongly connected digraph
I have a digraph which is strongly connected (i.e. there is a path from i to j and j to i for each pair of nodes (i, j) in the graph G). I wish to find a strongly connected graph out of this graph ...
3
votes
3answers
177 views
NP-Complete vs. NP-hard [closed]
If a problem A known to be NP-Complete can be reduced to another problem B in polynomial time then B is
(A) NP-Complete
(B) NP-hard
Nothing is given about problem B whether it is in NP or not. I'm ...
3
votes
1answer
163 views
How hard is this in terms of computational complexity?
So I have a problem that is basically like this: I have a bunch of strings, and I want to construct a DAG such that every path corresponds to a string and vice versa. However, I have the freedom to ...
3
votes
6answers
1k views
How to find what numbers in a set add up to another given number?
Here's a problem that I seem to be running into working with an accounting system.
I have a set of transactions, but their sum does not equal the amount that the accounting department thinks that it ...
2
votes
3answers
186 views
fair partitioning of set S into k partitions
There is a set S containing N integers each with value 1<=X<=10^6. The problem is to partition the set S into k partitions. The value of a partition is the sum of the elements present in it. ...
2
votes
2answers
137 views
Is this an NP problem?
I recently read articles about NP and P. So the problem of finding the combinations of the given word is an NP problem? For example, the given word anto, the result can be anot,toan and so on. As I ...
2
votes
4answers
344 views
who knows algorithm about stones and backpack?
maybe somebody knows algorithm, or just what name it has, for putting stones (different weight) into different size backpacks?
I should do it in Prolog. I give weights of stones and capacities of ...
2
votes
2answers
322 views
Interesting variation to the subset sum problem
An interesting variation of the subset sum problem was presented to me by a friend from work:
Given a set S of positive integers, of size n, and integers a and K, is there a subset R (of the set S) ...
2
votes
2answers
191 views
np-complete but not “hard” [closed]
Is there some language that is NP-complete but for which we know some "quick" algorithm? I don't mean like the ones for knapsack where we can do well on average, I mean that even in the worst case ...
2
votes
4answers
490 views
Best book regarding NP-hard, NP-complete, P =? NP
What is the best book for a student learning about concepts such as NP-hard, NP-complete and P=?NP?
I've already got the CLR but it doesn't really cover these particular topics as thoroughly.
1
vote
0answers
30 views
Finding smallest set of sub-strings within length contraints… NP-hard or EXPTIME
I have a string (s). I need to find the smallest set of substrings of s such that no substring is shorter than l, longer than L, overlaps it's predecessor by less than o or more than O and that the ...
1
vote
2answers
225 views
Is longest possibly non-simple path in NP?
I know that the following problem is in NP-HARD: Given a simple graph G=(V,E), two vertices v, v' in V, an integer B, and a non-negative length function len: E-> Z+, is there a simple path from v to ...
1
vote
1answer
448 views
Deterministic Annealing Code
I would like to find an open source example of a code for deterministic annealing. It can be in almost any language: C, C++, MatLab/Octave, Fortran. I have already found a MatLab code for simulated ...
1
vote
1answer
40 views
Given a collection of consumers competing for a limited resource, allocate that resource to maximize it's applicability
Sorry the question title isn't very clear, this is a challenging question to ask without providing a more concrete example. Consider the following scenario:
I have a number of friends whose birthdays ...
1
vote
3answers
895 views
A packing algorithm … kind of
Given an array of items, each of which has a value and cost, what's the best algorithm determine the items required to reach a minimum value at the minimum cost? eg:
Item: Value -> Cost
...
0
votes
3answers
56 views
Np-hardness reduction
If I want to show that a problem is np-hard is it ok to use a existing np-hard problem multiple times? For example use Hamiltonian Cycle n times in a graph where n is the number of vertices? Or do I ...
0
votes
1answer
37 views
Scheduling: P||Cmax
In the schedule problem P||Cmax given:
n - number of tasks to schedule
m - number of machines
vector p - keeps times of working for each of n tasks.
How is p is defined each time?
Namely, is it an ...
0
votes
2answers
74 views
Assigning NP-hard problem to undergrads? [closed]
I'm taking an undergraduate introductory course in data structures and algorithm analysis. For our final weekly programming assignment, the professor has asked us to develop an algorithm to determine ...
0
votes
2answers
53 views
What's the need for creating problems as NP and P?
What's the main intention or main use of splitting any problem to NP and P? Is there is any historical reason for this or have they created these concepts to help us? If so, where can these help us?