Metadata-Version: 2.1
Name: python-contest-template
Version: 0.0.4
Summary: python template for contest
Author-email: zhangtingyu11 <zhangty21@mails.jlu.edu.cn>
Project-URL: Homepage, https://github.com/zhangtingyu11/python_contest_template
Project-URL: Bug Tracker, https://github.com/zhangtingyu11/python_contest_template/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

用于leetcode算法调试， 包含一些常用数据结构的操作，比如将列表转成树、链表等
