# dsa **Repository Path**: Mr_sqw/dsa ## Basic Information - **Project Name**: dsa - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dsa 数据结构与算法 递归:自顶向下求解问题。确定好递归终止条件,避免需要搜索完整个递归空间,才能求解出问题的答案。 迭代:自底向上求解问题。(记忆化搜索、动态规划)