Exploring DevOps and DSA: Insights from Days 13 to 16


๐ ๏ธ Day 13-14: Terraform Basics
Spent time learning Terraform โ its fundamentals, use cases, and how it simplifies infrastructure provisioning. Understanding Infrastructure as Code (IaC) is crucial for DevOps, and Terraform stands out due to its declarative approach.
๐ Day 15: A Break Day
Taking a break to reset. Sometimes, stepping away helps to come back stronger.
๐ Day 16: Binary Search Exploration & More
Todayโs focus was Binary Search, and it was an eye-opener. This was my first deep dive into applying binary search in various problems outside of college assignments. Itโs fascinating how this simple yet powerful algorithm can be used in multiple ways.
โ Problems Solved:
Binary Search (Easy) ๐
- Classic implementation of binary search on a sorted array.
Search a 2D Matrix (Medium) ๐ข
- Searching efficiently in a matrix where rows and columns are sorted.
Koko Eating Bananas (Medium) ๐
- A fun binary search problem where we determine the minimum eating speed for Koko to finish all bananas within a given time.
Find Minimum in Rotated Sorted Array (Medium) ๐
- Identifying the minimum element in a rotated sorted array using binary search.
Search in Rotated Sorted Array (Medium) ๐
- Searching for a target value in a rotated sorted array in O(log n) time.
Time-Based Key-Value Store (Medium) โณ
- Implementing a time-based key-value storage system that supports retrieval of values based on timestamps, using binary search for efficiency.
Median of Two Sorted Arrays (Hard) ๐
A tricky problem requiring an optimized approach to find the median of two sorted arrays in O(log (m+n)) time.
This was challenging, and even after referring to NeetCodeโs video, I solved it but wasnโt fully satisfied with my approach. Will revisit this later for better understanding.
๐ง Other Progress:
Alongside DSA, I made good progress on another project โ a Node.js backend service for an Android app. Excited to see how it shapes up!
๐ฏ Key Takeaways:
Binary Search has a wider range of applications than I initially thought.
Hard problems require multiple perspectives and deeper analysis.
Balancing DevOps learning, DSA, and development is crucial for steady progress.
It was a productive day, and progress was made! Looking forward to more challenges ahead.
Subscribe to my newsletter
Read articles from Tennis Kumar C directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
