# Leetcode-Python **Repository Path**: CAUCHY2932/leetcode-python ## Basic Information - **Project Name**: Leetcode-Python - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## format ruff https://docs.astral.sh/ruff/editors/setup/#zed ## language check pyright https://microsoft.github.io/pyright/#/getting-started ## pytest solution_test是测试文件名 ```shell python3 -m unittest solution_test ``` ## 相关算法 - 搜索算法 - A star - Dijkstra - BFS - DFS - 决策 - 基于条件的决策树 - 行为树 - 状态机 - 有限状态机 - 推动有限状态机 - AI -Q学习 -深度Q网络 -策略梯度方法 -深度确定性策略梯度 -A3C -PPO -逆强化学习 -模仿学习 ## 注释工具 ```shell pip install pyannotate ```