Sciweavers

61 search results - page 7 / 13
» soda 2001
Sort
View
SODA
2001
ACM
144views Algorithms» more  SODA 2001»
14 years 7 days ago
Representing dynamic binary trees succinctly
We introduce a new updatable representation ofbinary trees. The structure requires the information theoretic minimum 2n + o(n) bits and supports basic navigational operations in c...
J. Ian Munro, Venkatesh Raman, Adam J. Storm
SODA
2001
ACM
93views Algorithms» more  SODA 2001»
14 years 7 days ago
Making data structures confluently persistent
We address a longstanding open problem of [11, 10], and present a general transformation that transforms any pointer based data structure to be confluently persistent. Such transf...
Amos Fiat, Haim Kaplan
SODA
2001
ACM
93views Algorithms» more  SODA 2001»
14 years 7 days ago
Improved algorithms for 3-coloring, 3-edge-coloring, and constraint satisfaction
We consider worst case time bounds for NP-complete problems including 3-SAT, 3-coloring, 3-edge-coloring, and 3list-coloring. Our algorithms are based on a constraint satisfaction...
David Eppstein
SODA
2001
ACM
157views Algorithms» more  SODA 2001»
14 years 7 days ago
New approaches to covering and packing problems
Covering and packing integer programs model a large family of combinatorial optimization problems. The current-best approximation algorithms for these are an instance of the basic...
Aravind Srinivasan
SODA
2001
ACM
92views Algorithms» more  SODA 2001»
14 years 7 days ago
On universally easy classes for NP-complete problems
We explore the natural question of whether all NP-complete problems have a common restriction under which they are polynomially solvable. More precisely, we study what languages a...
Erik D. Demaine, Alejandro López-Ortiz, J. ...