/TimSort

Primary LanguageC++GNU General Public License v3.0GPL-3.0

TimSort

Usage:

  1. Write some code in FILENAME.cpp
  2. gen.py FILENAME.cpp
  3. ???????
  4. SUBMIT!

Build it with -DFORCE_INPLACE_MERGE to use inplace merge even if you have enough memory.