<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-334, 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>- Added solutions by Conor Hoekstra.</title>
<updated>2025-09-29T22:37:53+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2025-09-29T22:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=46c9f9879bd1c7180e15feac6c070fe4c3307ae9'/>
<id>46c9f9879bd1c7180e15feac6c070fe4c3307ae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add solutions for Perl Weekly Challenge 334.</title>
<updated>2025-09-09T12:37:49+00:00</updated>
<author>
<name>Lubos Kolouch</name>
<email>lubos@kolouch.net</email>
</author>
<published>2025-09-09T12:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=8dcec24896df9c47fc2934654c1d772429e7ec19'/>
<id>8dcec24896df9c47fc2934654c1d772429e7ec19</id>
<content type='text'>
Task 1 (Range Sum): Computes the sum of integers between given indices
(inclusive) using array slicing in Perl and Python, with input
validation.

Task 2 (Nearest Valid Point): Finds the index of the valid point
(sharing x or y coordinate) with the smallest Manhattan distance,
returning -1 if none exist, using iteration and distance comparison.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task 1 (Range Sum): Computes the sum of integers between given indices
(inclusive) using array slicing in Perl and Python, with input
validation.

Task 2 (Nearest Valid Point): Finds the index of the valid point
(sharing x or y coordinate) with the smallest Manhattan distance,
returning -1 if none exist, using iteration and distance comparison.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added solutions by Eric Cheung.</title>
<updated>2025-08-19T11:12:35+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2025-08-19T11:12:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=72115ca8dee469436857991c88d7002158725057'/>
<id>72115ca8dee469436857991c88d7002158725057</id>
<content type='text'>
- Added solutions by Jan Krnavek.
- Added solutions by Andrew Shitov.
- Added solutions by Mark Anderson.
- Added solutions by E. Choroba.
- Added solutions by Simon Proctor.
- Added solutions by Andreas Mahnke.
- Added solutions by Feng Chang.
- Added solutions by PokGoPun.
- Added solutions by Wanderdoc.
- Added solutions by Thomas Kohler.
- Added solutions by Conor Hoekstra.
- Added solutions by Ali Moradi.
- Added solutions by W. Luis Mochan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added solutions by Jan Krnavek.
- Added solutions by Andrew Shitov.
- Added solutions by Mark Anderson.
- Added solutions by E. Choroba.
- Added solutions by Simon Proctor.
- Added solutions by Andreas Mahnke.
- Added solutions by Feng Chang.
- Added solutions by PokGoPun.
- Added solutions by Wanderdoc.
- Added solutions by Thomas Kohler.
- Added solutions by Conor Hoekstra.
- Added solutions by Ali Moradi.
- Added solutions by W. Luis Mochan.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12544 from PerlBoy1967/branch-for-challenge-334</title>
<updated>2025-08-19T11:00:14+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>Mohammad.Anwar@yahoo.com</email>
</author>
<published>2025-08-19T11:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=40e5062d8ac52d6a0fef88f29fafbbdfca0138bf'/>
<id>40e5062d8ac52d6a0fef88f29fafbbdfca0138bf</id>
<content type='text'>
w334 - Task 1 &amp; 2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
w334 - Task 1 &amp; 2</pre>
</div>
</content>
</entry>
<entry>
<title>w334 - Task 1 &amp; 2</title>
<updated>2025-08-18T22:52:12+00:00</updated>
<author>
<name>Niels van Dijke</name>
<email>perlboy@cpan.org</email>
</author>
<published>2025-08-18T22:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=58475afb0d5e3d9654652e20b020f04d5c510c4e'/>
<id>58475afb0d5e3d9654652e20b020f04d5c510c4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>solutions week 334</title>
<updated>2025-08-18T06:00:45+00:00</updated>
<author>
<name>Jan Krňávek</name>
<email>Jan.Krnavek@gmail.com</email>
</author>
<published>2025-08-18T06:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=e420c463a098d4e8a87313828397d28fca2cd774'/>
<id>e420c463a098d4e8a87313828397d28fca2cd774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added blog post by Roger Bell_West.</title>
<updated>2025-08-18T00:28:00+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>mohammad.anwar@yahoo.com</email>
</author>
<published>2025-08-18T00:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=5ec11e66377d97f24bad642c0cc75c69fc570273'/>
<id>5ec11e66377d97f24bad642c0cc75c69fc570273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12530 from ysth/challenge-334-ysth</title>
<updated>2025-08-17T23:05:57+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>Mohammad.Anwar@yahoo.com</email>
</author>
<published>2025-08-17T23:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=993749a6427cfde5e216957568233876e475a9a3'/>
<id>993749a6427cfde5e216957568233876e475a9a3</id>
<content type='text'>
weekly challenge 334 perl, python, and go solutions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
weekly challenge 334 perl, python, and go solutions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12529 from mattneleigh/pwc334</title>
<updated>2025-08-17T23:04:43+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>Mohammad.Anwar@yahoo.com</email>
</author>
<published>2025-08-17T23:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=a293518dd1989727b5f2fb742c36e9ff510c3fbe'/>
<id>a293518dd1989727b5f2fb742c36e9ff510c3fbe</id>
<content type='text'>
new file:   challenge-334/mattneleigh/perl/ch-1.pl</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new file:   challenge-334/mattneleigh/perl/ch-1.pl</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12528 from BarrOff/barroff-334</title>
<updated>2025-08-17T23:04:14+00:00</updated>
<author>
<name>Mohammad Sajid Anwar</name>
<email>Mohammad.Anwar@yahoo.com</email>
</author>
<published>2025-08-17T23:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=1065e85061de1d09aba61d6bc102a3a94fe95ab7'/>
<id>1065e85061de1d09aba61d6bc102a3a94fe95ab7</id>
<content type='text'>
feat: add solution for challenge 334 from BarrOff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat: add solution for challenge 334 from BarrOff</pre>
</div>
</content>
</entry>
</feed>
