Martin Kysel

Coding Challenges and More

Home Codility Solutions HackerRank Solutions Search About Archive

LeetCode 'Min Stack' Solution

June 3, 2024

Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
Read More

LeetCode 'Copy List with Random Pointer' Solution

May 31, 2024

Construct a deep copy of the list with random pointers
Read More

LeetCode 'Merge Sorted Array' Solution

May 30, 2024

Merge nums1 and nums2 into a single array sorted in non-decreasing order.
Read More

Elevating Your Tech Journey: Unleashing Potential Through Digital Nomad Software Engineering Mentorship

August 15, 2023

In the ever-evolving landscape of software engineering, the digital nomad lifestyle has emerged as an exciting path for those seeking freedom, flexibility, and personal growth. As a passionate software engineer who has embraced this nomadic journey, I am thrilled to extend a helping hand to aspiring developers on their own quests for excellence.
Read More

HackerRank 'String Similarity' Solution

April 13, 2023

For two strings A and B, we define the similarity of the strings to be the length of the longest prefix common to both strings.
Read More

From Ugly to Beautiful: The Transformation of Martinkysel.com

February 25, 2023

Migrating a website from one platform to another can be a daunting task, but with the right tools and techniques, it doesn't have to be a nightmare. In my case, I recently migrated my blog from WordPress to Jekyll, and I'm happy to report that the process was relatively smooth and painless.
Read More
« Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 Next »