Initial Commit

master
msingh2 2016-07-01 22:43:35 +00:00
parent 6ac1ee1b26
commit 377dac1d57
1 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,44 @@
{
"id": "cpp_list_cheat_sheet",
"name": "C++ List",
"description": "C++ <list> are sequence containers that allow constant time insert and erase operations anywhere within the sequence, and iteration in both directions",
"metadata": {
"sourceName": "displayed at the bottom of the AnswerBar; optional",
"sourceUrl" : "https://url.to.the.source"
},
"aliases": [
"first alias", "second alias", "etc"
],
"template_type": "one of: code, keyboard, language, link, reference, terminal",
"section_order": [
"First Section",
"Second Section"
],
"sections": {
"First Section": [
{
"key": "Key 1.1",
"val": "Value 1.1"
},
{
"key": "Key 1.2",
"val": "Value 1.2"
}
],
"Second Section": [
{
"key": "Key 2.1",
"val": "Value 2.2"
},
{
"key": "Key 2.2",
"val": "Value 2.2"
}
]
}
}