Leetcode

Leetcode solution 692 Top K Frequent Words

Understanding the Problem The problem statement is as follows: Given an array of words, return the k most frequent words. If there are multiple answers, return answers in their lexicographical order The Code We’ll break down the code into sections to understand how it works. Custom Data Structure: Frequency First, we define a custom class called…

AWS EC2
aws

Amazon EC2: A Quick Summary

This blog is a part of my journey “Embarking on the AWS Solution Architect Associate SAA-CO3 Certification Journey” Table of Content Introduction Introductory Points Configuration Options EC2 User Data Instance Types General Compute Optimised Memory Optimised Storage Optimised EC2 Instance Purchasing Options On Demand Instances Reserved Instances Convertible Reserved Instances Spot Instances Dedicated Hosts Dedicated Instances…