contains category wise problems(data structures, competitive) of popular platforms.
View the Project on GitHub mayankdutta/category-wise-problems
952. Largest Component Size by Common Factor
edges: [2, 4, 6, 9, 10]
index: [0, 1, 2, 3, 4]
mapping common factor to index
2: 0, 1, 2, 4
3: 2, 3
5: 4
7: NA