Search found 6 matches
- Sun Sep 02, 2007 12:09 pm
- Forum: Algorithms
- Topic: arctan (1/u)
- Replies: 2
- Views: 2696
- Tue Jun 19, 2007 10:51 am
- Forum: Algorithms
- Topic: distinct substrings
- Replies: 5
- Views: 5468
- Mon Jun 18, 2007 6:45 pm
- Forum: Algorithms
- Topic: distinct substrings
- Replies: 5
- Views: 5468
- Sat Jun 02, 2007 7:30 pm
- Forum: Algorithms
- Topic: Maximum Bipartite Matching
- Replies: 1
- Views: 1945
Maximum Bipartite Matching
I want to find an efficient algorithm to count the number of maximum bipartite matching, anyone could help me?...
- Mon May 21, 2007 2:04 pm
- Forum: Algorithms
- Topic: a problem from spoj
- Replies: 1
- Views: 2268
a problem from spoj
Harry Potter has n mixtures in front of him, arranged in a row. Each mixture has one of 100 different colors (colors have numbers from 0 to 99).
He wants to mix all these mixtures together. At each step, he is going to take two mixtures that stand next to each other and mix them together, and put ...
He wants to mix all these mixtures together. At each step, he is going to take two mixtures that stand next to each other and mix them together, and put ...
- Thu Mar 08, 2007 3:51 pm
- Forum: Algorithms
- Topic: Challenge in a DP problem
- Replies: 3
- Views: 3272
Challenge in a DP problem
Let's come to this problem:
there's a set A={x1,x2,...,xn}. Our goal is dividing the set into 2 groups in order to the difference between sum of all the elements in group 1 and sum of all elements in group 2 is smallest
this is a typical problem using DP, the array's size for DP is |max{x1,x2,..,xn ...
there's a set A={x1,x2,...,xn}. Our goal is dividing the set into 2 groups in order to the difference between sum of all the elements in group 1 and sum of all elements in group 2 is smallest
this is a typical problem using DP, the array's size for DP is |max{x1,x2,..,xn ...