Skip to content

[MOVED TO GITLAB] 1st Introduction to Algorithms & Data Structures Project - 2014'15

Notifications You must be signed in to change notification settings

ist181045/iaed1415-01-banks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Network

1st IAED Project - 14'15


Problem Description

A recent financial crisis demonstrated the need to understand the way financial systems are interconnected. One way of doing it is map a financial system onto a network, where each node (or vertex) represents a bank and a(n oriented) connection between two nodes represents a loan.

This representation enables the analysis of a financial interactions network's robustness, for example, facing one of its intervenient's collapse.

In this project, we aim to develop a C program that can register and manipulate information referring to the appearance and disappearance of connections between banks, providing a basis for the development of more complex analysis tools.


More information in the Problem's statement.