My solutions for LintCode problems in C++.
- If not specified, all the solutions are 100% accepted by LintCode Online Judge (OJ) when they are updated.
Rarely, however, LintCode might change the Application Programming Interface (API) of "
class Solution(...){...};
" of some problems. In this case, simply paste the solution into the Integrated Development Environment (IDE) of LintCode OJ would not work. - Some LintCode problems are not included because I haven't solved them yet. If you want to find the solutions for the missing problems, Section Reference below the content might be helpful.
- The running time of a solution by LintCode OJ is recorded in the comment of the corresponding source file. The running time is just for reference since even the submissions of the same solution could lead to different running time.
Submit the solutions to LintCode OJ.