Algorithm

  • Published on
    The P-NP problem is an unsolved problem in theoretical computer science regarding whether complexity classes P and NP are equivalent. In brief, it asks whether problems that can be verified quickly can also be solved quickly.
  • Published on
    Maximum flow problems involve finding a feasible flow through a flow network that maximizes the flow rate.
  • Published on
    Given a weighted graph and two vertices u and v, find a path of minimum total weight between u and v.
  • Published on
    DFS and BFS are algorithms used to traverse graphs or trees. However, they differ in the way they explore the graph and the order in which they visit nodes.