# beauty_of_data_structures_and_algorithms **Repository Path**: william_ning/beauty_of_data_structures_and_algorithms ## Basic Information - **Project Name**: beauty_of_data_structures_and_algorithms - **Description**: 极客时间-数据结构与算法之美-专栏实践 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-12 - **Last Updated**: 2022-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### [数据结构与算法之美](https://time.geekbang.org/column/intro/126) 之各章节代码实践 ### 启动服务器 ### 1. phpstudy ---- http://beauty-.test/基础篇-38讲/06-链表(上)-如何实现LRU缓存淘汰算法/LRU-based-on-linkedList.php ### 2. php self server ---- php -S localhost:8888 -t public\beauty_of_data_structures_and_algorithms