Back to problems

Deployments Node Calculation

Algorithm · Snowflake · Medium

Minimum Nodes for Model Deployments Medium · Backtracking, Recursion · Company Tags · Hints Implement a class or data structure named Deployment that holds three pieces of information: a model identifier (a string or integer), the number of GPUs required by a single replica of that model, and the total number of replicas that must be scheduled. You are given a list of such Deployment objects and an integer maxGPUs that represents the GPU capacity of each identical node in…

Checking your access…