abhisek247767 / LeetCode2024-6Companies30Days

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
16 stars 29 forks source link

Network Influence Maximization in a Social Graph #47

Open madhura-ingole opened 12 hours ago

madhura-ingole commented 12 hours ago

Problem Statement: This problem involves maximizing the spread of influence in a directed social graph. Each person in the graph has an influence score, and influence spreads through directed edges. The challenge is to select a set of K people such that their influence reaches the maximum number of people, considering the influence flows through the graph.

Goal: Maximize the total influence score across the network by choosing K starting points.

madhura-ingole commented 12 hours ago

@abhisek247767 assign me this issue under hacktoberfest label

abhisek247767 commented 4 hours ago

Assigned

madhura-ingole commented 4 hours ago

Resolved in #53