C tournament

Job ID: 30685167

Budget: €30 – €250 EUR

It is intended to organize a tournament with at least 8 teams. The teams play between itself, with the defeated teams being eliminated from the games, until reaching the winning team (playoffs). the distribution of teams in the starting table must be done by randomly. Create the structures you deem suitable to store the teams participating in the tournament with their respective players and the tournament and tournament play structures depicted in the figure. The teams defined at the beginning of the tournament do not change during the tournament but the players participating in the different games may not be the same and therefore in each game which players must be registered. participated, updating the field number of games (of these players) . Considering the amount of teams and players, it should be possible to keep data between runs. . Develop in subprograms that you deem appropriate to carry out the tasks: The. Insert the tournament teams; B. Create the schedule of the tournament games schedule; ç. Insert the players of each team involved in each game, updating the related data; d. Insert the results of each game and then place the winning team in the game of the next round; and. View the status of the tournament at any time: games already played with their results and games scheduled for the next round; f. Change the data of a game chosen by the user; g. Determine the winning team of the tournament; H. Create a csv file with tournament game results Notes: mandatory use of pointers C language only Question: whats the c language´s code that makes all this possible (looking for the code itself)
Related categories: C Programming