# data-structures-and-algorithms **Repository Path**: wangwei1991/data-structures-and-algorithms ## Basic Information - **Project Name**: data-structures-and-algorithms - **Description**: 数据结构和算法学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-30 - **Last Updated**: 2021-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### 学习算法与数据结构必须要做到3件事 1. 讲出算法的实现思路 2. 每道题必须提炼出关键的几句话 3. 课程中的讲的题尽量实现一遍