<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-136/abigail/perl, 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>Check for even numbers.</title>
<updated>2021-10-29T15:13:44+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-29T15:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=4a2405f3765c0c9494656c716a03d39075fce490'/>
<id>4a2405f3765c0c9494656c716a03d39075fce490</id>
<content type='text'>
In week 136, part 1, if one or both numbers are odd, the pair
cannot be two-friendly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In week 136, part 1, if one or both numbers are odd, the pair
cannot be two-friendly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement caching for week 136/part 2.</title>
<updated>2021-10-27T18:01:33+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-27T18:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=0e0421f1df534125181a91bb6fe51093d90a7f94'/>
<id>0e0421f1df534125181a91bb6fe51093d90a7f94</id>
<content type='text'>
For those language for which it was easy to make use of an associative
array/hash/mapping: AWK, Bash, Go, Java, Lua, Node.js, Perl, Python,
Ruby and Tcl.

Implementations left without caching: bc, C, Pascal, R, and Scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For those language for which it was easy to make use of an associative
array/hash/mapping: AWK, Bash, Go, Java, Lua, Node.js, Perl, Python,
Ruby and Tcl.

Implementations left without caching: bc, C, Pascal, R, and Scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same function to determine whether a number is a power of 2.</title>
<updated>2021-10-26T15:42:52+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-26T15:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=6f22a777308b07dcd433baf9ce525ba9dd95eedb'/>
<id>6f22a777308b07dcd433baf9ce525ba9dd95eedb</id>
<content type='text'>
We now use the same algorithm (but implemented in different languages)
to determine whether a number is a power of 2. This replaces the
preprocessed powers of 2, and lookup tables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now use the same algorithm (but implemented in different languages)
to determine whether a number is a power of 2. This replaces the
preprocessed powers of 2, and lookup tables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearranged the gcd sub</title>
<updated>2021-10-25T14:51:51+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-25T14:51:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=d1cdf6de69edcdc8e52b8246e607e4af28d126e3'/>
<id>d1cdf6de69edcdc8e52b8246e607e4af28d126e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perl solutions for week 135</title>
<updated>2021-10-25T12:58:31+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-25T12:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=2dbe6d2e70c029297f85d39fa0f7ce4363bf8d0d'/>
<id>2dbe6d2e70c029297f85d39fa0f7ce4363bf8d0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
