├── README.md ├── package.json └── snippets ├── basic.cson ├── geometry.cson ├── graph.cson ├── heap.cson ├── mathematics.cson ├── search.cson ├── segment-tree.cson └── string.cson /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/package.json -------------------------------------------------------------------------------- /snippets/basic.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/basic.cson -------------------------------------------------------------------------------- /snippets/geometry.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/geometry.cson -------------------------------------------------------------------------------- /snippets/graph.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/graph.cson -------------------------------------------------------------------------------- /snippets/heap.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/heap.cson -------------------------------------------------------------------------------- /snippets/mathematics.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/mathematics.cson -------------------------------------------------------------------------------- /snippets/search.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/search.cson -------------------------------------------------------------------------------- /snippets/segment-tree.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/segment-tree.cson -------------------------------------------------------------------------------- /snippets/string.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MeghaSharma21/CPP_Competitive_Programming_Atom_Snippets/HEAD/snippets/string.cson --------------------------------------------------------------------------------