<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/perlweeklychallenge-club.git/challenge-074/walt-mankowski/cpp, 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>no longer need to include algorithm</title>
<updated>2020-08-23T13:17:27+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-23T13:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=7b6d29c26480a31630c65e2e62dde7e960fa41e2'/>
<id>7b6d29c26480a31630c65e2e62dde7e960fa41e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use strings instead of char *'s</title>
<updated>2020-08-21T01:26:15+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-21T01:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=e519ffe2910e017d481548eec99c0590d748f82b'/>
<id>e519ffe2910e017d481548eec99c0590d748f82b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check for double-delete when removing c from nr</title>
<updated>2020-08-21T00:53:47+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-21T00:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=13cdfa88e53569f70d9094b2d858490224a6cb25'/>
<id>13cdfa88e53569f70d9094b2d858490224a6cb25</id>
<content type='text'>
After it's been removed, set the value in seen to end() so we know not
to erase it again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After it's been removed, set the value in seen to end() so we know not
to erase it again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Store iterators to the positions in the list in a map</title>
<updated>2020-08-20T02:05:54+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-20T02:05:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=58a0d9119903d53470dce47142017d76aedb5e5e'/>
<id>58a0d9119903d53470dce47142017d76aedb5e5e</id>
<content type='text'>
This saves me having to find() each element -- now I can jump right to
them. But I had to store the list in the opposite order since erase()
doesn't like reverse iterators.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This saves me having to find() each element -- now I can jump right to
them. But I had to store the list in the opposite order since erase()
doesn't like reverse iterators.
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unneeded temp variable</title>
<updated>2020-08-18T23:52:44+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-18T23:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=0ca8c6f59ae500add88481add595ab8889b99f9d'/>
<id>0ca8c6f59ae500add88481add595ab8889b99f9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed unneeded braces</title>
<updated>2020-08-18T23:50:54+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-18T23:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=8f23cc2dd5289e0a191417a13c94dbf552be0b8c'/>
<id>8f23cc2dd5289e0a191417a13c94dbf552be0b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile for C++ code for challenge 74</title>
<updated>2020-08-18T23:48:34+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-18T23:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=46ddf5d35dabc0db6e3cec7fef93e0ec554a3d7f'/>
<id>46ddf5d35dabc0db6e3cec7fef93e0ec554a3d7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use std::find() to find c in nr</title>
<updated>2020-08-18T23:47:01+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-18T23:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=2939a88fedf20679bde35a93e9b6c74c79d33d1d'/>
<id>2939a88fedf20679bde35a93e9b6c74c79d33d1d</id>
<content type='text'>
Nicer than doing it by hand!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nicer than doing it by hand!
</pre>
</div>
</content>
</entry>
<entry>
<title>c++ solution for challenge 74 task 2</title>
<updated>2020-08-18T23:33:55+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-18T23:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=def033119a52ddd4a71bdc31fc2baa7adb0a7c44'/>
<id>def033119a52ddd4a71bdc31fc2baa7adb0a7c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>c++ solution for challenge 74 task 1</title>
<updated>2020-08-18T15:38:15+00:00</updated>
<author>
<name>Walt Mankowski</name>
<email>waltman@pobox.com</email>
</author>
<published>2020-08-18T15:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/perlweeklychallenge-club.git/commit/?id=3578a4e6eb5649837c11180ba0f3c762cb469b77'/>
<id>3578a4e6eb5649837c11180ba0f3c762cb469b77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
