Skip to content

Data Structures and Algorithms project completed during the second year of my Computer Science Engineering studies at UPV/EHU

License

Notifications You must be signed in to change notification settings

iyan22/SocialNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Network

Programming project of the subject Data Structures and Algorithms given in second year of Computer Science Engineering in UPV/EHU.

The goal of this project is the creation a functional Social Network that coordinates people and the relations between them. Implementing not only different basic functions, such as loading people and relations into the network or downloading it’s contents into a ".txt" file, but also utilitarian functions, like simple searching and sorting.

The data structures already used at the project are:

  • Arrays (sorted and unsorted)
  • ArrayLists (sorted and unsorted)
  • LinkedList
  • Stack
  • Queue
  • Set
  • HashMap
  • Graph (adjacency list)

About

Data Structures and Algorithms project completed during the second year of my Computer Science Engineering studies at UPV/EHU

Topics

Resources

License

Stars

Watchers

Forks

Languages