hello-algo/codes/kotlin
curtishd 2655a2f66a
Simplify kotlin code and improve code readability (#1198)
* 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

* style(kotlin): simplify code and improve readability.

* simplify kt code for chapter_computational_complexity.

* style(kotlin): replace ArrayList with MutableList.

* Update subset_sum_i.kt

Use kotlin api instead of java.

* Update subset_sum_ii.kt

use kotlin api instead of java

* style(kotlin): replace ArrayList with mutablelist.

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2024-04-07 01:31:58 +08:00
..
chapter_array_and_linkedlist Simplify kotlin code and improve code readability (#1198) 2024-04-07 01:31:58 +08:00
chapter_backtracking Simplify kotlin code and improve code readability (#1198) 2024-04-07 01:31:58 +08:00
chapter_computational_complexity Simplify kotlin code and improve code readability (#1198) 2024-04-07 01:31:58 +08:00
chapter_divide_and_conquer Fix all the incorrect comment in kotin files (#1176) 2024-03-25 22:14:55 +08:00
chapter_dynamic_programming Fix all the incorrect comment in kotin files (#1176) 2024-03-25 22:14:55 +08:00
chapter_graph Add kotlin code for the chapter of graph (#1102) 2024-03-03 19:18:07 +08:00
chapter_greedy Add kotlin codes for the chapter of greedy (#1103) 2024-03-04 00:10:34 +08:00
chapter_hashing Fix all the incorrect comment in kotin files (#1176) 2024-03-25 22:14:55 +08:00
chapter_heap Add kotlin code for the chapter of heap (#1115) 2024-03-15 01:12:00 +08:00
chapter_searching Fix all the incorrect comment in kotin files (#1176) 2024-03-25 22:14:55 +08:00
chapter_sorting Fix all the incorrect comment in kotin files (#1176) 2024-03-25 22:14:55 +08:00
chapter_stack_and_queue Fix all the incorrect comment in kotin files (#1176) 2024-03-25 22:14:55 +08:00
chapter_tree Add kotlin code for the chapter of tree (#1172) 2024-03-25 16:22:17 +08:00
utils Fix bugs and harmonize the code comments (#1199) 2024-03-31 03:06:41 +08:00