Skip to content

Instantly share code, notes, and snippets.

View davidwekesar's full-sized avatar
🎯
Focusing

David Wekesa davidwekesar

🎯
Focusing
View GitHub Profile
@davidwekesar
davidwekesar / ValidParenthesesTest.kt
Last active May 26, 2024 07:07
Valid Parentheses Solution
import junit.framework.TestCase.assertEquals
/**
* Without changing anything in the main function
* Ensure all the test cases pass
*/
fun main() {
val values = listOf(