Data table for medals and best race?

Hey guys, my game has 16 tracks and I would like to assign a gold, silver and bronze medal for every best race, according to the track you’re racing. Should I use data table? I would like to build a smooth system without coding too much. Do anyone have any experience in building this system? Thanks guys :smiley:

Why not arrays? An array of structures for each track. In the structures an enum with “Gold”, “Silver”, “Bronze” and the best time.