Graph Basics
University Projects #Data Science#Algorithms#Mathematics
NOTE

Click this link to view the full write-up.

Overview#

Implementation of fundamental graph theory concepts and algorithms in R, establishing the foundation for more complex network analysis. Covers graph representation, traversal algorithms, and basic network metrics.

Key Concepts#

  • Implemented graph fundamentals from scratch
  • Visualized graph structures using R packages
  • Documented with R Markdown

Technologies#

R, Graph Theory, Data Structures, Algorithms

← Back to Projects