<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Readerboy7</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Readerboy7"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Readerboy7"/>
		<updated>2026-05-01T22:32:51Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=342:_1337:_Part_2&amp;diff=11616</id>
		<title>342: 1337: Part 2</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=342:_1337:_Part_2&amp;diff=11616"/>
				<updated>2012-09-11T06:18:19Z</updated>
		
		<summary type="html">&lt;p&gt;Readerboy7: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 342&lt;br /&gt;
| date      = November 13, 2007&lt;br /&gt;
| title     = 1337: Part 2&lt;br /&gt;
| image     = 1337_part_2.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Trivia: Elaine is actually her middle name.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Donald Knuth}} is a computer science Professor Emeritus at {{w|Stanford University}} who is famous for writing {{w|The Art of Computer Programming}} and developing the &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:cmr10, LMRoman10-Regular, Times, serif;&amp;quot;&amp;gt;T&amp;lt;span style=&amp;quot;text-transform:uppercase; vertical-align:-0.5ex; margin-left:-0.1667em; margin-right:-0.125em;&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; computerized typesetting system. He may not have a mountain hideaway, but he would be one of the best mentors a budding hacker could have.&lt;br /&gt;
&lt;br /&gt;
The {{w|A* search algorithm}} and {{w|Dijkstra's algorithm}} are {{w|Graph traversal|graph search}} {{w|algorithm}}s. And what study of algorithms wouldn't be complete without a healthy study about finding complexities? {{w|Computational complexity theory|Time complexity}} is the amount of time an algorithm takes to execute. Upper and lower bounds for complexity is written in {{w|Big O notation}}. Best possible execution of an algorithm is constant time, or O(1), said in words, for any given data set no matter how large the algorithm will always return the answer in the same time. However, constant time is extremely difficult to achieve, linear time (O(n)) is also very good. For more complex algorithms, [http://www.wolframalpha.com/input/?i=plot+x*logx O( n*log(n) )] is good, but [http://www.wolframalpha.com/input/?=plot+x*log%28logx%29 O( n*log(log(n)) )] is better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Her son Bobby, might be the Robert'); DROP TABLE students;-- in xkcd [[327]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[Man 1 standing near Man 2, who is on the floor near the armchair.]&lt;br /&gt;
&lt;br /&gt;
Man 2: So the greatest hacker of our era is a cookie-baking mom?&lt;br /&gt;
&lt;br /&gt;
Man 1: Second-greatest.&lt;br /&gt;
&lt;br /&gt;
Man 2: Oh?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[A young girl with a ponytail is laying on the floor looking at the screen of a computer that appears to have been pieced together. A younger boy is finger painting at an easel]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : Mrs. Roberts had two children. Her son, Bobby, was never much for computers, but her daughter Elaine took to them like a ring in the bell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[The back of a car is in frame. Mrs. Roberts is waving goodbye to her daughter who is wearing a backpack and is holding a walking stick. She is about to begin climbing a staircase built into a mountain.]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : When Elaine turned 11, her mother sent her to train under Donald Knuth in his mountain hideaway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Donald Knuth is standing with a pointing stick at a chalk board with graph traversal patterns on it.]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : For four years she studied algorithms.&lt;br /&gt;
&lt;br /&gt;
Knuth: Child&amp;amp;mdash;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Knuth whips around slashing the stick like a sword. Elaine jumps and lands on the stick.]&lt;br /&gt;
&lt;br /&gt;
Knuth: Why is A* search wrong in this situation?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&amp;lt;swish&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Elaine: Memory usage!&lt;br /&gt;
&lt;br /&gt;
Knuth: What would you use?&lt;br /&gt;
&lt;br /&gt;
Elaine: Dijkstra's algorithm!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[They are outside both working on a chalkboard with a separator down the middle so they cannot look at each other's work. Elaine is no longer wearing her hair in a ponytail.]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : Until one day she bested her master&lt;br /&gt;
&lt;br /&gt;
Knuth: So our lower bound here is 0(n log n)&lt;br /&gt;
&lt;br /&gt;
Elaine:  Nope. Got it in 0(n log (log n))&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : And left.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Donald Knuth]]&lt;/div&gt;</summary>
		<author><name>Readerboy7</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=342:_1337:_Part_2&amp;diff=11615</id>
		<title>342: 1337: Part 2</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=342:_1337:_Part_2&amp;diff=11615"/>
				<updated>2012-09-11T06:15:52Z</updated>
		
		<summary type="html">&lt;p&gt;Readerboy7: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 342&lt;br /&gt;
| date      = November 13, 2007&lt;br /&gt;
| title     = 1337: Part 2&lt;br /&gt;
| image     = 1337_part_2.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Trivia: Elaine is actually her middle name.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{w|Donald Knuth}} is a computer science Professor Emeritus at {{w|Stanford University}} who is famous for writing {{w|The Art of Computer Programming}} and developing the &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family:cmr10, LMRoman10-Regular, Times, serif;&amp;quot;&amp;gt;T&amp;lt;span style=&amp;quot;text-transform:uppercase; vertical-align:-0.5ex; margin-left:-0.1667em; margin-right:-0.125em;&amp;quot;&amp;gt;e&amp;lt;/span&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; computerized typesetting system. He may not have a mountain hideaway, but he would be one of the best mentors a budding hacker could have.&lt;br /&gt;
&lt;br /&gt;
The {{w|A* search algorithm}} and {{w|Dijkstra's algorithm}} are {{w|Graph traversal|graph search}} {{w|algorithm}}s. And what study of algorithms wouldn't be complete without a healthy study about finding complexities? {{w|Computational complexity theory|Time complexity}} is the amount of time an algorithm takes to execute. Upper and lower bounds for complexity is written in {{w|Big O notation}}. Best possible execution of an algorithm is constant time, or O(1), said in words, for any given data set no matter how large the algorithm will always return the answer in the same time. However, constant time is extremely difficult to achieve, linear time (O(n)) is also very good. For more complex algorithms, [http://www.wolframalpha.com/input/?i=plot+x*logx O( n*log(n) )] is good, but [http://www.wolframalpha.com/input/?=plot+x*log%28logx%29 O( n*log(log(n)) )] is better.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Her son Bobby, might be the Robert'); DROP TABLE Students in xkcd [[327]]&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
[Man 1 standing near Man 2, who is on the floor near the armchair.]&lt;br /&gt;
&lt;br /&gt;
Man 2: So the greatest hacker of our era is a cookie-baking mom?&lt;br /&gt;
&lt;br /&gt;
Man 1: Second-greatest.&lt;br /&gt;
&lt;br /&gt;
Man 2: Oh?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[A young girl with a ponytail is laying on the floor looking at the screen of a computer that appears to have been pieced together. A younger boy is finger painting at an easel]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : Mrs. Roberts had two children. Her son, Bobby, was never much for computers, but her daughter Elaine took to them like a ring in the bell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[The back of a car is in frame. Mrs. Roberts is waving goodbye to her daughter who is wearing a backpack and is holding a walking stick. She is about to begin climbing a staircase built into a mountain.]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : When Elaine turned 11, her mother sent her to train under Donald Knuth in his mountain hideaway.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Donald Knuth is standing with a pointing stick at a chalk board with graph traversal patterns on it.]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : For four years she studied algorithms.&lt;br /&gt;
&lt;br /&gt;
Knuth: Child&amp;amp;mdash;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Knuth whips around slashing the stick like a sword. Elaine jumps and lands on the stick.]&lt;br /&gt;
&lt;br /&gt;
Knuth: Why is A* search wrong in this situation?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&amp;lt;swish&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Elaine: Memory usage!&lt;br /&gt;
&lt;br /&gt;
Knuth: What would you use?&lt;br /&gt;
&lt;br /&gt;
Elaine: Dijkstra's algorithm!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[They are outside both working on a chalkboard with a separator down the middle so they cannot look at each other's work. Elaine is no longer wearing her hair in a ponytail.]&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : Until one day she bested her master&lt;br /&gt;
&lt;br /&gt;
Knuth: So our lower bound here is 0(n log n)&lt;br /&gt;
&lt;br /&gt;
Elaine:  Nope. Got it in 0(n log (log n))&lt;br /&gt;
&lt;br /&gt;
Man 1 (Narrating) : And left.&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Comics featuring Donald Knuth]]&lt;/div&gt;</summary>
		<author><name>Readerboy7</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=File:delta_p.png&amp;diff=11614</id>
		<title>File:delta p.png</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=File:delta_p.png&amp;diff=11614"/>
				<updated>2012-09-11T05:48:37Z</updated>
		
		<summary type="html">&lt;p&gt;Readerboy7: Readerboy7 uploaded a new version of &amp;amp;quot;File:delta p.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
XKCD Comic #969&lt;br /&gt;
== Licensing ==&lt;br /&gt;
{{XKCD file}}&lt;/div&gt;</summary>
		<author><name>Readerboy7</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=969:_Delta-P&amp;diff=11612</id>
		<title>969: Delta-P</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=969:_Delta-P&amp;diff=11612"/>
				<updated>2012-09-11T05:46:50Z</updated>
		
		<summary type="html">&lt;p&gt;Readerboy7: Created page with &amp;quot;{{comic | number    = 969 | date      =  | title     = Delta-P | image     = http://www.explainxkcd.com/wiki/index.php?title=File:delta_p.png | imagesize = 305px x 661px | tit...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 969&lt;br /&gt;
| date      = &lt;br /&gt;
| title     = Delta-P&lt;br /&gt;
| image     = http://www.explainxkcd.com/wiki/index.php?title=File:delta_p.png&lt;br /&gt;
| imagesize = 305px x 661px&lt;br /&gt;
| titletext = If you fire a Portal gun through the door of the wardrobe, space and time knot together, which leads to a frustrated Aslan trying to impart Christian morality to the Space sphere.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
: the wardrobe that leads to Narnia is attached to an anchor. below there is a formula which shows the flow rate into the wardrobe. the idea is that the water will fly into narnis and hit the white witch, who will melt into sludge like the 'wicked witch of the west' from 'wizard of Oz'&lt;br /&gt;
: the title text seems to reference to the video game 'Portal'. I haven't played it so I can't tell, but it seems to say that firing one portal through another will twist space and time. please edit this further.&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
Q = A(2gd)^(1&lt;br /&gt;
2)&lt;br /&gt;
&lt;br /&gt;
:Q = flow rate&lt;br /&gt;
:A = area of opening&lt;br /&gt;
:d = ocean depth (2 km)&lt;br /&gt;
:g = Earth gravity&lt;br /&gt;
&lt;br /&gt;
:Flow: ~400,000 liters&lt;br /&gt;
&lt;br /&gt;
:Water jet velocity: ~200 m&lt;br /&gt;
&lt;br /&gt;
:The White Witch didn&amp;amp;#39;t know what hit her.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}} &lt;br /&gt;
&amp;lt;!-- Include any categories below this line--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Readerboy7</name></author>	</entry>

	</feed>