Tag: coding
All the articles with the tag "coding".
The maximum subarray problem from windows to mountains
Published: at 10:00 PM (5 min read)While practicing on Codewars, I've stumbled upon a problem that had me thinking for days. From the first-attempt, ridiculously inefficient solution up to "discovering" Kadane's algorithm, the maximum subarray problem has been one of the funniest challenges I've encountered so far.