Skip to content

ivanovitchm/datastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

289 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Federal University of Rio Grande do Norte

Technology Center

Department of Computer Engineering and Automation

Algorithms and Data Structure II (DCA3702)

This is the repository for the Algorithms and Data Structures II course, offered by the Department of Computer Engineering and Automation (DCA) of the Technology Center (CT) at the Federal University of Rio Grande do Norte (UFRN).

The DCA aims to train professionals capable of designing and developing computer systems for industrial automation, embedded systems, software systems, distributed systems, computer networks, and information systems. The CT offers undergraduate and graduate courses in Engineering. This course is part of the curriculum of the Computer Engineering program at DCA/UFRN.

References

Tool Link
😃 Networkx networkx.org
⚙️ Gephi gephi.org
🚀 OSMnx github.com/gboeing/osmnx
💾 Dataset snap.stanford.edu/data

Lessons

Week 01

  • Open in PDF Course Outline: Provides an overview of the course structure and topics covered.
    • 🎉 GitHub Education Benefits
      • GitHub Education Pro: Get access to the GitHub Education Pro pack by visiting GitHub Education
    • 📖 Learning Resources
  • Open in PDF Network Fundamentals I: ntroduction to network science, including its scope, real-world applications, mathematical foundations, and core concepts from graph theory.

Week 02

  • Open in PDF Network Fundamentals II: Probability, extended graphs, matrices, degree and representation.

Week 03

  • Open in PDF Small-World Networks: This week introduces fundamental concepts in network science, including small-world phenomena. The lecture explores how these properties influence the structure and dynamics of real-world networks.
    • In this case study, you will construct and analyze a real-world network derived from Wikipedia pages using a snowball sampling approach.
    • Build a graph from Wikipedia pages starting from a seed node
    • Collect data through a snowballing (BFS-like) exploration process
    • Clean the dataset by truncating expansion depth and removing duplicates
    • Explore structural properties of the resulting network (e.g., degree distribution, connectivity)
    • Jupyter Wikipedia Pages Network Notebook

About

Repository for DCA0209, an undergraduate course about Data Structure and Algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors