bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / .vscode / md.json.code-snippets

md.json.code-snippets (783B)


      1 {
      2   "Algorithm Page": {
      3     "prefix": "algo",
      4     "body": [
      5       "# ${TM_FILENAME_BASE}",
      6       "",
      7       "### Problem Statement",
      8       "",
      9       "> Write an algorithm to $0",
     10       "",
     11       "## Algorithm",
     12       "```",
     13       "",
     14       "```"
     15     ],
     16     "description": "Algorithm documentation page for BSc Code Index"
     17   },
     18 
     19   "Not Equal": {
     20     "prefix": "neq",
     21     "body": ["≠ "],
     22     "description": "≠"
     23   },
     24   "Less Equal": {
     25     "prefix": "leq",
     26     "body": ["≤ "],
     27     "description": "≤"
     28   },
     29   "Greater Equal": {
     30     "prefix": "geq",
     31     "body": ["≥ "],
     32     "description": "≥"
     33   },
     34   "Left Arrow": {
     35     "prefix": "la",
     36     "body": ["← "],
     37     "description": "←"
     38   },
     39   "Right Arrow": {
     40     "prefix": "ra",
     41     "body": ["→ "],
     42     "description": "→"
     43   }
     44 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror