top of page

Welcome to our blog devporta
We're glad you're here to explore solutions to coding challenges. Whether you're just starting out or have years of experience, our community is here to support you. I am also on a learning journey and eager to share what I know. Please feel free to share your problems and insights with us.Happy coding!
Search
3016. Minimum Number of Pushes to Type Word II
Problem Statement Given a string word, we want to calculate the minimum number of "pushes" required to type the string. Each character in...
2053. Kth Distinct String in an Array
#LeetCode Solution Time Complexity O(n) Space Complexity O(n) Approach: 1. first store the frequency of each string into hashmap. 2....
bottom of page