LeetCode Problem #944: Delete Columns for Sorted Strings

🚀 Day 31 of #100DaysOfCode Solved LeetCode Problem #944 – Delete Columns to Make Sorted. A clean and straightforward problem focused on checking column-wise ordering across multiple strings. The goal was to identify and remove columns that break lexicographical order. Key Learnings: -> Iterated column by column instead of row-wise -> Detected early breaks to optimize checks -> Reinforced understanding of string indexing and comparisons -> Simple logic, but careful traversal mattered Language Used: Java -> Runtime: 7 ms (Beats 92.96%) -> Memory: 47.16 MB Consistency beats intensity. On to the next problem 💪 #LeetCode #Java #Strings #ProblemSolving #100DaysOfCode #Algorithms

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories