/leetcode

Primary LanguageJupyter Notebook

Leetcode

This repository is used for reference. All the problems are solved via Python.

Besides, the modules.py in this repo provides useful classes such as binaryTreeNode, linkedNode, and useful functions such as test to verify whether the solution works properly.