Commit Graph

48 Commits

Author SHA1 Message Date
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
krahets ea901af217 1. Add the building util of Python
for the markdown docs.
2. Update the deploy.sh
2023-02-06 23:23:21 +08:00
Yudong Jin f14e3e4c57 Update linear_search and hashing_search. 2023-02-04 23:49:37 +08:00
Yudong Jin 7ce7386bab Add Zig code blocks. 2023-02-01 22:03:04 +08:00
Yudong Jin eb0afc98ec Number the H1 and H2 headings. 2023-01-31 03:37:50 +08:00
nuomi1 1665fe176c
feat: add Swift codes for chapter_searching articles (#309)
* feat: add Swift codes for linear_search article

* feat: add Swift codes for binary_search article

* feat: add Swift codes for hashing_search article
2023-01-30 15:43:29 +08:00
方圆 caa775c53d
fix: 二分查找,左闭右开区间实现中,注释区间范围右侧符号应该是)而不应该是] (#286)
* fix: 二分查找,左闭右开区间实现中,注释区间范围右侧符号应该是)而不应该是]

我觉得需要改一下,这样更好理解

* fix: 二分查找,代码注释中 ] -> )
2023-01-19 21:06:24 +08:00
方圆 e3164c4513
fix: 二分查找中,双引号写反了 (#287)
md中不好识别,但在页面上展示是反着的
2023-01-19 18:46:41 +08:00
Yudong Jin 7a53f1d082
Merge branch 'master' into master 2023-01-11 19:26:19 +08:00
JoseHung a482f8fd9b JS code identation of binary search 2023-01-11 14:44:32 +08:00
zhuoqinyue 9adc78a3fe
Update docs/chapter_searching/hashing_search.md
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-11 14:13:24 +08:00
zhuoqinyue c6f6fa0015
Update docs/chapter_searching/hashing_search.md
Co-authored-by: Justin Tse <xiefahit@gmail.com>
2023-01-11 14:13:06 +08:00
Daniel 6103a2fc9f
Merge branch 'krahets:master' into master 2023-01-10 10:37:46 +11:00
Yudong Jin aaa2ff29f9 Fix all the ** (bolded symbols). 2023-01-09 22:39:30 +08:00
Daniel 8154ba83a4
Merge branch 'krahets:master' into master 2023-01-09 11:05:01 +11:00
Yudong Jin 73e3452838 Add Swift language blocks to the docs. 2023-01-08 19:41:05 +08:00
steak-zhuo 5cfcba1eb9 update the doc 2023-01-08 13:39:19 +08:00
Yudong Jin 694ea4f665 Modify `。** ` to `**。` for better visualization. 2023-01-07 20:34:32 +08:00
danielsss 2b0d7d1c1b
Added linear search docs for Typescript 2023-01-07 16:41:46 +11:00
Yudong Jin 89a5c6b435 Add description of the comment format. 2023-01-03 15:47:06 +08:00
danielsss f79089d729
Fixed inconsistent brackets 2022-12-27 17:06:39 +11:00
danielsss 88ce287a6f
Fixed format of doc 2022-12-27 09:47:17 +11:00
danielsss e0d3572a47
Fixed format of doc 2022-12-27 09:45:33 +11:00
danielsss 845a68d6f1 Add the TypeScript code and docs for Chapter of Binary Search 2022-12-27 09:30:20 +11:00
Yudong Jin 8733557f00 Update C# code. 2022-12-24 17:05:58 +08:00
zhuzhiqing a427cb1b4d 完善所以c#相关的文档和代码 2022-12-23 15:42:02 +08:00
Yudong Jin 22314be33c Update binary tree (JS). 2022-12-23 01:25:12 +08:00
Yudong Jin 539aeefc75
Update binary_search.md 2022-12-23 01:17:37 +08:00
JoseHung c4c10afdb1 fix the annotation of large number problem 2022-12-23 01:10:53 +08:00
JoseHung 5c295bdc31 fix the annotation 2022-12-23 00:55:08 +08:00
JoseHung 1417313341 add binary_search in JS 2022-12-22 21:38:08 +08:00
JoseHung bb20cb9db2 add linear_search in JS 2022-12-22 18:48:18 +08:00
Yudong Jin f3ef226874 Remove the spaces between “ ” and 中文 aside. 2022-12-21 01:37:58 +08:00
machangxin 2305b09db4 Supplement linear_search documentation 2022-12-17 15:14:38 +08:00
Yudong Jin a5b473f718
Merge pull request #96 from Slone123c/patch
Hashing search and test using go
2022-12-13 00:21:38 +08:00
chenshilong 92e00a5241 1. hashing_search.md editted 2022-12-12 23:24:20 +08:00
chenshilong c5e5be07b8 1. Hashing search and test using go 2022-12-12 16:41:41 +08:00
Yudong Jin 122b0eca26 Update figures. 2022-12-10 02:29:44 +08:00
Slone 75ffa5180e
Update binary_search.md
Edited number out of bound topic
2022-12-05 19:14:50 +08:00
Slone b580b29b66
Update binary_search.md
Left closed right closed interval bsearch using go
2022-12-05 19:08:24 +08:00
Slone ee93cd1d0f
Update binary_search.md 2022-12-05 13:36:51 +08:00
Yudong Jin bc2561fb51 Add the chapter of hash map. 2022-12-05 02:37:16 +08:00
Yudong Jin 8e34be0641 Add Python code (Chapter of searching)
to the docs.
2022-12-04 01:43:58 +08:00
Yudong Jin 9bd5980a81 Organizing all the code blocks. 2022-12-03 01:31:29 +08:00
Yudong Jin 193f67f99e Update binary search 2022-11-29 03:26:50 +08:00
Yudong Jin 19a4ccd86a Add cpp codes for the chapter
computational complexity, sorting, searching.
2022-11-27 04:20:30 +08:00
krahets faba5af781 Update README 2022-11-23 15:50:59 +08:00
krahets 33d79ea6da Update docs for deployment on Vercel. 2022-11-22 17:47:26 +08:00