Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Mathematics

Questions tagged [algorithms]

Ask Question

Mathematical questions about Algorithms, including the analysis of algorithms, combinatorial algorithms, proofs of correctness, invariants, and semantic analyses. See also (computational-mathematics) and (computational-complexity).

11,772 questions
Filter by
Sorted by
Tagged with
0votes
0answers
20views

I’ve been exploring a measurement approach for NP and NP-complete problems based on average time per logical step.I define:...
2votes
1answer
35views

MotivationI am experimenting with symbolic implementations of algorithms that, given a majorization relation between two exponent vectors, automatically generate Olympiad-style inequality proofs ...
1vote
0answers
88views

I have to randomly put $N$ points in a sphere of radius $R$ in a way that the distance of every point from the other points is greater than or equal to $r_0$. Is there an algorithm to solve this ...
5votes
1answer
163views

The greatest common divisor (gcd) of two integers $a$ and $b$ can be computed with the Euclidean Algorithm.With the gcd known, one can compute the least common multiple (lcm) via the formula $\mathrm{...
0votes
1answer
52views

Is there any better way than a brute force scan to find a square (or possible the smallest square) of format $A+n*B$, where $A$ and $B$ are some fixed constant integers? (I know that that is ...
4votes
1answer
272views

My question is about a certain combinatorial game. The game works as follows. We have $n$ urns, each of which contains $m$ balls, where $m$ and $n$ are positive and satisfy $m < n$. A move consists ...
0votes
0answers
23views

I have a DAG where every node has a (usually small) set of candidate integers. A candidate a is compatible with b if (a | b) or (b | a). For every root I want to choose one candidate per node to ...
3votes
2answers
398views

Given a graph, I wish to try and color it with the minimum number of colors (0,1...k).Each 2 connected vertices must have different colors.I proposed the following algorithm - Initialize an array of ...
0votes
0answers
32views

I'm trying to solve the following Codeforces question (https://codeforces.com/contest/837/problem/D), and I feel like I have a solution that's very close but is probably still over the time constraint....
2votes
0answers
43views

Problem: (from the Indian ZIO exam, $2021$, problem $2$)We are given a list of integers of length $n$. What is the minimum number of elements whose sign you need to flip such that every prefix sum ...
Marc Carlsan's user avatar
0votes
0answers
10views

As stated in title, I wonder know if there exists any algorithms for generating simplicial $n$-spheres on $k$ vertices.The motivation for seeking such algorithms comes from my goal to compute the ...
1vote
0answers
29views

I am unsure which category this question best fits into, so I apologize in advance if this is not the ideal place to ask.It is known (see for example:Do cyclic permutations of rows and column ...
0votes
0answers
38views

Consider the discrete Log Problem w.r.t. prime $p$. Given $b, p, r$ find $x$ where: $b^x\bmod p=r$.Q: What is the complexity of calculating the Least Significant Bit of $x$ in the worst case?Note: ...
1vote
1answer
80views

Let $K$ be any field. Two square matrices $A,B \in \text{Mat}_n(K)$ are called similar (denote it my $\sim$) iff there exists a $S \in \text{GL}_n(K)$ such that $A=SBS^{-1}$, so in this form an ...
1vote
1answer
72views

Consider the following streaming algorithm for maximum matching in a weighted graph....

153050per page
1
2345
785

Hot Network Questions

more hot questions
Newest algorithms questions feed

[8]ページ先頭

©2009-2025 Movatter.jp