Skip to content

Simple Social Network. Graph in C. Final Work for AED2 from Universidade Federal de Uberlândia - UFU

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

maateusx/AED2_Graph

Repository files navigation

Final Work for Algorithms and Data Structures 2 - UFU

Final Work for Algorithms and Data Structures 1 Class, from Universidade Federal de Uberlândia - UFU.

Get Started

It is an example of a simple social network, represented by a graph. We have 2 recording files, which are: "data.txt" and "Registro_de_Atividade.txt", the first writes all the system data (vertices and edges), the second saves the activity history (a simple log).

  • Each vertex represents a user, they own their personal data.
  • Each edge represents a connection between two users, one user can follow another (uni-directional edges).

Technology/Libs

  • C

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Simple Social Network. Graph in C. Final Work for AED2 from Universidade Federal de Uberlândia - UFU

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages