Problem Statement: Given an array of prices of stocks on different days, Need to find which days are the best for buying and selling the...
Memoization is a technique to make function calls in an optimized way that has the heavy computational process It Caches the result as a key and...
An array and a targetedSum are given and we need to find out if 2 elements are added are equal to the targetedSum 3 Ways we can solve the problem 1)...
Simple ETL Web scrapping project where we extract data from a json, Transform the json data and Load it in one csv file Loading JSON file Transform...
Goal Of Data Engineer Make robust, scalable and quality data available for fact-finding and data-driven decision Doing data manipulation with the...