# Introduction In this challenge, we will be working on a mall management system. The objective is to process the permission data in the system and convert it into a tree structure for rendering the left menu on the mall homepage. We need to extract the authorization fields and compare them with the passed-in permission list to determine which menu items should be displayed.
Click the virtual machine below to start practicing