/salma76

#include<bits/stdc++.h> using namespace std; const long long int mx=100000; int a[mx+5]; void merge(int p,int q,int r…

Primary LanguagePythonOtherNOASSERTION

Mako is licensed under an MIT-style license (see LICENSE).
Other incorporated projects may be licensed under different licenses.
All licenses allow for non-commercial and commercial use.

To install:

	python setup.py install

SVN checkouts also inlcude setup.cfg file allowing setuptools to create 
an svn-tagged build.  

Documentation is available in HTML format in the ./doc/ directory.

Running unittests:

        python test/alltests.py

good luck !