LeetCode problem solutions implemented in Kotlin, focusing on dynamic programming, arrays, and linked list problems.
| Problem | Category | Solution |
|---|---|---|
| Fibonacci | Dynamic Programming | Solution |
| Generate Parentheses | Backtracking | Solution |
| Jump Game II | Greedy/DP | Solution |
| Longest Palindromic Substring | String/DP | Solution |
| Maximum Subarray | Dynamic Programming | Solution |
| Merge Similar Items | Arrays/HashMap | Solution |
| Pascal's Triangle II | Arrays/Math | Solution |
| Remove Nth Node From End | Linked List | Solution |
| Set Matrix Zeroes | Arrays/Matrix | Solution |
- Language: Kotlin
- Platform: JVM
git clone https://github.com/kkaranalbant/Kotlin.gitOpen in IntelliJ IDEA or Android Studio and navigate to any solution.