All Posts

  • Published on
    The Two Sum problem involves finding indices of two numbers in an array that add up to a target. The brute force method is inefficient (O(n²)), while the hash map approach is faster (O(n)), highlighting the importance of efficient problem-solving techniques.
  • Published on
    After a month of preparation, I took the AWS Cloud Practitioner Exam, using a friend's Udemy PowerPoint and practicing nearly 975 questions. I rescheduled my exam to April 14th, scoring 84%, well above the passing requirement of 70%.