Commit graph

161 commits

Author SHA1 Message Date
krahets
300016393b Add code source blocks to the chapter Graph.
Fix "函数" and "方法"
2023-02-10 01:04:26 +08:00
Justin Tse
d37c71b928
Add JavaScript and TypeScript code for section graph adjacency list (#358) 2023-02-10 00:42:45 +08:00
Justin Tse
1eb0d91978
Update the docs for the section of AVL tree and style (#351)
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-09 00:36:06 +08:00
krahets
05f0054005 Add build script for JS and TS codes. 2023-02-08 19:45:06 +08:00
Leo.Cai
7666632d0c
Add heap part js code (#339)
* Add heap part js code

* Update heap.md

* Update heap.md

* Format the code style and fix a bug.

* and fix the style in heap.md

* fix the style

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-07 20:48:54 +08:00
krahets
8f512c2840 Update code extractor of Java. 2023-02-07 19:05:19 +08:00
krahets
ecbf2d1560 1. Add build script for Java.
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
2023-02-07 04:43:52 +08:00
Justin Tse
b14568151c
Add TypeScript code and docs to AVL tree and the coding style for Typescript and JavaScript (#342)
* Add TypeScript code and docs to AVL tree and update JavaScript style

* Update the coding style for Typescript and JavaScript
2023-02-07 01:21:58 +08:00
zhuoqinyue
c4b510038c
Add linkedlist_deque for typescript and javascript (#326)
* add linkedlist_deque for typescript and javascript

* update typescript and javascript examples for the deque.md

* keep the same name

* update the doc

* Update deque.md

---------

Co-authored-by: steak-zhuo <zhuoqinyue@gmail.com>
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-06 01:31:09 +08:00
Justin Tse
bc88e52955
Add JavaScript and TypeScript code and docs for Section Space Complexity (#331)
* Fix bug before commit 5eae708

* Update queue.md

* Update the coding style for JavaScript

* Add JavaScript and TypeScript code for Section Space Complexity

* Add JavaScript and TypeScript code to docs for Section Space Complexity

* Update hashing_search.js

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-06 01:24:22 +08:00
Justin Tse
6ad8a66a7c
Update the coding style for JavaScript (#329)
* Fix bug before commit 5eae708

* Update queue.md

* Update the coding style for JavaScript

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-05 15:40:30 +08:00
Leo.Cai
e3f0151a7f
add js codes to avl_tree.js (#323)
* add js codes to avl_tree.js

* fixed format wrong

* Update avl_tree.js

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-05 14:15:05 +08:00
Yudong Jin
f14e3e4c57 Update linear_search and hashing_search. 2023-02-04 23:49:37 +08:00
Justin Tse
62114ce79a
Fix bug before commit 5eae708 (#325)
* Fix bug before commit 5eae708

* Update queue.md

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-04 21:26:14 +08:00
Yudong Jin
7d0d3df886 Update deque.js and deque.ts 2023-02-04 14:59:24 +08:00
zhuoqinyue
1d1d13ec0e
Add deque for JavaScript and typescript (#267)
* add deque in javascript and typescript

* update the variables name

* update the time complexity

* Directly operating on the Array

* fix the ts file

* update the method complexity

* update the js file

---------

Co-authored-by: steak-zhuo <zhuoqinyue@gmail.com>
2023-02-04 14:55:11 +08:00
Yudong Jin
70dead5cd0 Update worst_best_time_complexity,
leetcode_two_sum
2023-02-03 18:53:15 +08:00
Yudong Jin
7d14c9440e Unify the function naming of
queue from `offer()` to `push()`
2023-02-02 01:43:01 +08:00
Yudong Jin
5eae708035 Fix array queue. 2023-02-01 03:23:29 +08:00
Yudong Jin
ddd5562b60 Fix the index out of bound check in my_list. 2023-01-30 17:50:07 +08:00
Yudong Jin
2336fe1d50 Update the comments in
binary_search_tree and avl_tree.
2023-01-17 01:53:12 +08:00
Yudong Jin
5f0ae848c4 Update medianThree() in quick_sort. 2023-01-15 23:32:58 +08:00
Yudong Jin
3e19205c84 Update a comment in binary_search_tree. 2023-01-15 15:43:06 +08:00
justin
df436633ce Update JavaScript and TypeScript code style (Chapter of Sorting) 2023-01-14 23:23:15 +08:00
Yudong Jin
7a53f1d082
Merge branch 'master' into master 2023-01-11 19:26:19 +08:00
Yudong Jin
daa28be3e4
Merge branch 'master' into binary_search_tree 2023-01-10 13:30:38 +08:00
龚国玮
96d54bff3a test(binary_search_tree): update test param all the language
use param value 7, not 5. function test param value with param value in example picture as same.
2023-01-10 12:16:02 +08:00
steak-zhuo
b7ff82deb5 完善作者信息 2023-01-08 20:39:42 +08:00
steak-zhuo
742b6b632f 完善注释头格式 2023-01-08 20:35:17 +08:00
steak-zhuo
8804ab2940 update the indent 2023-01-08 20:30:55 +08:00
Yudong Jin
dcc3b2e35b Optimize arrToTree function
in java, cpp, py, go, js, ts.
2023-01-08 19:03:22 +08:00
Yudong Jin
1f5f7e14da
Merge pull request #196 from RiverTwilight/patch-1
code: added Typescript and Javascript examples
2023-01-06 23:08:56 +08:00
Yudong Jin
0e49f0053a Update the format of the file headers
of c, cpp, java, js, ts, swift.
2023-01-06 03:39:19 +08:00
Yudong Jin
e96272a06f
Apply suggestions from code review
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-06 03:14:52 +08:00
RiverTwilight
21096c8d0a lint: added comments 2023-01-05 10:27:48 +08:00
RiverTwilight
8031e0e2c5 lint: added missing keyword 2023-01-05 10:20:19 +08:00
RiverTwilight
7cd1347b44 code(js): worst best time complexity 2023-01-05 10:16:05 +08:00
Yudong Jin
abdf1f3117
Update codes/javascript/chapter_computational_complexity/time_complexity.js
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-05 01:01:03 +08:00
RiverTwilight
63cd3e4f65 lint: added prettier config and switch indent type 2023-01-02 21:16:24 +08:00
RiverTwilight
621fcb731c lint: switch indent type 2023-01-02 21:01:16 +08:00
RiverTwilight
d3e15a8856 lint: var to let 2023-01-02 20:52:15 +08:00
RiverTwilight
db2a91bd93 lint: remove class and main 2023-01-02 20:49:35 +08:00
Yudong Jin
410c5d6b62 Free memory after removing
a node from a LinkedList or TreeNode.
2023-01-02 19:53:55 +08:00
RiverTwilight
f83dcce346 fix: doesnt return anything 2023-01-02 19:13:36 +08:00
RiverTwilight
8c736252ab code: transcribe time_complexity.js 2023-01-02 19:10:48 +08:00
RiverTwilight
2bd24e61a8 code: added doc code 2023-01-02 18:57:26 +08:00
RiverTwilight
3f00aa39fb code: added code for time complexity chapter 2023-01-02 18:47:36 +08:00
GN-Yu
96355afb1c
Update merge_sort.js 2022-12-30 13:22:31 -05:00
steak-zhuo
01b95bc0f9 补充js和ts对应的哈希查找 2022-12-29 03:20:37 +08:00
justin
60c715b041 Update JavaScript style (Chapter of Hashing) 2022-12-26 23:45:23 +08:00
justin
630bbac285 Add the JavaScript code (Chapter of Hashing) 2022-12-26 23:02:39 +08:00
Yudong Jin
a1f67c6484
Merge pull request #163 from S-N-O-R-L-A-X/linkedlist_stack
Update linkedlist stack in JS and TS
2022-12-24 12:54:05 +08:00
Yudong Jin
17909162fc fine tune 2022-12-24 12:53:16 +08:00
S-N-O-R-L-A-X
49fe239cfa fix: remove redundancy 2022-12-24 09:07:08 +08:00
S-N-O-R-L-A-X
c20f7cdaac fix: fix some comment 2022-12-23 12:08:15 +08:00
S-N-O-R-L-A-X
0394f0c547 feat: add linkedlist_stack in js 2022-12-23 11:48:21 +08:00
Yudong Jin
22314be33c Update binary tree (JS). 2022-12-23 01:25:12 +08:00
JoseHung
5c295bdc31 fix the annotation 2022-12-23 00:55:08 +08:00
JoseHung
f661a3455d fix the annotation 2022-12-23 00:52:41 +08:00
JoseHung
1417313341 add binary_search in JS 2022-12-22 21:38:08 +08:00
JoseHung
c3395be905 fix the error about assignment to constant 2022-12-22 18:53:38 +08:00
JoseHung
bb20cb9db2 add linear_search in JS 2022-12-22 18:48:18 +08:00
Yudong Jin
f39636cb63 Update the structure of the chapter
of binary tree.
2022-12-21 17:19:39 +08:00
Yudong Jin
f3ef226874 Remove the spaces between “ ” and 中文 aside. 2022-12-21 01:37:58 +08:00
Yudong Jin
7283bbaf6f Update the chapter of stack and queue. 2022-12-20 21:33:14 +08:00
Yudong Jin
9bbb0e9466
Merge pull request #139 from S-N-O-R-L-A-X/queue
Queue
2022-12-20 21:04:28 +08:00
Yudong Jin
edf100ec01 Fine tune. 2022-12-20 21:02:09 +08:00
Yudong Jin
1c4ba59606
Merge pull request #133 from tao363/master
Update array stack
2022-12-20 14:14:44 +08:00
Yudong Jin
fa3eff81d1 Update array stack. 2022-12-20 14:13:21 +08:00
Yudong Jin
a8fb1a4f41 Update source codes. 2022-12-20 13:20:20 +08:00
S-N-O-R-L-A-X
1f118c2407 feat: add linkedlist_queue in js 2022-12-20 13:14:22 +08:00
S-N-O-R-L-A-X
e2aec30b05 fix: use private variables 2022-12-20 13:13:19 +08:00
S-N-O-R-L-A-X
14561fc95f feat: add array_queue in js 2022-12-20 13:13:19 +08:00
gyt95
19d7356e8f Add semicolon in test 2022-12-16 16:34:30 +08:00
gyt95
dc985cb962 Update js code and docs 2022-12-16 16:27:13 +08:00
gyt95
c8da48c0d6 Remove function comment 2022-12-16 14:38:44 +08:00
gyt95
87b6026529 Update the test 2022-12-16 00:12:31 +08:00
gyt95
b34fa3b1b1 Update the file header following other js file 2022-12-16 00:04:05 +08:00
gyt95
f7952fca25 Add a test 2022-12-16 00:01:47 +08:00
gyt95
5694c8e8ff update code style for js 2022-12-15 23:41:06 +08:00
gyt95
3a01f21dca Add JS for chapter of computational complexity 2022-12-15 11:06:51 +08:00
justin
07ca137e78 Update JavaScript code to docs style (Chapter of Tree) 2022-12-13 21:44:14 +08:00
justin
2a375ebcbb Fix the PrintUtil.js showTrunks 2022-12-13 21:38:18 +08:00
justin
a171414c7b Update JavaScript style (Chapter of Tree) 2022-12-13 21:32:47 +08:00
Yudong Jin
8b2b75112c Update array.js 2022-12-13 00:10:29 +08:00
Yudong Jin
e038eb4f24 Merge branch 'dev' of github.com:justin-tse/hello-algo into justin-tse-dev 2022-12-13 00:06:18 +08:00
justin
3f39a8c3cc Update JavaScript style (Chapter of Array and Linkedlist) 2022-12-12 21:33:30 +08:00
justin
f6939dab89 Add the remain JavaScript code (Chapter of Array and Linkedlist) 2022-12-12 21:13:49 +08:00
justin
80ef96da69 Update JavaScript style (Chapter of Array) 2022-12-12 21:13:12 +08:00
IsChristina
885be1e46c add remaining code for Array and LinkedList 2022-12-12 21:05:36 +08:00
S-N-O-R-L-A-X
15120d307a fix: fix names and move content to correct place 2022-12-10 00:00:07 +08:00
S-N-O-R-L-A-X
4839be74cd feat: add array_stack in js 2022-12-09 00:05:17 +08:00
Yudong Jin
f6ed7bcc95
Update queue.js 2022-12-05 22:57:24 +08:00
Yudong Jin
0c5e2c45c8
Update queue.js 2022-12-05 22:54:26 +08:00
S-N-O-R-L-A-X
a81a053672 fix: fix small problems 2022-12-05 22:07:41 +08:00
S-N-O-R-L-A-X
d8bc3ba3e5 feat: add queue in ts 2022-12-05 22:05:40 +08:00
S-N-O-R-L-A-X
d0d53c5a84 feat: add queue in js 2022-12-05 22:03:36 +08:00
Yudong Jin
6c89c2b1cb
Merge pull request #71 from IsChristina/js-dev
add JavaScript codes for Tree
2022-12-05 00:15:33 +08:00
Yudong Jin
7dbbc3de12
Update binary_search_tree.js 2022-12-05 00:14:21 +08:00
IsChristina
003dcc56f4 add JavaScript codes for PrintUtil 2022-12-04 23:14:09 +08:00