Skip to main content

Questions tagged [algorithms]

Informally, an algorithm is a set of explicit instructions used to solve a problem (e.g. Euclid's algorithm for computing the greatest common divisor of two integers). For more specific questions on algorithms, this tag may be used in conjunction with the approximation-algorithms, algorithmic-randomness and algorithmic-topology tags.

12 votes
2 answers
694 views

Motivation. In my younger son's class, everyone has to give a (small) Christmas present to one other student. Let $n\in\mathbb{N}$ be the number of students in the class. If you pick a permutation $\...
Dominic van der Zypen's user avatar
2 votes
0 answers
28 views

first the trivial facts: Non-degenerate n-dimensional simplices have $n+1$ corners and $\frac{(n+1)n}{2}$ edges. The center of the circum-hypersphere from which all $n+1$ corners are equidistant can ...
Manfred Weis's user avatar
0 votes
0 answers
36 views

Factorization of integers of special forms are of both theoretical interest and cryptographic implications. Experimentally we found a seemingly "large" set of integers for which a divisor ...
joro's user avatar
  • 25.7k
3 votes
1 answer
309 views

According to this lecture on abc https://www.youtube.com/watch?v=zk4U5P61LbM&t=1960s around 18:00 there is a "subtle theorem" that for fixed $k \ge 2$, there are only finitely many ...
student456's user avatar
0 votes
1 answer
117 views

Let $x,y,X,Y,D>1$ be positive integers. Let $X^D+Y^D=n$ and assume $Y>X^{D/(D-1)}$. Conjecture 1 $Y=\lfloor n^{1/D}\rfloor$ and $X=(n-Y^D)^{1/D}$ Let $Y^D-X^D=n$ and assume $Y>X^{D/(D-1)}$. ...
joro's user avatar
  • 25.7k
0 votes
0 answers
19 views

Let $G=(V,A)$ be a directed graph, such that for any two vertices $v,w$, there exists a vertex $u$ such that $(v,u),(u,w)\in A$. Let $s,t\in V$, and let $c:A\rightarrow \mathbb{N}_{\geq 1}$ be arc ...
Martin Clever's user avatar
0 votes
0 answers
153 views

Let $p,C$ be positive integers and assume $0 < C< \sqrt{p}$ Let $n=p (p+C) $ and assume $n$ is odd. Conjecture 1 Given $n$ we can find $p,p+C$ with complexity computing two integer square roots ...
joro's user avatar
  • 25.7k
0 votes
0 answers
158 views

From our preprint On factoring integers of the form $n=(x^D+1)(y^D+1)$ and $n=(x^D+a_{D-2}x^{D-2}+\cdots+ a_0) (y^D+b_{D-2}y^{D-2}+ \cdots+b_0)$ with $x,y$ of the same size. We got plausible ...
joro's user avatar
  • 25.7k
11 votes
1 answer
461 views

Let us consider two monic polynomials $f(X), g(X) \in \dfrac{\mathbb{Z}}{p^k\mathbb{Z}}[X]$. Now, we call $h(X)$ is a divisor of $f(X)$, if there exists a $l(X) \in \dfrac{\mathbb{Z}}{p^k\mathbb{Z}}[X]...
Afntu's user avatar
  • 311
7 votes
0 answers
145 views

The story of finitary deterministic comparison sorting is well-known: we have the naive $O(n^2)$-time algorithms like selection and insertion sorts; once we try divide-and-conquer recursion we ...
Siddharth's user avatar
  • 301
0 votes
1 answer
117 views

We are provided with a set of $n$ targets. Each target is characterized by a utility value. We know the distribution of the utility value for each target, but do not know its current value. Therefore, ...
lchen's user avatar
  • 327
2 votes
0 answers
142 views

This question was first asked here but got no answer. This paper by R. Garver talks about removing 4 terms from the 9th degree equation. Although everything is easy to understand, there was an ...
Thinh Dinh's user avatar
1 vote
2 answers
318 views

Let the following data be given. Two positive integers $m$ and $n$. A family of sets $B_a \subseteq \{1, \dots, n\}$ (for $a \in \{1, \dots, m\}$). The task is to count the number $N$ of injective ...
parkingfunc's user avatar
1 vote
0 answers
81 views

Let $a_1(n)$ be A003713, i.e., an integer sequence whose exponential generating function $A_1(x)$ satisfies $$ A_1(x) = \log\left(\frac{1}{1+\log(1-x)}\right). $$ $a_2(n)$ be A141209, i.e., an ...
user avatar
0 votes
0 answers
190 views

I have tried to implement Ramanujan's algorithm for Solvability of a system of polynomial equations but got stuck in the final step of calculating the partial fraction decomposition from which the ...
Manfred Weis's user avatar

15 30 50 per page
1
2 3 4 5
112