Skip to content

Commit 9fd7867

Browse files
save changes
1 parent 4ad51d6 commit 9fd7867

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

contest/src/main/java/com/github/contest/heap/HeapProdVariant.kt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ fun findDiagonalOrderProdVariant(nums: List<List<Int>>): IntArray {
4040
.let { it.toList().toIntArray() }
4141
}
4242

43-
fun doing() {
44-
val str = buildList<Int> { }
45-
}
46-
47-
48-
fun <T> MutableList<T>.forEachReversed(block: (T) -> Unit) {
49-
for (i in this.size - 1 downTo 0) {
50-
block(this[i])
51-
}
52-
}
5343

5444

5545

0 commit comments

Comments
 (0)