data-structures-in-js

所属分类:数据结构
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2022-12-15 18:34:49
上 传 者sh-1993
说明:  用JavaScript实现的数据结构的集合,可用于学习和竞争编程。
(A collection of data structures implemented in JavaScript that can be used for learning and competitive programming.)

文件列表:
LICENSE (1070, 2022-12-15)
_headers (35, 2022-12-15)
package-lock.json (743084, 2022-12-15)
package.json (1865, 2022-12-15)
public/ (0, 2022-12-15)
public/DRYICE-CARD-TWITTER.png (184940, 2022-12-15)
public/_redirects (19, 2022-12-15)
public/data/ (0, 2022-12-15)
public/data/data-structure-blueprint.json (757, 2022-12-15)
public/data/data-structure-information/ (0, 2022-12-15)
public/data/data-structure-information/binary-search-tree.json (8078, 2022-12-15)
public/data/data-structure-information/heap.json (9959, 2022-12-15)
public/data/data-structure-information/linked-list.json (13754, 2022-12-15)
public/data/data-structure-information/queue.json (5107, 2022-12-15)
public/data/data-structure-information/stack.json (3392, 2022-12-15)
public/data/data-structures.json (283, 2022-12-15)
public/dry-ice-icon.ico (3650, 2022-12-15)
public/dry-ice.png (17333, 2022-12-15)
public/github-button.png (9395, 2022-12-15)
public/index.html (2742, 2022-12-15)
public/logo192.png (5347, 2022-12-15)
public/logo512.png (9664, 2022-12-15)
public/manifest.json (497, 2022-12-15)
public/robots.txt (67, 2022-12-15)
public/webstore-transparent.png (9171, 2022-12-15)
public/youtube-button.png (8110, 2022-12-15)
scripts/ (0, 2022-12-15)
scripts/add-new-data-structure.js (2499, 2022-12-15)
scripts/google-search-verification.js (349, 2022-12-15)
src/ (0, 2022-12-15)
src/App.test.tsx (246, 2022-12-15)
src/App.tsx (1299, 2022-12-15)
src/bootstrap.min.css (153110, 2022-12-15)
src/components/ (0, 2022-12-15)
src/components/ErrorBoundry.component.tsx (621, 2022-12-15)
src/components/common/ (0, 2022-12-15)
src/components/common/footer/ (0, 2022-12-15)
src/components/common/footer/Footer.component.tsx (2225, 2022-12-15)
... ...

dry-ice # dryice: Don't Repeat Yourself - Instead Code Efficiently ## What is dryice? [***dryice***](https://www.dryice.dev) is a collection of data structures implemented in JavaScript that can be used for learning and competitive programming. ## Why dryice? Ever tried to use JS for solving problems on coding platforms? Were you also told that you should be using C/C++/Java for learning DSA? And somehow, you also ended up believing them, because why not? You tried to use JavaScript on coding platforms, only to realize they don't provide any external library for their JS engines (unlike they do for C++/Java). You spent hours looking for a Linked List implemented in JavaScript, hardly finding anything useful. A good amount of time is wasted looking for resources on the Internet than solving the question itself. And then, one day you decide to use some other language for DSA, even if you weren't very comfortable with it. But guess what? You ain't alone. :D *Don't Repeat Yourself - Instead Code Efficiently*, abbreviated as [***dryice***](https://www.dryice.dev), is all that a JavaScript developer would ever need to learn DSA and solve problems on coding platforms without learning any other language. dryice is a collection of data structures implemented in JavaScript that you can use for learning DSA without leaving the comfort of your favorite language. You don't have to spend hours looking for a native JavaScript implementation for a Linked List only to solve a problem that would otherwise take less than 10 mins. And also, don't forget to install the [***dryice Chrome Extension***](https://chrome.google.com/webstore/detail/dryice/nnmdkginmhadcfifcaflfkidllcemhmb?utm_source=chrome-ntp-icon) for Leetcode! That for sure is going to save you a lot of time. [dry-ice](https://www.youtube.com/watch?v=ZhIFuPt70dY&lc=UgwRBrL0UG3cahD7AXl4AaABAg) [dry-ice](https://chrome.google.com/webstore/detail/dryice/nnmdkginmhadcfifcaflfkidllcemhmb?utm_source=chrome-ntp-icon) ## Visit dryice Open [***dryice***](https://www.dryice.dev) to view it in the browser. ## Available Data Structures Currently, these Data Structures are available on dryice: - Linked List - Stack - Heap - Binary Search Tree (BST) - Queue ## Contribution [***dryice***](https://www.dryice.dev) is a resource for the community, by the community. And for something like dryice to stay updated with the rapid changes in the tech industry, we would need your help. It would be really helpful to us, and the dev community if you contribute in making dryice bigger and better. You can contribute to dryice by either: 1. Contributing to the source code 2. Raising Issues

近期下载者

相关文件


收藏者