<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-136/abigail/bash, 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>Bash solution for week 136, part 2</title>
<updated>2021-10-26T16:27:30+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-26T16:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=0b59fc36f4c1f832e41978cbab29475af95ffb10'/>
<id>0b59fc36f4c1f832e41978cbab29475af95ffb10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Use recursive algorithms for GCD</title>
<updated>2021-10-26T11:47:47+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-26T11:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=079ba2d53098792f0b05de876066b1003434d8f6'/>
<id>079ba2d53098792f0b05de876066b1003434d8f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bash solution for week 136, part 1</title>
<updated>2021-10-25T14:50:26+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.be</email>
</author>
<published>2021-10-25T14:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=b4715406dd11296d604b36ab31b238ad17cd4fe9'/>
<id>b4715406dd11296d604b36ab31b238ad17cd4fe9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
