Category: Sorting coding problemYou are provided with class and enum definitions for a standard card game, including Suit, Rank, Card, Deck, and Player. The deck contains all 52...Input: Given input Output: Printed output
codingMediumVerified
[OA] Energy Wall Explorer
Category: Algorithm coding problemYou are navigating an infinite corridor that contains several invisible barriers. You start at position 0 with F units of fuel. You move one unit...Input: List Output: Integer
codingMediumVerified
N-ary Tree Node Distance
Category: Tree coding problemYou are given an N-ary tree. Each node has a unique integer value val and a list of child nodes. Given two integer values a and b representing nodes...Input: Array Output: Integer
codingMediumVerified
Poker Hand Validator
Category: String coding problemYou are given a hand of exactly 5 cards drawn from a standard 52-card deck. Each card is a string in the format "<RANK> of <SUIT>", where RANK is one...Input: String Output: Computed result
codingMediumVerified
Neighborhood Party Scheduler
Category: String coding problemA social platform organizes events across various neighborhoods. Each event is recorded in two separate lists sharing a common event identifier. You...Input: Array of strings Output: Array
No AI generated questions yet for Scale AI.
Start practicing Scale AI questions
Sign up for free to access walkthroughs, AI-generated questions, and more.