<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-017/michael-hamlin, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/'/>
<entry>
<title>comment on ch-1.pl</title>
<updated>2019-07-18T14:27:13+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-18T14:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=e2e7c76c65c5b341cf15926ca4f5600949250aa1'/>
<id>e2e7c76c65c5b341cf15926ca4f5600949250aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test function</title>
<updated>2019-07-18T14:27:13+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-18T14:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=ac7e397b968aa71ff5380565e0c973f2e9d0c5a2'/>
<id>ac7e397b968aa71ff5380565e0c973f2e9d0c5a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>eliminate twoknuth</title>
<updated>2019-07-18T14:27:12+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-18T13:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=d10c5f0195d2ab291371711784373421081f268b'/>
<id>d10c5f0195d2ab291371711784373421081f268b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use bitshift instead of exponentation</title>
<updated>2019-07-18T14:27:12+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-18T13:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7f1a486a41d2de4343b423091644d163f5a4a218'/>
<id>7f1a486a41d2de4343b423091644d163f5a4a218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improved solution using hyper operator</title>
<updated>2019-07-18T14:27:12+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-18T13:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=8d9de0e82ebe13b4a1a89cb59a7da4730ad06651'/>
<id>8d9de0e82ebe13b4a1a89cb59a7da4730ad06651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remember previous evaluations</title>
<updated>2019-07-18T14:27:11+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-17T02:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=45c08f99aa00713944a4c145a37d289897b0b537'/>
<id>45c08f99aa00713944a4c145a37d289897b0b537</id>
<content type='text'>
which avoids a lot of calls.  previously:

A( 3, 10 ) = 8189  ...after 44698325 calls.

becomes:

A( 3, 10 ) = 8189  ...after 24584 calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which avoids a lot of calls.  previously:

A( 3, 10 ) = 8189  ...after 44698325 calls.

becomes:

A( 3, 10 ) = 8189  ...after 24584 calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>simple approach to ackermann</title>
<updated>2019-07-18T14:27:11+00:00</updated>
<author>
<name>Michael Hamlin</name>
<email>1197072+myrrhlin@users.noreply.github.com</email>
</author>
<published>2019-07-17T02:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=03ac841beabdc070b314c7b0e6765cd82bfae8c2'/>
<id>03ac841beabdc070b314c7b0e6765cd82bfae8c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added template folder for challenge 017.</title>
<updated>2019-07-15T10:02:07+00:00</updated>
<author>
<name>Mohammad S Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2019-07-15T10:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=3e21c6370fb0e5d3cb522fba714489e515ed1746'/>
<id>3e21c6370fb0e5d3cb522fba714489e515ed1746</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
