Socket
Socket
Sign inDemoInstall

@jyeontu/structure-jyeontu

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jyeontu/structure-jyeontu

javascript实现各种数据结构:堆、优先队列、字典树、LFU缓存……


Version published
Maintainers
1
Created

Readme

Source

structure-JYeontu

介绍

javascript实现各种数据结构:堆、优先队列、字典树、LFU缓存、链表……

项目目录结构

┌───LICENSE

├───package-lock.json

├───package.json

├───src //具体实现代码

├──────src/Heap //堆

├──────src/PriorityQueue //优先队列 . . . . . .

├───test //测试代码目录

├──────test/Heap //堆结构测试

├──────test/PriorityQueue //优先队列测试 . . . . . .

├──────test/index.js //测试脚本入口

├───README.md

└───README.en.md

使用说明

详见blog目录下的文档说明。

参与贡献
  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

Keywords

FAQs

Last updated on 14 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc