/LeetCode

LeetCode C debug enviroment

Primary LanguageC++

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.