{
  "revisions": [
    {
      "comment": "Notice added  Historical significance by Robert Harvey&#9830;",
      "creation_date": 1331836938,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "4e30d1e5-56e3-4cb0-8efc-365c826ae36e",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 102937,
        "user_type": "moderator",
        "display_name": "Robert Harvey",
        "reputation": 83932,
        "email_hash": "1233ec65168f4aae4d939ae8fe6cde1e"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Locked  by Robert Harvey&#9830;",
      "creation_date": 1331836938,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "87747c8f-12b2-472d-aedb-130b36a68612",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 102937,
        "user_type": "moderator",
        "display_name": "Robert Harvey",
        "reputation": 83932,
        "email_hash": "1233ec65168f4aae4d939ae8fe6cde1e"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Reopened  by Robert Harvey&#9830;",
      "creation_date": 1331836919,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "4f48cd49-ef71-4fd5-b08d-01c22a4688df",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 102937,
        "user_type": "moderator",
        "display_name": "Robert Harvey",
        "reputation": 83932,
        "email_hash": "1233ec65168f4aae4d939ae8fe6cde1e"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Undeleted  by Robert Harvey&#9830;",
      "creation_date": 1331836908,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "183e1d67-b522-4ed5-9f32-46664057f16e",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 102937,
        "user_type": "moderator",
        "display_name": "Robert Harvey",
        "reputation": 83932,
        "email_hash": "1233ec65168f4aae4d939ae8fe6cde1e"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Deleted  by ChrisF&#9830;, Gilles, Wooble, Conrad Frix, sixlettervariables, John Saunders, bmargulies, meagar, casperOne&#9830;",
      "creation_date": 1330558118,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "76541dc9-f6bb-4d3b-bba7-2c473e06c7fc",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 50776,
        "user_type": "moderator",
        "display_name": "casperOne",
        "reputation": 44342,
        "email_hash": "1b2b5d5007262ea3f9e21ab5b15f8b75"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There are some data structures around that are really useful but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "comment": "edited title",
      "creation_date": 1329092100,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "last_title": "What are the lesser known but useful data structures?",
      "last_tags": [],
      "revision_guid": "e2fee422-0de6-413c-986a-e9ff096655d5",
      "revision_number": 10,
      "tags": [],
      "title": "What are the lesser known but useful data structures?",
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 102937,
        "user_type": "moderator",
        "display_name": "Robert Harvey",
        "reputation": 83932,
        "email_hash": "1233ec65168f4aae4d939ae8fe6cde1e"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Closed as \"not constructive\"  by Kev",
      "creation_date": 1327060838,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "3aa5bf47-70b6-44d3-a863-a87fd901c1a5",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 419,
        "user_type": "registered",
        "display_name": "Kev",
        "reputation": 48989,
        "email_hash": "a9840656ceee0faa528806c4c04a9399"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Unlocked  by Kev",
      "creation_date": 1327060827,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "69ced1cc-31d7-4402-b35f-5a8779304454",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 419,
        "user_type": "registered",
        "display_name": "Kev",
        "reputation": 48989,
        "email_hash": "a9840656ceee0faa528806c4c04a9399"
      },
      "post_id": 500607
    },
    {
      "comment": "Notice removed  Historical significance by Kev",
      "creation_date": 1327060827,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "706a3f65-5b48-46a7-adf6-f1af1ac61881",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 419,
        "user_type": "registered",
        "display_name": "Kev",
        "reputation": 48989,
        "email_hash": "a9840656ceee0faa528806c4c04a9399"
      },
      "post_id": 500607
    },
    {
      "comment": "Notice added  Historical significance by NullUserException&#9830;",
      "creation_date": 1324319911,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "09eaaa29-6257-4ce6-9b1b-1417981e76b3",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 396458,
        "user_type": "moderator",
        "display_name": "NullUserException",
        "reputation": 36432,
        "email_hash": "16961c15df3fee8c4b3056ff83d1938b"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Locked  by NullUserException&#9830;",
      "creation_date": 1324319911,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "95c7ea41-2655-4ab7-b3af-ba6a9fc23943",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 396458,
        "user_type": "moderator",
        "display_name": "NullUserException",
        "reputation": 36432,
        "email_hash": "16961c15df3fee8c4b3056ff83d1938b"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Reopened  by Michiel Borkent, naugtur, Raymond Hettinger, Paul Nathan, quantumSoup",
      "creation_date": 1324319853,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "7b98e4cc-d0b2-4aac-984d-084990541e2f",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": -1,
        "user_type": "moderator",
        "display_name": "Community",
        "reputation": 1,
        "email_hash": "a007be5a61f6aa8f3e85ae2fc18dd66e"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "comment": "deleted 318 characters in body",
      "creation_date": 1323295961,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<blockquote>\n  <p>This post is from the early days of Stack Overflow, and while we recognize its historical significance, we also recognize that the current community of users will likely close similar posts. Please feel free to read and learn from this post, but refrain from creating similar posts just because this one exists. </p>\n</blockquote>\n\n<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "last_tags": [],
      "revision_guid": "ff8aeeef-6af9-425d-9d02-bbedccfbe6fb",
      "revision_number": 9,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 102937,
        "user_type": "moderator",
        "display_name": "Robert Harvey",
        "reputation": 83932,
        "email_hash": "1233ec65168f4aae4d939ae8fe6cde1e"
      },
      "post_id": 500607
    },
    {
      "body": "<blockquote>\n  <p>This post is from the early days of Stack Overflow, and while we recognize its historical significance, we also recognize that the current community of users will likely close similar posts. Please feel free to read and learn from this post, but refrain from creating similar posts just because this one exists. </p>\n</blockquote>\n\n<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "comment": "added the &quot;historical significance&quot; banner",
      "creation_date": 1315317534,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "last_tags": [],
      "revision_guid": "32850569-a877-4f61-8184-ac3544b0a82f",
      "revision_number": 8,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 1288,
        "user_type": "moderator",
        "display_name": "Bill the Lizard",
        "reputation": 113195,
        "email_hash": "fc763c6ff6c160ddad05741e87e517b6"
      },
      "post_id": 500607
    },
    {
      "comment": "Post Closed as \"not constructive\"  by Bill the Lizard&#9830;",
      "creation_date": 1315317238,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "b727bba5-6eaa-45b1-9fdd-6783603f7798",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 1288,
        "user_type": "moderator",
        "display_name": "Bill the Lizard",
        "reputation": 113195,
        "email_hash": "fc763c6ff6c160ddad05741e87e517b6"
      },
      "post_id": 500607
    },
    {
      "comment": "Question Protected  by Lasse V. Karlsen",
      "creation_date": 1314388676,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "f8137258-28fd-41c6-b7d5-ea8d678bb136",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "user": {
        "user_id": 267,
        "user_type": "registered",
        "display_name": "Lasse V. Karlsen",
        "reputation": 108642,
        "email_hash": "1b11262da6d1cd26b1b0bc99a2620cee"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structure is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "comment": "grammar fix",
      "creation_date": 1314127266,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structures is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "last_tags": [],
      "revision_guid": "85b2a230-959a-46ae-bc06-346c44a5b959",
      "revision_number": 7,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 182642,
        "user_type": "registered",
        "display_name": "Series8217",
        "reputation": 1381,
        "email_hash": "8885025e52e5cf5e0defea975aa8e727"
      },
      "post_id": 500607
    },
    {
      "comment": "Bounty Ended with albwq&#39;s answer chosen by Adel",
      "creation_date": 1309996957,
      "is_question": false,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "76cc43ed-ef25-453a-ac0f-0f73f874bd63",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "post_id": 501393
    },
    {
      "comment": "Bounty Started worth 50 reputation by Adel",
      "creation_date": 1309490225,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "a04d2318-5755-4ca9-86b2-a90109aee077",
      "tags": [],
      "revision_type": "vote_based",
      "set_community_wiki": false,
      "post_id": 500607
    },
    {
      "comment": "Just tweaked the title",
      "creation_date": 1308405695,
      "is_question": true,
      "is_rollback": false,
      "last_title": "What are the lesser known but cool data structures?",
      "last_tags": [],
      "revision_guid": "f8fbc703-496c-428a-b0b3-809f2e6d9f1a",
      "revision_number": 6,
      "tags": [],
      "title": "What are the lesser known but cool data structures?",
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 7856,
        "user_type": "registered",
        "display_name": "Dana",
        "reputation": 8204,
        "email_hash": "192d4f403439df36217eade100e56281"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?</p>\n\n<p>Everybody knows about linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a> and <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested in techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make clever use of properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structures is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "comment": "added 7 characters in body; edited tags",
      "creation_date": 1300985505,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>There a some data structures around that are really cool but are unknown to most programmers. Which are they?</p>\n\n<p>Everybody knows linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a>, <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested on techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make interesting use of the properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structures is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "last_tags": [
        "data-structures",
        "language-agnostic",
        "computer-science"
      ],
      "revision_guid": "004d535a-d13c-4174-8484-22edad8e6ff8",
      "revision_number": 5,
      "tags": [
        "language-agnostic",
        "data-structures",
        "computer-science"
      ],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 196844,
        "user_type": "registered",
        "display_name": "Daniel Trebbien",
        "reputation": 14474,
        "email_hash": "20232ad0698d2ac6c0f127d5eb850254"
      },
      "post_id": 500607
    },
    {
      "comment": "edited tags; [made Community Wiki by question having more than 30 answers]",
      "creation_date": 1260831569,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [
        "data-structures",
        "language-agnostic",
        "computer-science"
      ],
      "revision_guid": "b7228ddd-1af7-49c9-a5e4-5b4b26431b73",
      "revision_number": 4,
      "tags": [
        "data-structures",
        "language-agnostic",
        "computer-science"
      ],
      "revision_type": "single_user",
      "set_community_wiki": true,
      "user": {
        "user_id": 60617,
        "user_type": "registered",
        "display_name": "f3lix",
        "reputation": 9194,
        "email_hash": "464416ef129109abddbe1be2330b73a2"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There a some data structures around that are really cool but are unknown to most programmers. Which are they?</p>\n\n<p>Everybody knows linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a>, <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested on techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make interesting use of the properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structures is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out).  Also, try to provide <strong><em>one data-structure per answer</em></strong>. This will allow the better data structures to float to the top based on their votes alone.</p>\n",
      "comment": "added 171 characters in body",
      "creation_date": 1234988397,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>There a some data structures around that are really cool but are unknown to most programmers. Which are they?</p>\n\n<p>Everybody knows linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a>, <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested on techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make interesting use of the properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structures is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out)</p>\n",
      "last_tags": [],
      "revision_guid": "5f5a2212-8091-4bb2-a9a8-518d23b79b11",
      "revision_number": 3,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 2635,
        "user_type": "registered",
        "display_name": "Simucal",
        "reputation": 30162,
        "email_hash": "503dc458e66746c5ac681e7057d209dd"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There a some data structures around that are really cool but are unknown to most programmers. Which are they?</p>\n\n<p>Everybody knows linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a>, <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested on techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make interesting use of the properties of a common data structure. </p>\n\n<p><strong>EDIT</strong>:\nPlease try to <em>include links</em> to pages describing the data structures in more detail. Also, try to add a couple of words on <em>why</em> a data structures is cool (as <a href=\"http://stackoverflow.com/questions/500607/what-are-the-lesser-known-but-cool-data-structures\">Jonas Kölker</a> already pointed out)</p>\n",
      "comment": "Clarify meaning without changing it.",
      "creation_date": 1233613092,
      "is_question": true,
      "is_rollback": false,
      "last_body": "<p>There a some data structures around that are really cool but are unknown to most programmers. Which are they?</p>\n\n<p>Everybody knows linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a>, <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested on techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make interesting use of the properties of a common data structure. </p>\n",
      "last_tags": [],
      "revision_guid": "b4bf81b4-442b-4134-b990-20f03900f161",
      "revision_number": 2,
      "tags": [],
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 60617,
        "user_type": "registered",
        "display_name": "f3lix",
        "reputation": 9194,
        "email_hash": "464416ef129109abddbe1be2330b73a2"
      },
      "post_id": 500607
    },
    {
      "body": "<p>There a some data structures around that are really cool but are unknown to most programmers. Which are they?</p>\n\n<p>Everybody knows linked lists, binary trees, and hashes, but what about <a href=\"http://en.wikipedia.org/wiki/Skip_list\" rel=\"nofollow\">Skip lists</a>, <a href=\"http://en.wikipedia.org/wiki/Bloom_filter\" rel=\"nofollow\">Bloom filters</a> for example. I would like to know more data structures that are not so common, but are worth knowing because they rely on great ideas and enrich a programmer's tool box.</p>\n\n<p>PS: I am also interested on techniques like <a href=\"http://en.wikipedia.org/wiki/Dancing_Links\" rel=\"nofollow\">Dancing links</a> which make interesting use of the properties of a common data structure. </p>\n",
      "comment": "",
      "creation_date": 1233486745,
      "is_question": true,
      "is_rollback": false,
      "last_tags": [],
      "revision_guid": "64a030a7-1f27-47e2-9340-4e7d13fe9d45",
      "revision_number": 1,
      "tags": [
        "data-structures",
        "language-agnostic",
        "computer-science"
      ],
      "title": "What are the lesser known but cool data structures ?",
      "revision_type": "single_user",
      "set_community_wiki": false,
      "user": {
        "user_id": 60617,
        "user_type": "registered",
        "display_name": "f3lix",
        "reputation": 9194,
        "email_hash": "464416ef129109abddbe1be2330b73a2"
      },
      "post_id": 500607
    }
  ]
}
