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,740
Forks: 934
Open issues: 8

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

Created at: over 8 years ago
Updated at: 11 days ago
Pushed at: over 1 year ago
Last synced at: 11 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
2.4.0

2.4.0

2.4.0 (2020-10-19)

Bug Fixes

  • book/array: improve examples and grammar (04836cd)

Features

  • book/array: add array patterns for solving problems (8c7b7be)
  • book/array: sliding window pattern (8fa2746)
almost 5 years ago
Download
2.3.0

2.3.0

2.3.0 (2020-10-03)

Features

  • treeMap: get last entry (highest value) (249de5d)
almost 5 years ago
Download
2.2.1

2.2.1

2.2.1 (2020-10-02)

Bug Fixes

almost 5 years ago
Download
2.2.0

2.2.0

2.2.0 (2020-09-29)

Features

  • book/big-o: add new chapter on how to determine big o from code. (68c73d4)
almost 5 years ago
Download
2.1.0

2.1.0

2.1.0 (2020-09-11)

Features

  • book/sorting: add questions and solutions (fdb8bd8)
about 5 years ago
Download
2.0.0

2.0.0

2.0.0 (2020-09-08)

Features

  • book/pq: add exercise with pq and dijkstra (3a2a24f)
  • heap: add error handling for heaps (827177f)
  • pq: improves docs and usability of priority queues (edf8808)

BREAKING CHANGES

  • heap: size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size
about 5 years ago
Download
1.18.0

1.18.0

1.18.0 (2020-09-07)

Features

  • book/graph: add schedule exercise and solution (6a83cf8)
about 5 years ago
Download
1.17.0

1.17.0

1.17.0 (2020-09-04)

Features

  • book/set: add questions and solutions (f40dc63)
about 5 years ago
Download
1.16.0

1.16.0

1.16.0 (2020-09-03)

Features

  • book/hashmap: add exercises and solutions (d18186b)
about 5 years ago
Download
1.15.0

1.15.0

1.15.0 (2020-09-02)

Bug Fixes

  • book/solutions: fix missing solutions (464417e)

Features

  • BinaryTreeNode: add BinaryTreeNode.from (bcb4c28)
  • book/binary-tree: add right side view exercise and solution (28346a4)
  • book/bt: add binary tree diameter problem (068dd9c)
about 5 years ago
Download