# Algorithm **Repository Path**: aodongbiao/Algorithm ## Basic Information - **Project Name**: Algorithm - **Description**: The solutions of leecode - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leecode leecode的一些算法题解,主要是注重算法框架,而非效率 # 格式 ```c++ /** * @link 题链接 * @title 题目标题 * @description 题目描述 * @solution 解题思路 */ class Solution { xxx } ```