severinzhong / LeetCode

LeetCode C debug enviroment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode

LeetCode C++ debug enviroment

mTree.h/cpp

buildTree() :

build tree structure with string

mList.h/cpp

buildList():

build List structure with string

utils.h/cpp

some utils to help.

solver

Solution :

LeetCode source code to solves the problems

	auto solver = Solution() ;
	auto ret = solver->method_name(args) ;
	// output to check the answer. 

About

LeetCode C debug enviroment


Languages

Language:C++ 100.0%