Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 512 Bytes

This repository for those who want pratice leetcode and want debug code by yourself on offline.

#good luck!

requirement

  • you must family with basic cpp knowledge
  • you best know how to use g++ compiler and gdb debug tool.

run

  • g++ -g 1_two_sum.cpp -o main
  • ./main

LICENSE

leetcode-cplusplus-offline is licensed under the MIT License, See the LICENSE file for details.

REFERENCE