Recent content by batch3

  1. B

    MHB Breadth First and Depth First Spanning Trees

    Yes, that is also what I got when I implemented the algorithm.
  2. B

    MHB Breadth First and Depth First Spanning Trees

    Breadth first spanning tree: In this method we use a queue (FIFO). You first start with the vertex earliest in the alphabet. Which is vertex P. We add that to the queue. Step1: queue = P, tree = vertex P Currently, the front of the queue is P. ** We now have to add the next letter (in...
  3. B

    MHB Maximum volume using AM GM inequality

    That is true, I probably would have thought it was too small if the units was in m^3. Thanks!
  4. B

    MHB Maximum volume using AM GM inequality

    Hi everyone, I'm a bit confused with this question. An airline demands that all carry-on bags must have length + width + height at most 90cm. What is the maximum volume of a carry-on bag? How do you know this is the maximum? [Note: You can assume that the airline technically mean "all carry...
Back
Top