Coding Problems

Count how many patients fall into age groups: Child (<18), Adult (18-65), Senior (>65).

Not Started
Healthcare 1000ms

Find the user who sent the most messages.

Not Started
Social Media 1000ms

Group messages by sender in a dictionary.

Not Started
Social Media 1000ms

Given a list of messages, count the total number sent.

Not Started
Social Media 1000ms

Sort a list of posts by the number of likes in descending order.

Not Started
Social Media 1000ms

Filter products within a given price range.

Not Started
E-Commerce 1000ms

Given a product category, suggest similar products from a dictionary.

Not Started
E-Commerce 1000ms

Given a list of products, return the cheapest one.

Not Started
E-Commerce 1000ms

Apply a discount percentage to the total cart value.

Not Started
E-Commerce 1000ms

Given a list of products with prices, calculate the total cart value.

Not Started
E-Commerce 1000ms