Skip to content

Concepts of DSA used to Analyse data of FIFA 19 players.

Notifications You must be signed in to change notification settings

humzah286/DSA-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSA-project

This Project was made to test our Data Structures and Alogorithms logic. We used a data set of FIFA 19, and organized it using Arrays, Linked List, AVL trees and graphs. Technology used for making this application was Qt creator in C++.

To keep track of players, clubs and countries, we used AVL trees where each node represents a player, country or club.

Sample data for data.csv is given below:



Now moving on to Application, We can search a player, club or country using the Search bar given below:



we will search for player Lewandowski, following are the results where all his statistics are being showed.



Now we can go to his club or country, we will first see his club. In club, we can view all the players and we can go any player's detailed view.



Now similarly going to his country.



Now from home page, we will view all players where we can sort them according to any feature.



We will view all the players in dataset according to wage.



About

Concepts of DSA used to Analyse data of FIFA 19 players.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published