Yudong Jin
3f4220de81
Bug fixes and improvements ( #1380 )
...
* 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.
6 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
curtishd
4d9bbe72e1
Improve the consistency between code and comments in Kotlin ( #1268 )
...
* style(kotlin): Make code and comments consistent.
* style(kotlin): convert comment location.
* style(c): Add missing comment.
* style(kotlin): Remove redundant semicolon, parenthesis and brace
* style(kotlin): Put constants inside the function.
* style(kotlin): fix unnecessary indentation.
* style(swift): Add missing comment.
* style(kotlin): Add missing comment.
* style(kotlin): Remove redundant comment.
* style(kotlin): Add missing comment.
* Update linked_list.kt
* style(csharp,js,ts): Add missing comment.
* style(kotlin): Remove empty lines.
* Update list.cs
* Update list.js
* Update list.ts
* roll back to commit 1
* style(cs,js,ts): Add missing comment in docfile.
* style(kotlin): Use normal element swapping instead of scope functions.
7 months ago
curtishd
a3ee733e7b
fix(Kotlin): Remove empty lines ( #1264 )
7 months ago
curtishd
896d9a64f6
Refine kotlin code ( #1241 )
...
* style(kotlin): Improve kotlin codes readability.
* remove redundant quotes.
* style(kotlin): improve codes readability.
* style(kotlin): refine kotlin codes.
* Create kotlin.yml
* Create kotlin.yml
* Delete .github/workflows/kotlin
* Delete .github/workflows/main.yml
* Create kotlin.yml
* Update kotlin.yml
* Delete .github/workflows/kotlin.yml
* Create hello_world_workflow.main.kts
* Delete .github/workflows/hello_world_workflow.main.kts
* remove empty line
7 months ago
curtishd
42f48405ef
Fix all the incorrect comment in kotin files ( #1176 )
...
* feat(kotlin): add kotlin code for utils file.
* Update ListNode.kt
* Update PrintUtil.kt
* fix: add the header comment for linkedlist_stack class.
* fix(kotlin): fix the kotlin file name.
* delete blank line in main function
* add comment for class head.
* delete the old file.
* fix the created time
* delete blank line beneath files.
---------
Co-authored-by: Yudong Jin <krahets@163.com>
8 months ago
curtishd
1845937c5a
Add kotlin code for the chapter of sorting ( #1145 )
...
* feat(kotlin): add kotlin code for chapter sorting.
* style(kotlin): fix some indent.
* refactor(kotlin): refactor quick_sort.kt files.
* style(kotlin): modified medianThree function.
8 months ago