کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
430006 687773 2015 17 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
Prune-and-search with limited workspace
ترجمه فارسی عنوان
پر کردن و جستجو با فضای کاری محدود؟
کلمات کلیدی
فرش و جستجو، الگوریتم های فضایی کارآمد، الگوریتم های در محل، الگوریتم های حافظه فقط خواندنی حداقل دایره محصور، برنامه نویسی خطی کم
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نظریه محاسباتی و ریاضیات
چکیده انگلیسی

Prune-and-search is an excellent algorithmic paradigm for solving various optimization problems. We provide a general scheme for prune-and-search technique and show how to implement it in space-efficient manner. We consider both the in-place and read-only model which have several advantages compared to the traditional model of computation. Our technique can be applied to a large number of problems which accept prune-and-search. For examples, we study the following problems each of which has tremendous practical usage apart from theoretical implication:
• computing the minimum enclosing circle (MEC) of a set of n   points in R2R2, and
• linear programming problems with two and three variables and n constraints. In the in-place setting, all these problems can be solved in O(n)O(n) time using O(1)O(1) extra-space. In the read-only setup, the time and extra-space complexities of the proposed algorithms for all these problems are O(npolylog(n)) and O(polylog(n))O(polylog(n)), respectively.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Journal of Computer and System Sciences - Volume 81, Issue 2, March 2015, Pages 398–414
نویسندگان
, , ,