DSAMaster Logo
DSAMaster
BackmediumStrings

Generate Anagrammed IDs

Problem Description

Given a list of strings representing tool types, a list of strings representing returned statuses, and a list of integers representing collection IDs, generate a list of unique identifiers by anagramming the concatenation of each tool type, returned status, and collection ID.

Constraints

  • 1 ≤ N ≤ 10^5
  • Each tool name has a maximum length of 10 characters
  • Each status (success/error) is exactly 8 characters long (including the spaces)
  • Each collection ID is a positive integer with up to 6 digits
00:00
Loading...

Sign in to Solve

Access the full code editor, ThinkBuddy AI hints, and track your progress.

Sign in Free
Test Cases & Output
Enter test input here...
Click "Run Code" to execute