Newest Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
22 views

Input: A system of equalities of the form $Ax = b$ A system of inequalities of the form $Ax \le b$ where $x$ is subject to a sparsity objective using a minimized L1-norm. Output: $x$ such that its ...
Daniel García's user avatar
0 votes
1 answer
14 views

I am investigating the closure properties of specific space complexity classes. I am trying to determine the truth value of the following statement: $$\text{If } B \in \mathsf{SPACE}(\log^2 n) \text{ ...
Avi Tal's user avatar
  • 387
0 votes
0 answers
29 views

I need to show that NPDA (Non deterministic pushdown automata) are closed under reversal. My idea was to add a new starting state that pushes the entire input on the stack since there it is in the non-...
luron2's user avatar
  • 1
0 votes
1 answer
17 views

To find out if a tree is a subtree of another, there is an O(m*n) complexity solution that I'm aware of, that looks a bit like: ...
narutosister's user avatar
0 votes
0 answers
5 views

I am about to submit my M.Sc. thesis and would appreciate advice on the wording of the thesis title. Context In many distributed and heterogeneous compute environments (e.g., Slurm-based HPC clusters ...
Artur K.'s user avatar
  • 101
0 votes
0 answers
21 views

I am studying the Minimum Difference Partitioning problem: Given a set of positive integers with total sum, partition the set into two subsets such that the absolute difference between the sums of ...
ErroR's user avatar
  • 1,954
0 votes
1 answer
42 views

Given an input of 4 list of coordinates, last three lists are describing three vertices of a triangle, first list describes point O. using this input you have to determine if point O is in the ...
Kratosin2's user avatar
0 votes
1 answer
16 views

I'm having trouble understanding what one step in a local search really means. In the course I'm taking, there was this old exam question: "Describe what happens in one step in a local search ...
albin's user avatar
  • 33
0 votes
0 answers
18 views

I am doing an excercise in the book Type Theory and Formal Proofs. In 3.31 a, we are provided with a definition of natural number addition: $$ \text{add} \equiv \lambda m, n : \texttt{nat}. \lambda \...
Mmakabaka1880's user avatar
2 votes
2 answers
197 views

Given an undirected graph $G$ and an edge $e$, I want to know if there is an odd cycle that goes through $e$. Does an algorithm exist that solves such a problem in polynomial time?
Mario Giambarioli's user avatar
0 votes
0 answers
18 views

I am reading Section 1.8 (“War Story: Psychic Modeling”) from Skiena’s The Algorithm Design Manual and am confused about the role and interpretation of the parameter 𝑗 in the initial (nave) set-cover ...
numq's user avatar
  • 11
2 votes
0 answers
31 views

I would like to use machine learning or some kind of algorithm to find optimal solutions to the 2D packing problem (the arrangement of N unit shapes into another shape that results in the smallest ...
Flamethrower's user avatar
1 vote
1 answer
44 views

I’m reading Skiena's Algorithm Design Manual 3rd edition, specifically the “Stop and Think: Greedy Movie Stars?” counterexample (Figure 1.7). The greedy heuristic considered is: repeatedly pick the ...
numq's user avatar
  • 11
1 vote
2 answers
69 views

I would like to understand the structure of sequences whose consecutive XOR values increase strictly. The problem is as follows. Let integers $(l,r)$ be given with $1\le l\le r$. Consider all finite ...
Al Kaoser.'s user avatar
1 vote
0 answers
54 views

I am currently looking into Berman-Hartmanis Conjecture. [Paper 1, Wiki] In the abstract of Paper 1, it is mentioned that all the known problems are p-isomorphic. (Paper was published in 1975.) The ...
Manish Kumar's user avatar

15 30 50 per page
1
2 3 4 5
3338