# tools **Repository Path**: lym_ym_m/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: js工具 ## README ###常用的数据结构 1.栈-Stack 2.单向链表-LinkedList ###常用的算法 1.深拷贝-deepClone 2.快速排序-fastSort 3.归并排序-mergeSort 4.二分查找-binarySearch 5.斐波那契查找-fibSearch 6.时间戳或者标准时间转为日期时间-formatDateTime 7.时间戳或者标准时间转为日期-formatDate 8.包含id、pid的数组转为树形结构-toTree 9.将数组按照某一个字段分组-groupBy