/leetcode-in-Xcode

Xcode project for leetcode

Primary LanguageC++MIT LicenseMIT

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.