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>
This commit is contained in:
curtishd
2024-03-25 22:14:55 +08:00
committed by GitHub
parent 5ec5ef9af0
commit 42f48405ef
21 changed files with 20 additions and 19 deletions
@@ -77,4 +77,4 @@ fun main() {
/* 查找节点 */
val index: Int = find(n0, 2)
println("链表中值为 2 的节点的索引 = $index")
}
}