الگوریتم امروز

وبلاگ تخصصی الگوریتم

الگوریتم امروز

وبلاگ تخصصی الگوریتم

وبلاگ علمی و مخصوص مباحث الگوریتمی است.
نظر خصوصی نگذارید چون جواب نمی‌دهم نظر عمومی بگذارید بدون نام هم که باشد همانجا جواب می‌دهم.

بایگانی

۷ مطلب در آذر ۱۳۹۵ ثبت شده است

Let N := {1, . . . , n} and let f : N × N → R be a function. Assume for simplicity that f(i, j) ̸= f(i ′ , j′ ) if (i, j) ̸= (i ′ , j′ ). We want to compute the value M := min1⩽i,j⩽n f(i, j). This can of course easily be done in O(n 2 ) time, by simply evaluating all f(i, j)’s—we assume that evaluating f(i, j) takes O(1) time—and then finding the minimum of all these values. Now suppose we have a magic subroutine Test(i, x) available that returns true if min1⩽j⩽n f(i, j) ⩽ x and false otherwise. The function Test runs in T ∗ (n) time.
(i) Describe a randomized incremental algorithm to compute M that runs in O(n log n+ nT∗ (n)) expected time. Argue that your algorithm is correct and show that your algorithm runs in the required time. Hint: Define F(i) = min1⩽j⩽i f(i, j) and observe that M = min1⩽i⩽n F(i).
(ii) Describe a randomized divide-and-conquer algorithm to compute M that runs in O(n log n+nT∗ (n)) expected time. Argue that your algorithm is correct and show that your algorithm runs in the required time.
۰ نظر موافقین ۰ مخالفین ۰ ۲۸ آذر ۹۵ ، ۲۰:۴۴
سپیده آقاملائی
https://arxiv.org/pdf/1512.05164v4.pdf
ارائه‌اش چهارشنبه‌ی این هفته است:
http://mehr.sharif.edu/~combinatorics/seminars9501/paarsa.pdf
۰ نظر موافقین ۰ مخالفین ۰ ۲۰ آذر ۹۵ ، ۰۰:۳۸
سپیده آقاملائی
http://www.math.uci.edu/~mfinkels/140T/chapter9.pdf

http://pageperso.lif.univ-mrs.fr/~victor.chepoi/survey_cm_bis.pdf

https://en.wikipedia.org/wiki/Intersection_graph

http://www-history.mcs.st-and.ac.uk/~john/MT4522/Lectures/L8.html

سوالم این بود که تقاطع یک سری دایره توی فضاهای متریک مختلف چی می‌شود؟
۰ نظر موافقین ۰ مخالفین ۰ ۱۹ آذر ۹۵ ، ۰۲:۱۲
سپیده آقاملائی

اینجا هدف این است که از ابعاد بالاتر فضای اقلیدسی یک گراف را به فضای با ابعاد کمتر بیاورد که تقریب فاصله‌ها زیاد نشود. در مجموع با دو روش دیگری که گفته برای سایر متریک‌ها هم معلوم است که چه اتفاقی می‌افتد.

http://www.cs.cmu.edu/~anupamg/adfocs/adfocs3.pdf

۰ نظر موافقین ۰ مخالفین ۰ ۱۹ آذر ۹۵ ، ۰۲:۰۶
سپیده آقاملائی

http://www.cs.cmu.edu/~anupamg/adfocs/Gupta-lec2.pdf

۰ نظر موافقین ۰ مخالفین ۰ ۱۹ آذر ۹۵ ، ۰۲:۰۱
سپیده آقاملائی
http://www.cs.cmu.edu/~anupamg/adfocs/Gupta-lec1.pdf
۰ نظر موافقین ۰ مخالفین ۰ ۱۹ آذر ۹۵ ، ۰۱:۵۹
سپیده آقاملائی
https://en.wikipedia.org/wiki/Expected_linear_time_MST_algorithm
۰ نظر موافقین ۰ مخالفین ۰ ۱۰ آذر ۹۵ ، ۱۷:۰۶
سپیده آقاملائی