<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%983%EC%A3%BC%EC%88%99%EC%A0%9C</id>
	<title>알고리즘3주숙제 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%983%EC%A3%BC%EC%88%99%EC%A0%9C"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%983%EC%A3%BC%EC%88%99%EC%A0%9C&amp;action=history"/>
	<updated>2026-05-15T10:24:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%983%EC%A3%BC%EC%88%99%EC%A0%9C&amp;diff=63303&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:30, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=%EC%95%8C%EA%B3%A0%EB%A6%AC%EC%A6%983%EC%A3%BC%EC%88%99%EC%A0%9C&amp;diff=63303&amp;oldid=prev"/>
		<updated>2021-02-07T05:30:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Examples =&lt;br /&gt;
from [http://www.csc.liv.ac.uk/~ped/teachadmin/algor/d_and_c.html  The university of liverpool of Computer Science Department]&lt;br /&gt;
== BinarySearch ==&lt;br /&gt;
Consider the following problem: one has a directory containing a set of names and a telephone number associated with each name.&lt;br /&gt;
&lt;br /&gt;
The directory is sorted by alphabetical order of names. It contains n entries which are stored in 2 arrays:&lt;br /&gt;
&lt;br /&gt;
names (1..n) ; numbers (1..n)&lt;br /&gt;
&lt;br /&gt;
Given a name and the value n the problem is to find the number associated with the name. &lt;br /&gt;
&lt;br /&gt;
== Closest Set  ==&lt;br /&gt;
Input:&lt;br /&gt;
&lt;br /&gt;
P  =  {p(1), p(2) ,..., p(n) }&lt;br /&gt;
&lt;br /&gt;
where p(i) = ( x(i), y(i) ).&lt;br /&gt;
&lt;br /&gt;
A set of n points in the plane.&lt;br /&gt;
&lt;br /&gt;
Output&lt;br /&gt;
&lt;br /&gt;
The distance between the two points that are closest.&lt;br /&gt;
&lt;br /&gt;
Note: The distance DELTA( i, j ) between p(i) and p(j) is defined by the expression:&lt;br /&gt;
&lt;br /&gt;
Square root of { (x(i)-x(j))^2 + (y(i)-y(j))^2 }&lt;br /&gt;
&lt;br /&gt;
== Integer Multiplication ==&lt;br /&gt;
[http://www.csc.liv.ac.uk/~ped/teachadmin/algor/pic4.gif]&lt;br /&gt;
The (2n)-digit decimal representation of the product x*y = z&lt;br /&gt;
Note: The algorithm below works for any number base, e.g. binary, decimal, hexadecimal, etc. We use decimal simply for convenience. &lt;br /&gt;
&lt;br /&gt;
= Exercises =&lt;br /&gt;
from [http://pages.cpsc.ucalgary.ca/~jacobs/Courses/cpsc413/W05/ University of Calgary Dept.CS]&lt;br /&gt;
[http://pages.cpsc.ucalgary.ca/~jacobs/Courses/cpsc413/W05/labs/DivideConquer.pdf Divide and conquer lab exercises]&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>