This is the repo where I dump all my Leetcode stuff. The languages they are mostly solved in are Python and Kotlin.
Problem | Lang | Diff |
---|---|---|
increasing triplet substring | Python | Medium |
add two numbers | Python, Kotlin | Medium |
letter combinations of a phone number | Python | Medium |
group anagrams | Python | Medium |
longest palindromic substring | Python | Medium |
odd even linked list | Python | Medium |
intersection of two lists | Python | Medium |
bt zigzag order traversal | Python | Medium |
bt from preorder and postorder | Python | Medium |
product of array except self | Python | Hard |