1. IPO share allocation An initial public offering (IPO) refers to the process of offering shares of a private corporation to the public in a new stock…
There are two wooden sticks of lengths A and B respectively. Each of them can be cut into shorter sticks of integer lengths. Our goal is to construct th…
Implement the function filter_words(words, letters) which takes as input: a list of strings words , with the words to filter a string letters , used to…
6. Adding Connections In a TikTok-like social media platform, users are either verified or unverified. Unverified users cannot interact with each other…
Implement a Python application for managing a bookstore’s inventory. The application should allow adding books, finding highest-rated books, and recomme…
Each cycle, one of the three events happens: Option 1: If there are at least conversionRate P resources, then the last conversionRate P resources are re…
Write a function that parses a JSON string. The function should handle one of the three errors below: Invalid JSON: The input string is not valid JSON….
You need to label a large number of files from 1 to N, but one number key on your labeler is broken. Write a program that prompts the user for N and the…
Classify Customer Feedback Given a dataset of customer feedback classified as Positive or Negative, build a deep neural network to classify feedback acc…
Use the HTTP GET method to retrieve information from a database of weather records. Query https://jsonmock.hackerrank.com/api/weather/search?name={keywo…