CST 370 week 5 learning journal
this week we learned a lot more about sorting. I learned how to manipulate arrays using two-pointer and stable partitioning techniques, and how to implement Kahn's algorithm for topological sorting in directed graphs. I practiced parsing structured input, handling edge cases, maintaining correct output order, and applying sorting and queue-based logic to solve problems with real world algorithmic applications which is something that I love to do and will need to do!
Comments
Post a Comment