# Leetcode **Repository Path**: rockcohen/leetcode ## Basic Information - **Project Name**: Leetcode - **Description**: leetcode个人题解 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-03-13 - **Last Updated**: 2021-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Leetcode #### 介绍 leetcode个人题解,根据leetcode给的标签进行分类,按照数据结构对题目进行求解。 #### 软件架构 软件架构说明 - src - array:数组相关题目 - list:链表相关题目 - stack:栈相关题目 - queue:队列相关题目 - string:字符串处理相关题目 - tree:树相关题目 - divide Conquer: 分治法相关题目 - dynamic Programming:动态规划 - graph:图论 - greedy:贪心算法 - recursion:递归算法 - sort:排序算法 - heap: 堆的应用题解 #### 安装教程 1. clone 2. IDEA 3. JDK 8