Coding Problems

Given 2D board and word, find if word exists in the grid (DFS)

Not Started
Searching 1000ms

Implement binary search to find target in sorted array

Not Started
Searching 500ms

Merge k sorted linked lists into one sorted linked list

Not Started
Sorting 1500ms

Implement the QuickSort algorithm to sort an array in ascending order

Not Started
Sorting 1000ms

Reserve seats in a row if they are contiguous and available.

Not Started
Ticketing 1000ms

Sum all transactions for each day from a list.

Not Started
Finance 1000ms

Flag transactions with the same amount and recipient within 10 minutes.

Not Started
Finance 1000ms

Merge overlapping time slots to show continuous availability.

Not Started
Scheduling 1000ms

Filter patients with BMI ≥ 30 (Obese). BMI = weight(kg) / height(m)^2.

Not Started
Healthcare 500ms

Calculate the average age of patients from a list.

Not Started
Healthcare 500ms

Flag messages containing spam keywords (e.g., "buy", "promo", "free").

Not Started
Social Media 1000ms

Sort posts by total engagement (likes + comments) in descending order.

Not Started
Social Media 1500ms

Apply discounts based on cart total: 10% if total > $100, else 5%.

Not Started
E-Commerce 1000ms

Given available movies, book a movie and return remaining slots.

Not Started
Booking System 1000ms

Given a list of purchased products, return the top K most frequently bought items.

Not Started
E-Commerce 1000ms

Given a dictionary of movies by genre, return movies of a selected genre.

Not Started
Booking System 1000ms

Given booked seats, check if a seat is available.

Not Started
Booking System 1000ms

Flag transactions above a threshold as suspicious.

Not Started
Banking 1000ms

Given a list of transactions, compute the total balance.

Not Started
Banking 1000ms

Given booked slots, find available time slots.

Not Started
Healthcare 1000ms