<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-151/abigail/bash/ch-2.sh, 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>Week 151: Make the algorithm for part 2 even simpler.</title>
<updated>2022-02-08T17:33:35+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.freedom.nl</email>
</author>
<published>2022-02-08T17:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=c6bb015992c65d4248161ca12c22a1af6dd29711'/>
<id>c6bb015992c65d4248161ca12c22a1af6dd29711</id>
<content type='text'>
No need for an additional array: add two 0's to the array of
valuables, and modify in situ.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need for an additional array: add two 0's to the array of
valuables, and modify in situ.
</pre>
</div>
</content>
</entry>
<entry>
<title>Week 151: Simplified algorithm for part 2.</title>
<updated>2022-02-08T10:51:15+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.freedom.nl</email>
</author>
<published>2022-02-08T10:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=5045026f0fe4bf7ba93d00350f8bb6bbde68f5be'/>
<id>5045026f0fe4bf7ba93d00350f8bb6bbde68f5be</id>
<content type='text'>
By adding two dummy 0's to the "best" array, and not bothering the
calculate the best values for the first two houses, we don't have
a case study inside the main loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By adding two dummy 0's to the "best" array, and not bothering the
calculate the best values for the first two houses, we don't have
a case study inside the main loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Week 151: Bash solutions</title>
<updated>2022-02-07T17:40:11+00:00</updated>
<author>
<name>Abigail</name>
<email>abigail@abigail.freedom.nl</email>
</author>
<published>2022-02-07T17:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=b7cd81ad7d65fa804a146fbedb56dbf76b8d3a95'/>
<id>b7cd81ad7d65fa804a146fbedb56dbf76b8d3a95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
