khoaxuantu
bd54594a90
feat: add ruby code block - chapter data structure ( #1227 )
7 months ago
khoaxuantu
4fadad50ba
fix: Some Ruby code ( #1231 )
...
* fix: ruby code block - chapter computational complexity
* fix: ruby code - chapter array and linkedlist
7 months ago
Nan Lei
0503e740ad
Update symbol format in LaTex of number encoding section ( #1193 )
7 months ago
Yudong Jin
6e570e2863
Update README for zh-hant version ( #1228 )
...
* Bug fixes
* Fix the term in heap figures
* Unify the font of the chapter covers for the zh, en, and zh-Hant version
* Sync the zh-hant vertion with the main branch
* Update README for testing
* Update README for testing
* Update README for testing
* Update README for zh, en, zh-hant version
* Fix the issue links
* Update README
* Update README
* edition -> version
8 months ago
Yudong Jin
5f7385c8a3
feat: Traditional Chinese version ( #1163 )
...
* First commit
* Update mkdocs.yml
* Translate all the docs to traditional Chinese
* Translate the code files.
* Translate the docker file
* Fix mkdocs.yml
* Translate all the figures from SC to TC
* 二叉搜尋樹 -> 二元搜尋樹
* Update terminology.
* Update terminology
* 构造函数/构造方法 -> 建構子
异或 -> 互斥或
* 擴充套件 -> 擴展
* constant - 常量 - 常數
* 類 -> 類別
* AVL -> AVL 樹
* 數組 -> 陣列
* 係統 -> 系統
斐波那契數列 -> 費波那契數列
運算元量 -> 運算量
引數 -> 參數
* 聯絡 -> 關聯
* 麵試 -> 面試
* 面向物件 -> 物件導向
歸併排序 -> 合併排序
范式 -> 範式
* Fix 算法 -> 演算法
* 錶示 -> 表示
反碼 -> 一補數
補碼 -> 二補數
列列尾部 -> 佇列尾部
區域性性 -> 區域性
一摞 -> 一疊
* Synchronize with main branch
* 賬號 -> 帳號
推匯 -> 推導
* Sync with main branch
* First commit
* Update mkdocs.yml
* Translate all the docs to traditional Chinese
* Translate the code files.
* Translate the docker file
* Fix mkdocs.yml
* Translate all the figures from SC to TC
* 二叉搜尋樹 -> 二元搜尋樹
* Update terminology
* 构造函数/构造方法 -> 建構子
异或 -> 互斥或
* 擴充套件 -> 擴展
* constant - 常量 - 常數
* 類 -> 類別
* AVL -> AVL 樹
* 數組 -> 陣列
* 係統 -> 系統
斐波那契數列 -> 費波那契數列
運算元量 -> 運算量
引數 -> 參數
* 聯絡 -> 關聯
* 麵試 -> 面試
* 面向物件 -> 物件導向
歸併排序 -> 合併排序
范式 -> 範式
* Fix 算法 -> 演算法
* 錶示 -> 表示
反碼 -> 一補數
補碼 -> 二補數
列列尾部 -> 佇列尾部
區域性性 -> 區域性
一摞 -> 一疊
* Synchronize with main branch
* 賬號 -> 帳號
推匯 -> 推導
* Sync with main branch
* Update terminology.md
* 操作数量(num. of operations)-> 操作數量
* 字首和->前綴和
* Update figures
* 歸 -> 迴
記憶體洩漏 -> 記憶體流失
* Fix the bug of the file filter
* 支援 -> 支持
Add zh-Hant/README.md
* Add the zh-Hant chapter covers.
Bug fixes.
* 外掛 -> 擴充功能
* Add the landing page for zh-Hant version
* Unify the font of the chapter covers for the zh, en, and zh-Hant version
* Move zh-Hant/ to zh-hant/
* Translate terminology.md to traditional Chinese
8 months ago
KeiichiKasai
33d7f8a2e5
fix: fixed the incorrect use of Chinese designators ( #1224 )
8 months ago
Yudong Jin
5e2eef0b4d
Adding the chapter of hello_algo and bug fixes ( #1217 )
...
* Add the chapter of hello_algo
* Remove the comment field from the landing page
* Update the link in the landing page
* Fix a typo
* Bug fiixes
* Fix the bug of underlined terms
* Fix the format of English terms
* Fix "静态数据结构" vs. "动态数据结构" in classification_of_data_structure.md
8 months ago
khoaxuantu
043085d0ea
fix: adapt missing ruby style guide ( #1216 )
8 months ago
khoaxuantu
fd580a184a
feat: Add Ruby code - chapter "computational complexity" ( #1212 )
...
* feat: add ruby code - chapter computational complexity
* feat: add ruby code blocks
8 months ago
Yudong Jin
df83b869eb
Add the chapter of hello_algo ( #1215 )
...
* Add the chapter of hello_algo
* Remove the comment field from the landing page
* Update the link in the landing page
* Fix a typo
8 months ago
Yudong Jin
2b1a98fb61
Use underline format for the technical terms ( #1213 )
...
* Use underline format for the technical terms
* Bug fixes
8 months ago
Yudong Jin
3b797d56af
translation: Add the initial translation for the tree chapter ( #1208 )
...
* Add the initial translation for the tree chapter
* Add intial translation of array_representation_of_tree.md
* Fix the code link of avl_tree
8 months ago
Yudong Jin
b3f100aff1
Bug fixes and improvements ( #1205 )
...
* Add Ruby code blocks to documents
* Remove Ruby code from en/docs
* Remove "center-table" class in index.md
* Add "data-toc-label" to handle the latex heading during the build process
* Use normal JD link instead.
* Bug fixes
8 months ago
khoaxuantu
5ce088de52
Fix inconsistent comments Ruby - chapter array and linked list ( #1202 )
...
* fix: inconsistent comments Ruby - chapter array and linked list
* fix: better Ruby code & comments
8 months ago
Yudong Jin
57bdfd6284
Add Ruby code blocks to the documents ( #1200 )
...
* Add Ruby code blocks to documents
* Remove Ruby code from en/docs
8 months ago
Yudong Jin
034ee65e9a
Fix bugs and harmonize the code comments ( #1199 )
...
* Fix the comment in array_deque.go
* Fix the comment in bucket_sort.c
* Translate the Java code comments to Chinese
* Bug fixes
* 二分查找 -> 二分搜尋
* Harmonize comments in `utils` between multiple programming languages
8 months ago
curtishd
cfe8281aee
Add kotlin code for chapter_stack_and_queue and chapter_tree ( #1197 )
...
* Add kotlin code block for chapter_hashing
* Add kotlin code block for chapter_heap.
* Add kotlin code block for chapter_stack_and_queue and chapter_tree
* fix indentation
* Update binary_tree.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
khoaxuantu
85ca4cce43
feat: Add ruby code - chapter "array & linked list" ( #1158 )
...
* feat: add ruby code chapter array & linked list
- array.rb
- linked_list.rb
- list.rb
- my_list.rb
* feat: add ruby code blocks
* chore: fix convention
8 months ago
curtishd
e799513173
Add kotlin code block for chapter_heap ( #1196 )
...
* Add kotlin code block for chapter_hashing
* Add kotlin code block for chapter_heap.
8 months ago
curtishd
8a05edb604
Add kotlin code block for chapter_hashing ( #1195 )
8 months ago
curtishd
5474ffc1ae
Add kotlin code block for the chapter of data structure ( #1190 )
...
* Add kotlin code block for array.md and backtracking_algorithm.md.
* add kotlin code block for chapter_computational_complexity.
* Update space_complexity.md
* preview linked_list.md
* Update linked_list.md
* fill in the missing code blocks.
* Add kotlin code block for chapter_data_structure.
8 months ago
curtishd
2f505e7f38
Add kotlin code block for chapter_computational_complexity ( #1187 )
...
* Add kotlin code block for array.md and backtracking_algorithm.md.
* add kotlin code block for chapter_computational_complexity.
* Update space_complexity.md
* preview linked_list.md
* Update linked_list.md
* fill in the missing code blocks.
8 months ago
curtishd
16350b65e4
Add kotlin code block for array.md and backtracking_algorithm.md. ( #1185 )
8 months ago
curtishd
82a7dc9dcc
Add kotlin code block for chapter array and linkedlist ( #1179 )
...
* add kotlin code block for chapter_array_and_linkedlist.
* modified comment.
* Update list.md
* Update linked_list.md
* fix some indentation.
* fix incorrect display
8 months ago
Yudong Jin
43bb45bceb
Several bug fixes and improvements ( #1178 )
...
* Update pythontutor block with the latest code
* Move docs-en to en/docs
* Move mkdocs.yml and README to en folder
* Fix en/mkdocs.yml
* Update the landing page
* Fix the glossary
* Reduce the font size of the code block tabs
* Add Kotlin blocks to en/docs
* Fix the code link in en/.../deque.md
* Fix the EN README link
8 months ago
Yudong Jin
202450420d
Add the kotlin blocks to the documents ( #1170 )
8 months ago
Nan Lei
55db99ab18
Add return value for recur function of Python in space complexity ( #1169 )
...
* Add return value for recur function of Python in space complexity
* Update space_complexity.md
* Update space_complexity.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
None
739ee24751
Fix toc for the webpage of the chapter of computational complexity ( #1107 )
...
* fix the math formula in TOC
* Update space_complexity.md
* Update time_complexity.md
* Update space_complexity.md
* Update time_complexity.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
Yudong Jin
3d3e16fcd7
Update terminology for traditional Chinese translation ( #1165 )
...
* Add the glossary in Traditional Chinese
* Update terminology.md
* Fix the term "演算法"
* Update the traditional Chinese terms
* Fix several terms.
* Add some terms for sc2tc
* Add 文件, 二叉搜索树
8 months ago
nuomi1
7359a7cb4b
Review Swift codes ( #1150 )
...
* feat(swift): review for chapter_computational_complexity
* feat(swift): review for chapter_data_structure
* feat(swift): review for chapter_array_and_linkedlist
* feat(swift): review for chapter_stack_and_queue
* feat(swift): review for chapter_hashing
* feat(swift): review for chapter_tree
* feat(swift): add codes for heap article
* feat(swift): review for chapter_heap
* feat(swift): review for chapter_graph
* feat(swift): review for chapter_searching
* feat(swift): review for chapter_sorting
* feat(swift): review for chapter_divide_and_conquer
* feat(swift): review for chapter_backtracking
* feat(swift): review for chapter_dynamic_programming
* feat(swift): review for chapter_greedy
* feat(swift): review for utils
* feat(swift): update ci tool
* feat(swift): trailing closure
* feat(swift): array init
* feat(swift): map index
8 months ago
Yudong Jin
7f43f92ae9
Bug fixes and improvements ( #1152 )
...
* Update avl_tree.md
* Remove the empty space
* Simplify the heading of the paperbook chapter
* Update hash_map_open_addressing.go to the latest version
* Improvements
8 months ago
sdshaoda
eb10d07728
Optimize the representation of the AVL tree ( #1106 )
...
* Optimize the representation of the AVL tree
* Update avl_tree.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
Yudong Jin
01c67781fa
Bug fixes and improvements ( #1133 )
...
* Bug fixes
* Update the figure of the JD link
* Unify the code comments of insertion_sort
8 months ago
Yudong Jin
aca031c6c1
Add the section of introduction to the paper book ( #1114 )
...
* Use Roboto mono as the font of the footers
* Bug fixes
* Add the introduction to the paper book.
* Add the 'new' label to the toc
* Turn off the autoplay
* Polish the intro to paperbook
8 months ago
Yudong Jin
87e5b297f8
Reduce the file size of the landing page ( #1105 )
...
* Update suggestions.md
* Add announcement of the paper book release
* Fix size of svg
* Update contrib rocks image
* Optimize HTML of the landing page
* Fix the line breaks
9 months ago
Yudong Jin
799da32eb0
Bug fixes and improvements ( #1092 )
...
* Bug fixes
* Bug fixes
* Reduce figures size
* Update LeetCode problems repo in suggestions.md
* Fix the figures of pivot_division_steps
9 months ago
Yudong Jin
e813b5a0fa
Bug fixes and improvements ( #1078 )
...
* Fix the logo in the en version
* Optimize header color and fix body background color
* Update theme switch's name
* Fix backfrop-filter on Safari
* Update some animation's file name for adding egde when cropping
* Re-count the comments number
* A bug fix in n_queens_problem.md
9 months ago
Yudong Jin
a005c6ebd3
Some improvements ( #1073 )
...
* Update avatar's link in the landing page
* Bug fixes
* Move assets folder from overrides to docs
* Reduce figures' corner radius
* Update copyright
* Update header image
* Krahets -> krahets
* Update the landing page
9 months ago
CuB3y0nd
b77abf058a
typo: Fix typo in chapter_preface/index.md ( #1072 )
...
* typo: Fix typo in chapter_preface/index.md
* Update index.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
10 months ago
Yudong Jin
ead5182288
Update the landing page, preface and reference ( #1067 )
...
* Add preface to the preface chapter and the introduction chapter
* Update the landing page
* Update the reference
10 months ago
Loong Loong
d807077e54
Updated terminology.md ( #1043 )
...
* only with the update of terminology.md
* Reformat table
* 栈底
* Update terminology.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
10 months ago
Yudong Jin
0bd4c34b9a
translation: Add the initial translation of the hashing chapter ( #1066 )
...
* Add the initial translation of the hashing chapter
* Fix
10 months ago
Yudong Jin
c69ae9534d
Some bug fixes and improvements ( #1063 )
...
* Prevent the line breaks of buttons on Safari
* Fix a math symbol
* Small improvements
* Bug fixes and improvements.
10 months ago
Ma Meiyu
82da279c60
Update space_complexity.md ( #1057 )
...
* Update space_complexity.md
10进制正整数n的位数计算的对数部分应该取整
* Update space_complexity.md
* Update space_complexity.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
10 months ago
Yudong Jin
504c6b0568
The 4th revision ( #1060 )
10 months ago
Yudong Jin
dbb2c07cb1
Redesign the landing page ( #1059 )
10 months ago
Yudong Jin
0d294b1731
Improve the landing page, mindmap and pull request template ( #1053 )
...
* Add the hero image.
* Remove code badges from the landing page
* Update the style of the mindmap
* Update the quote of knowledge sharing
* Fix a type
* Update the pull request template
* Update index.md of docs-en
10 months ago
Yudong Jin
f6976978dd
Prepare 1.0.0 release ( #1044 )
...
* Update the book with the thrid revised edition
* Fix a typo
* Update the contributors' information
* Update the mindmap
* Update the version number
10 months ago
Yudong Jin
d85a3bb74d
Figures revision and bug fixes ( #1041 )
...
* Revised the figures thoughout the book.
* Utilize roboto and roboto mono as the font faimly of the English edition
* Fix the naming style
* Update two figures.
* Fix margin of the hero image
* Fix margin of the hero image
10 months ago
Yudong Jin
0b7e99dafa
feat: Adjust the size of pythontutor blocks ( #1036 )
...
* Update the style of the python tutor blocks
* Use pythontutor links instead of iframe in the documents
10 months ago