Skip to content

embdev61/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

DataStructure

Repo for Data Structure Programme

Git related command

git status git add . git commit -m "Message" git push origin DataStructure

Build the project

Create and navigate to the build directory

mkdir build cd build

Generate build files using CMake

cmake .. -G "MinGW Makefiles"

Compile the project

cmake --build .

or clean first and compile the project.

cmake --build . --clean-first

Run the executable

.\data_structures.exe

How to open Markdown preview in VS Code 🔧

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.

About

Repo for Data Structure Programme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published