Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 301 Bytes

File metadata and controls

12 lines (8 loc) · 301 Bytes

leetcode-in-Xcode

Xcode project that organize, compile & run leetcode problems

#USAGE:

C++ only

  1. Always fork it
  2. Save Solution classes as .h files, put them under Solution/
  3. In main.cpp, #include "<solution file name>.h" to start testing.