Skip to content

Competitive programming related stuffs (Olympiads, Codeforces, USACO)

Notifications You must be signed in to change notification settings

khanhvu207/competitiveprogramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Khanh Vu
Oct 16, 2024
b266998 · Oct 16, 2024
Oct 16, 2024
Jul 31, 2024
Aug 21, 2024
Oct 16, 2024
Oct 16, 2024
Apr 12, 2024
May 19, 2024
Sep 19, 2024
Sep 4, 2024
Oct 14, 2023
Oct 16, 2024
Oct 16, 2024
Oct 16, 2024
Sep 19, 2024
May 19, 2024
May 23, 2024
Apr 12, 2024
Apr 12, 2024
Apr 12, 2024
Apr 12, 2024
Aug 21, 2024
Aug 21, 2024
Apr 12, 2024

Repository files navigation

Competitive programming

Local set-up (Mac OS)

I use VSCode and Neovim primarily.

For VSCode, these are the extensions that I'm using:

  1. Competitive Programming Helper (cph) for running testcases locally.
  2. VSCodeVim as a Vim emulator for VSCode.
  3. Clang-Format to format C++ code.

For Neovim, see my init.vim.

In case you want to compile and run code manually, run:

make && ./main