<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-1791699255537072975.post8310434780422833792..comments</id><updated>2008-09-11T01:31:49.621-07:00</updated><category term='space'/><category term='baseball'/><category term='lazy'/><category term='goings-on'/><category term='infoviz'/><category term='beer'/><category term='math'/><category term='top-3'/><category term='metablog'/><category term='basketball'/><category term='food'/><category term='haskell'/><category term='blazers'/><category term='programming'/><category term='fencing'/><category term='germany'/><category term='games'/><category term='music'/><category term='mariners'/><category term='top-n'/><category term='insight'/><title type='text'>Comments on Your Mom's Favorite Blog: Missing Data Structure</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://eric.walkingshaw.net/feeds/8310434780422833792/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default'/><link rel='alternate' type='text/html' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html'/><author><name>Eric</name><uri>http://www.blogger.com/profile/00681636989085474493</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/-I10HcQienM0/TyJThRavUvI/AAAAAAAAAHc/PihWW5AXD3M/s220/HopCzarAvatar-1.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1791699255537072975.post-2690749062047613508</id><published>2008-09-11T01:31:00.000-07:00</published><updated>2008-09-11T01:31:00.000-07:00</updated><title type='text'>Very valuable insight, and good point about lists ...</title><content type='html'>Very valuable insight, and good point about lists vs. bags.  I think every time I've technically needed a bag, I've just used a list instead, since they're built in to most languages.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default/2690749062047613508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default/2690749062047613508'/><link rel='alternate' type='text/html' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html?showComment=1221121860000#c2690749062047613508' title=''/><author><name>Eric</name><uri>http://www.blogger.com/profile/00681636989085474493</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html' ref='tag:blogger.com,1999:blog-1791699255537072975.post-8310434780422833792' source='http://www.blogger.com/feeds/1791699255537072975/posts/default/8310434780422833792' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2085048586'/></entry><entry><id>tag:blogger.com,1999:blog-1791699255537072975.post-900525883147432238</id><published>2008-09-11T00:26:00.000-07:00</published><updated>2008-09-11T00:26:00.000-07:00</updated><title type='text'>I've noticed this awkwardness box but. Here's what...</title><content type='html'>I've noticed this awkwardness box but. Here's what I do know from practice:&lt;BR/&gt;Disappointingly&lt;BR/&gt;``ordered set'' - Object constraint Language (sub-language to UML) They define bags, lists, and sets too; they must've drawn the grid too.&lt;BR/&gt;&lt;BR/&gt;``sorted set'' - java.util.SortedSet&lt;BR/&gt;  (ConcurrentSkipListSet and TreeSet are implementors) The latter comes in very handy at times.&lt;BR/&gt;&lt;BR/&gt;Ordering is usually more abstract in mathematics. You apply an ordering to a set. The ordering as it pertains to a list is usually related to algorithm insertion order (e.g. appending, pre-pending, inserting).&lt;BR/&gt;&lt;BR/&gt;Then denumerability is sort of a related as it maps sets to the natural ordering of positive integers.&lt;BR/&gt;&lt;BR/&gt;Moreover, I think it is fairly rare to see a bag (rarer than an ordered set). If one had to elide one of the three elements in that table, it'd be the one to go and we'd be left with our linearly independent ideas (uniqueness and order (sortedness?)).&lt;BR/&gt;&lt;BR/&gt;Have you ever seen anyone use a bag in practice (multiset?), I think everyone just uses a list (ignoring the ordering) since it is as much work to guarantee nothing about something as just trivially ignore features of another.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default/900525883147432238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default/900525883147432238'/><link rel='alternate' type='text/html' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html?showComment=1221117960000#c900525883147432238' title=''/><author><name>Tim</name><uri>http://www.blogger.com/profile/16757326329682076264</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html' ref='tag:blogger.com,1999:blog-1791699255537072975.post-8310434780422833792' source='http://www.blogger.com/feeds/1791699255537072975/posts/default/8310434780422833792' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-812227241'/></entry><entry><id>tag:blogger.com,1999:blog-1791699255537072975.post-1087830481724873752</id><published>2008-09-05T03:43:00.000-07:00</published><updated>2008-09-05T03:43:00.000-07:00</updated><title type='text'>The mathematicians would probably call it a unilis...</title><content type='html'>The mathematicians would probably call it a unilist.  I think we can do better.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default/1087830481724873752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1791699255537072975/8310434780422833792/comments/default/1087830481724873752'/><link rel='alternate' type='text/html' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html?showComment=1220611380000#c1087830481724873752' title=''/><author><name>Eric</name><uri>http://www.blogger.com/profile/00681636989085474493</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://eric.walkingshaw.net/2008/09/missing-data-structure.html' ref='tag:blogger.com,1999:blog-1791699255537072975.post-8310434780422833792' source='http://www.blogger.com/feeds/1791699255537072975/posts/default/8310434780422833792' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2085048586'/></entry></feed>
