Prompt engineering refers to the process of designing and optimizing prompts, or input instructions, to generate desired outputs from a language...
With the trend going on ChatGPT and Github copilot I am scared that my job may go and discussed the same with my father about this. My father told me...
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...