JavaScript中是否有类似mulitiSet的内容? [英] Is there something like mulitiSet in JavaScript?

查看:119
本文介绍了JavaScript中是否有类似mulitiSet的内容?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道JavaScript现在具有设置,但是我想知道是否有什么东西可以实现 multiSet 的功能,或者我是否真的需要一些具有multiset功能的框架.

I know that JavaScript now has sets, but I wonder if there is something to realize the function of multiSet, or if there is some framework that has the functions of multiset which I really need a lot.

还是我必须自己编写代码才能进行红黑树的研究?

Or I have to code it by myself to do the research of Red-Black Tree?

推荐答案

没有内置的多集结构,但是

There are no built-in multiset structure, but there are some libraries that have such:

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆