Add kotlin code for the chapter of stack and queue (#1162)

* modified array.kt.

* feat(kotlin): add kotlin code for the chapter of stack and queue.

* modified array.kt

* modified comments.
This commit is contained in:
curtishd
2024-03-23 19:33:18 +08:00
committed by GitHub
parent 3d3e16fcd7
commit 6069cb89a7
10 changed files with 802 additions and 1 deletions

View File

@ -98,4 +98,4 @@ fun main() {
/* 查找元素 */
val index: Int = find(nums, 3)
println("在 nums 中查找元素 3 ,得到索引 = $index")
}
}