# data-structure-algorithm **Repository Path**: thdxbl/data-structure-algorithm ## Basic Information - **Project Name**: data-structure-algorithm - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-11 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Structure ```sh |-- data-structure-algorithm |-- algorithm 算法 | |-- backtracking 回溯 | |-- bitwise 位运算 | |-- dfs-bfs DFS和BFS | |-- divide-rule 分治法 | |-- dp 动态规划 | |-- find 查找 | |-- greedy 贪心算法 | |-- math 数学运算 | |-- recurse-loop 递归与循环 | |-- sort 排序 |-- data-structure 数据结构 |-- array 数组 |-- graph 图 |-- hash 哈希表 |-- heap 堆 |-- linked-list 链表 |-- stack-queue 栈和队列 |-- string 字符串 |-- tree 树(二叉树) ```