An open API service providing repository metadata for many open source software ecosystems.

GitHub / amejiarosario / dsa.js-data-structures-algorithms-javascript

🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amejiarosario%2Fdsa.js-data-structures-algorithms-javascript
PURL: pkg:github/amejiarosario/dsa.js-data-structures-algorithms-javascript

Stars: 7,747
Forks: 934
Open issues: 8

License: mit
Language: JavaScript
Size: 110 MB
Dependencies parsed at: Pending

Created at: over 8 years ago
Updated at: 3 days ago
Pushed at: over 1 year ago
Last synced at: 3 days ago

Commit Stats

Commits: 733
Authors: 25
Mean commits per author: 29.32
Development Distribution Score: 0.603
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/amejiarosario/dsa.js-data-structures-algorithms-javascript

Topics: algorithm, algorithms, book, coding-interviews, computer-science, data-structures, graph, heap, javascript, javascript-algorithms, search, tree

Funding Links https://github.com/sponsors/amejiarosario, https://patreon.com/amejiarosario, https://adrianmejia.com/support/

Releases
1.7.1

1.7.1

1.7.1 (2020-05-20)

Bug Fixes

  • hashmap: fix TextEncoder reference (e13ff88)
over 5 years ago
Download
1.7.0

1.7.0

1.7.0 (2020-05-16)

Features

  • heap: add min/max/median-heaps (202ca9f)
over 5 years ago
Download
1.6.0

1.6.0

1.6.0 (2020-05-08)

over 5 years ago
Download
1.5.0

1.5.0

1.5.0 (2020-03-30)

Features

  • linkedList: remove by node (eac045a)
  • lru-cache: add new implementations (3e787c6)
  • trie: remove method (16005f3)
over 5 years ago
Download
1.4.0

1.4.0

1.4.0 (2020-03-30)

Features

  • trie: feature complete (e31cc62)
  • trie: implement trie data structure (a0e0fd8)
  • trie: remove method (a81f6e1)
over 5 years ago
Download
BST and Heaps docs improvements

1.3.8

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(book): fix typo, array pop, and BST images commit
  • fix(book): fix typo for heaps commit
over 5 years ago
Download
1.3.6

1.3.6

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

about 6 years ago
Download
AVL Tree Improvements

1.3.7

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(avl-tree): balance was not working properly commit
about 6 years ago
Download
tree-rotations improvements

1.3.5

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(tree-rotations): prevent losing nodes commit
about 6 years ago
Download
dsa.js@1.1.0

1.1.0

1.1.0 - 2019-03-29

Added

  • README.md added because NPM packages doesn’t read README.adoc
  • Public API to use the package dsa.js
  • This changelog

Changed

  • Updated dependencies (removed lodash since is not needed)

Removed

over 6 years ago
Download