Yudong Jin
c9041c5c5e
Bug fixes and improvements ( #1472 )
...
* preorder, inorder, postorder -> pre-order, in-order, post-order
* Bug fixes
* Bug fixes
* Update what_is_dsa.md
* Sync zh and zh-hant versions
* Sync zh and zh-hant versions.
* Update performance_evaluation.md and time_complexity.md
* Add @khoaxuantu to the landing page.
* Sync zh and zh-hant versions
* Add @ khoaxuantu to the landing page of zh-hant and en versions.
* Sync zh and zh-hant versions.
* Small improvements
* @issue : #1450 (#1453 )
Fix writing "obsecure" to "obscure"
Co-authored-by: Gaya <kheliligaya@gmail.com>
* Update the definition of "adaptive sorting".
* Update n_queens_problem.md
* Sync zh, zh-hant, and en versions.
---------
Co-authored-by: Gaya-Khelili <50716339+Gaya-Khelili@users.noreply.github.com>
Co-authored-by: Gaya <kheliligaya@gmail.com>
4 months ago
Flamingo
4190eca41a
fix(Go): code comment error ( #1404 )
...
* fix: comment error
* fix: comment error in zn-hant version
5 months ago
rongyi
21be3fdaf8
[Rust] Normalize mid calculation in case overflow ( #1363 )
...
* Normalize mid calculate in case overflow
* Change ALL language
* Update merge_sort.py
* Update merge_sort.zig
* Update binary_search_tree.zig
* Update binary_search_recur.py
---------
Co-authored-by: Yudong Jin <krahets@163.com>
6 months ago
Yudong Jin
c4a7966882
Bug fixes and improvements ( #1348 )
...
* Add "reference" for EN version. Bug fixes.
* Unify the figure reference as "the figure below" and "the figure above".
Bug fixes.
* Format the EN markdown files.
* Replace "" with <u></u> for EN version and bug fixes
* Fix biary_tree_dfs.png
* Fix biary_tree_dfs.png
* Fix zh-hant/biary_tree_dfs.png
* Fix heap_sort_step1.png
* Sync zh and zh-hant versions.
* Bug fixes
* Fix EN figures
* Bug fixes
* Fix the figure labels for EN version
6 months ago
Yudong Jin
870e3e5cb2
Bug fixes and improvements ( #1318 )
...
* Sync zh and zh-hant versions
* Update en/README.md
* Add a Q&A for chapter of introduction
* Update the callout headers
* Sync zh ang zh-hant versions
* Bug fixes
7 months ago
Yudong Jin
b2f0d4603d
Many bug fixes and improvements ( #1270 )
...
* Add Ruby and Kotlin icons
Add the avatar of @curtishd
* Update README
* Synchronize zh-hant and zh versions.
* Translate the pythontutor blocks to traditional Chinese
* Fix en/mkdocs.yml
* Update the landing page of the en version.
* Fix the Dockerfile
* Refine the en landingpage
* Fix en landing page
* Reset the README.md
7 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