js-sdsl
一个对标 C++ STL 库的 JavaScript 数据结构库,适用于需要高级数据结构的场景,支持包括 IE8+ 在内的多数浏览器,提供严格测试和性能保证。
一个对标 C++ STL 库的 JavaScript 数据结构库,适用于需要高级数据结构的场景,支持包括 IE8+ 在内的多数浏览器,提供严格测试和性能保证。
html <!-- you can download the file locally and import it or import it dynamically by using url. --> <script src="https://zly201.github.io/js-sdsl/js-sdsl.min.js"></script> <script> const { Vector } = sdsl; const myVector = new Vector(); // you code here... </script>