A SCC in a Directed Graph is a subset of vertices where every vertex is reachable from every other vertex within the same subset. In simpler terms, itβs a group of vertices in a directed graph where you can travel from any vertex to any other vertex within the same group, following the direction of edges.