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
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
29dbe8cd82
Update TypeScript codes.
2023-02-02 03:08:43 +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
方圆
caa775c53d
fix: 二分查找,左闭右开区间实现中,注释区间范围右侧符号应该是)而不应该是] ( #286 )
...
* fix: 二分查找,左闭右开区间实现中,注释区间范围右侧符号应该是)而不应该是]
我觉得需要改一下,这样更好理解
* fix: 二分查找,代码注释中 ] -> )
2023-01-19 21:06:24 +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
zhuoqinyue
4d542be9d4
Update codes/typescript/chapter_searching/hashing_search.ts
...
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-11 14:13:16 +08:00
zhuoqinyue
55089726d6
Update codes/typescript/chapter_searching/hashing_search.ts
...
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-11 14:12:57 +08:00
Daniel
83ed991d40
Merge branch 'krahets:master' into master
2023-01-10 21:45:25 +11: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
Daniel
8154ba83a4
Merge branch 'krahets:master' into master
2023-01-09 11:05:01 +11: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
steak-zhuo
01a6fcef20
补充完整对应的ts类型
2023-01-08 13:08:30 +08:00
steak-zhuo
a7a3618ee0
translate arrToLinkedList method
2023-01-08 12:47:33 +08:00
danielsss
2b0d7d1c1b
Added linear search docs for Typescript
2023-01-07 16:41:46 +11:00
danielsss
e1d561bc08
added: linear search for Typescript
2023-01-07 16:38:13 +11: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
c53f64d56b
code(ts): worst best time complexity
2023-01-05 10:23:12 +08:00
RiverTwilight
8031e0e2c5
lint: added missing keyword
2023-01-05 10:20:19 +08:00
Yudong Jin
9f7a9fde20
Update codes/typescript/chapter_computational_complexity/time_complexity.ts
...
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-05 01:02:00 +08:00
Yudong Jin
a29a584b6f
Update codes/typescript/chapter_computational_complexity/time_complexity.ts
...
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-05 01:01:28 +08:00
Yudong Jin
c5a9eea0a9
Update codes/typescript/chapter_computational_complexity/time_complexity.ts
...
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-05 01:01:17 +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
Yudong Jin
410c5d6b62
Free memory after removing
...
a node from a LinkedList or TreeNode.
2023-01-02 19:53:55 +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
327b566ff9
Update merge_sort.ts
2022-12-30 13:23:26 -05:00