# data-structure **Repository Path**: huyan-sijun/data-structure ## Basic Information - **Project Name**: data-structure - **Description**: js数据结构 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-04-25 - **Last Updated**: 2023-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-structure ## 介绍 js数据结构 ### 队列 - 先进先出 ### 优先级队列 - 在队列基础上优先级越大先出 ### 栈 - 后进先出