Skip to content

a VS Code setting template for beginners who want to learn algorithms, and a small amount of C++ code templates.

License

Notifications You must be signed in to change notification settings

MiracleShadow/Use-Cpp-practice-algorithm

Repository files navigation

Use-Cpp-practice-algorithm

GitHub license

a VS Code settings template for the kind of ACMer who uses C++,and .a small amount of c++ code templates.

Which extensions you need to install

Required

  • C/C++
  • C/C++ Clang Command Adapter
  • Code Runner
  • LeetCode

Optional

  • Markdown All in One
  • Chinese (Simplified) Language Pack for Visual Studio Code
  • Todo Tree

How to calculate program running time

  1. Compile the timer.cpp to get timer.exe
  2. Compile your custom code to get the executable, assuming a.exe
  3. Open the terminal command line in the current folder and enter ./timer a
  4. Repeat step 3 multiple times to get more accurate program run time

TODO

  • append Elementary Data Structures
  • append Algorithm
  • timer.cpp

About

a VS Code setting template for beginners who want to learn algorithms, and a small amount of C++ code templates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published