Luxist Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Partition problem - Wikipedia

    en.wikipedia.org/wiki/Partition_problem

    In number theory and computer science, the partition problem, or number partitioning, [1] is the task of deciding whether a given multiset S of positive integers can be partitioned into two subsets S1 and S2 such that the sum of the numbers in S1 equals the sum of the numbers in S2. Although the partition problem is NP-complete, there is a ...

  3. List of unsolved problems in mathematics - Wikipedia

    en.wikipedia.org/wiki/List_of_unsolved_problems...

    Many mathematical problems have been stated but not yet solved. These problems come from many areas of mathematics, such as theoretical physics, computer science, algebra, analysis, combinatorics, algebraic, differential, discrete and Euclidean geometries, graph theory, group theory, model theory, number theory, set theory, Ramsey theory, dynamical systems, and partial differential equations.

  4. List of conjectures by Paul Erdős - Wikipedia

    en.wikipedia.org/wiki/List_of_conjectures_by_Paul...

    The Erdős distinct distances problem. The correct exponent was proved in 2010 by Larry Guth and Nets Katz, but the correct power of log n is still undetermined. The Erdős–Rankin conjecture on prime gaps, proved by Ford, Green, Konyagin, and Tao in 2014. The Erdős discrepancy problem on partial sums of ±1-sequences.

  5. List of mathematical series - Wikipedia

    en.wikipedia.org/wiki/List_of_mathematical_series

    List of mathematical series. This list of mathematical series contains formulae for finite and infinite sums. It can be used in conjunction with other tools for evaluating sums. is a Bernoulli polynomial. is an Euler number. is the Riemann zeta function. is the gamma function. is a polygamma function. is a polylogarithm.

  6. Josephus problem - Wikipedia

    en.wikipedia.org/wiki/Josephus_problem

    Josephus problem. In computer science and mathematics, the Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game. Such games are used to pick out a person from a group, e.g. eeny, meeny, miny, moe . A drawing for the Josephus problem sequence for 500 people and skipping value of 6.

  7. Sum and Product Puzzle - Wikipedia

    en.wikipedia.org/wiki/Sum_and_Product_Puzzle

    Sum and Product Puzzle. The Sum and Product Puzzle, also known as the Impossible Puzzle because it seems to lack sufficient information for a solution, is a logic puzzle. It was first published in 1969 by Hans Freudenthal, [1] [2] and the name Impossible Puzzle was coined by Martin Gardner. [3] The puzzle is solvable, though not easily.

  8. Computational problem - Wikipedia

    en.wikipedia.org/wiki/Computational_problem

    Computational problem. In theoretical computer science, a computational problem is a problem that may be solved by an algorithm. For example, the problem of factoring. "Given a positive integer n, find a nontrivial prime factor of n ." is a computational problem. A computational problem can be viewed as a set of instances or cases together with ...

  9. Subset sum problem - Wikipedia

    en.wikipedia.org/wiki/Subset_sum_problem

    Subset sum problem. The subset sum problem (SSP) is a decision problem in computer science. In its most general formulation, there is a multiset of integers and a target-sum , and the question is to decide whether any subset of the integers sum to precisely . [1] The problem is known to be NP-hard.