-
Notifications
You must be signed in to change notification settings - Fork 927
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.11.0](1.10.0...1.11.0) (2020-08-22) ### Bug Fixes * **book:** multiple broken links and bump epub version ([57960e2](57960e2)), closes [#60](#60) * **book:** workaround for c++ issue in asciidoc ([dbdef21](dbdef21)) ### Features * **book:** add appendix D with interview question solutions ([ca119f2](ca119f2)) * **book:array:** add solutions for interview questions ([b5a00dd](b5a00dd)) * **book/array:** add max subarray questions and solution ([5935b95](5935b95)) * **book/array:** add stock questions and solution ([6ab8bc4](6ab8bc4))
- Loading branch information
1 parent
9b356d9
commit e573929
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dsa.js", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Data Structures & Algorithms in JS", | ||
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)", | ||
"homepage": "https://github.com/amejiarosario/dsa.js", | ||
|