- Detailed data structure notes: Data Structures Notes
Repo for Data Structure Programme
git status git add . git commit -m "Message" git push origin DataStructure
mkdir build cd build
cmake .. -G "MinGW Makefiles"
cmake --build .
cmake --build . --clean-first
.\data_structures.exe
Open your Markdown file (DataStructureNote.md) in the editor. Preview to the side (recommended): Press Ctrl+K then V (press Ctrl+K, release, then press V). Single-window preview: Press Ctrl+Shift+V. Using Command Palette: Press Ctrl+Shift+P, type Markdown: Open Preview to the Side and press Enter. Using the editor menu: Click the small preview icon in the editor’s top-right (looks like a split-pane with a magnifier), or right-click the editor → Open Preview / Open Preview to the Side.