SMA
SMA Unimib
SMA Unimib
287
0.0 (0)
Set of flashcards Details
Flashcards | 287 |
---|---|
Language | Deutsch |
Category | Technology |
Level | University |
Created / Updated | 06.12.2023 / 15.01.2024 |
Weblink |
https://card2brain.ch/box/20231206_sma
|
Embed |
<iframe src="https://card2brain.ch/box/20231206_sma/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
What is tree traversal?
Tree traversal, also known as tree search, is a process of visiting each node of a tree data structure. During tree traversal, you visit each node of a tree exactly once and perform an operation on the nodes like checking the node data (search) or updating the node.
Algorithms for doing tree traversal:
- Depth-First Search (DFS)
- Branches are visited, one after the other
- Three variations
- Breadth-First Search (BFS)
- In layers, starting from the root
What are complex networks?
- Unlike regular and random networks, complex networks capable of reproducing the properties of real interaction networks
- Evolution of the classical graph theory into the modern theory of complex networks
- Non-intuitive characteristics and can be made up of millions of units communicating with each other
- Mathematical methods based on graph theory are therefore used to extract information from complex networks in a synthetic and objective way.
- Example: social networks
What is the first order area and second order area?
Charachterisics of complex networks
What is meant by small-world (theory)?
- Coined by Milgram who did experiment: sample of Americans were asked to deliver a message to a stranger of whom they only knew the name and a few other details but not the address only using network of acquaintances. Results: Average of only between 5 and 7 steps to reach the recipient.
- Short paths exist between individuals in large social networks. These paths can be found by ordinary people.
- Examples of small world: WWW or e-mail exchange
- Edors number: How distant are you in regards to collaboration with mathematician Paul Erdos
- Bacon number: How distant are you in regards to collaboration with Kevin Bacon
- This property makes networks very efficient in terms of information propagation speed (e.g. infectious deseases)
Charachterisics of complex networks
What is meant by clustering?
Charachterisics of complex networks
What is meant by strenght of weak ties?
- The strength of a tie is given by the combination of the amount of time, emotional intensity, intimacy and the exchange of services that characterizes the tie.
- strong ties --> family, friends (primary network)
- weak ties --> informal networks of people, which, in terms of social integration and increase in social capital, are often more important than strong ties (e.g. when looking for a job)
- Tie strenght can be measured by different techniques:
- Identifiying shortcut brdiges
- Neighbourhood overlap assessment
- Evaluation of user activities
Charachterisics of complex networks
What is meant by scale invariance?