Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bump to 1.3.8#40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
amejiarosario merged 2 commits intomasterfromversion-bump
Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletionCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes (patch)

## [1.3.8]

### Breaking Changes (major)

### New Features (minor)

### Bug Fixes (patch)
- fix(book): fix typo, array pop, and BST images [commit](https://github.com/amejiarosario/dsa.js/commit/ac9858348943f9678d116c8076bfa3a3c5362741)

## [1.3.7]

### Breaking Changes (major)
Expand DownExpand Up@@ -125,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.7...HEAD
[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.8...HEAD
[1.3.7]: https://github.com/amejiarosario/dsa.js/compare/1.3.7...1.3.8
[1.3.6]: https://github.com/amejiarosario/dsa.js/compare/1.3.6...1.3.7
[1.3.6]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6
[1.3.5]: https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5
Expand Down
2 changes: 1 addition & 1 deletionbook/content/part03/tree-intro.asc
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -90,7 +90,7 @@ image::image33.png[image,width=348,height=189]
(((Max-Heap)))
(((Min-Heap)))
(((Data Structures, Non-Linear, Binary Heap)))
The heap (max-heap) is a type of binary tree where thechildren'svalues are higher than theparent. Opposed to the BST, the left child doesn’t have to be smaller than the right child.
The heap (max-heap) is a type of binary tree where theparent'svalue is higher than thevalue of both children. Opposed to the BST, the left child doesn’t have to be smaller than the right child.

.Heap vs BST
image::image34.png[image,width=325,height=176]
Expand Down
2 changes: 1 addition & 1 deletionpackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "dsa.js",
"version": "1.3.7",
"version": "1.3.8",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp