[Discrete Mathematics] Euler Circuits and Euler Trails

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 29

  • @emir350z
    @emir350z 7 лет назад +34

    Sick channel, dudeee. Saved my discrete course.

  • @mistersir3185
    @mistersir3185 7 лет назад +15

    man you cracked me up so hard at 24:41. "we fuc* low"

    • @Trevtutor
      @Trevtutor  7 лет назад +4

      Duuude what even is up with the audio at that part.

  • @maycodes
    @maycodes 2 года назад +2

    THank you so much, I was doing graph in computer science, got much clarity

  • @commenting000
    @commenting000 4 года назад +2

    Theorem: If the sum of degrees is even in a graph, and it is connected it is an Euler Circuit.
    Axiom 1: If the sum of degrees is even in a graph, removing a circuit removes an even amount of degrees.
    Axiom 2: If the sum of degrees is even in a graph, subgraphs are even and connected.
    Axiom 3: If the sum of degrees is even in a graph, and it is connected, a circuit can be formed, not necessarily an Euler Circuit.
    Axiom 4: Removing a subgraph that is a circuit removes an even amount of degrees from the degree sum of the graph.
    Axiom 5: An Euler Circuit has even degrees and is connected.
    IH: Assume the theorem has been proven for all graphs with n

  • @kasunsampathadhikari6833
    @kasunsampathadhikari6833 5 лет назад +7

    you saved my degree thanks lot

  • @eldarguliyev1209
    @eldarguliyev1209 5 лет назад +1

    What textbook are you talking about?Which one would you suggest?

  • @Ribs351
    @Ribs351 7 лет назад +3

    Well taught mate!

  • @emperor8716
    @emperor8716 8 месяцев назад

    23:10 that is a beautiful graph

  • @kaushikdr
    @kaushikdr 5 лет назад +1

    How do you know how many vertices to use for the base case?

  • @jemand1685
    @jemand1685 2 года назад

    Helped a lot thanks

  • @zainabqureshi5744
    @zainabqureshi5744 Год назад

    can you make a video on hamilton paths and circuits

  • @phanuelmancho1797
    @phanuelmancho1797 Год назад

    Thank you

  • @mohitjha2686
    @mohitjha2686 2 года назад +1

    Euler Circuit can work for disconnected graphs if all the edges are in same component.

  • @vivekkapoor7195
    @vivekkapoor7195 7 лет назад +4

    8 bitstring requires |v|=4 ? I did'nt get that. can u plz explain how? what bit strings r u talking about?

    • @indyyindyy
      @indyyindyy 7 лет назад

      Do you know about the bitstring? It is a word containing 0s and 1s. But I don't know why it requires 4 vertices either.

    • @The6thProgrammer
      @The6thProgrammer 7 лет назад +6

      Each vertex accounts for two bits. This is an application of something called hypercube graphs. Read the section titled "construction" to see how binary numbers are allocated to each vertex here: en.wikipedia.org/wiki/Hypercube_graph

  • @usamabinmuzaffar692
    @usamabinmuzaffar692 3 года назад +1

    I am really confused about the proof for Euler Circuits here... I couldn't understand the inductive hypothesis... So we assume that we have a graph with 'k' edges or less then 'k' edges has an Euler Circuit, cool... But when we do 'k+1', that breaks the conditions of an Euler Circuit as the degrees for the two vertices that the edge is connected between is not even anymore... And that brings the case of 'k-1' as well... How does the degree of each vertex still even?

    • @ruinmasters
      @ruinmasters 3 года назад +2

      e=k+1, you are adding an edge. but that edge must also satisfy (1) and (2), must be connected and even degree, the vertex you add will have have a way in and a way out for sure, since it must also have even degree

  • @JoCS11152
    @JoCS11152 6 месяцев назад

    I don’t get to understand how someone can come up with that solution (the wheel problem). I understand the explanation but how to come up with it?

  • @farshedadib3440
    @farshedadib3440 7 лет назад +1

    For the euler circuit of the rotating drum, why did you name the vertices 10, 11, 01, and 00?

    • @raphaelseitz805
      @raphaelseitz805 7 лет назад

      Farshed Adib this comes from the hypercube, see the video 'vertex degree and regular graphs' at about 11 minutes.

  • @RoshniRMenonKrishna
    @RoshniRMenonKrishna 7 лет назад

    Superb 👌👌👌👌👌

  • @robharwood3538
    @robharwood3538 8 лет назад +2

    Probably could have started your base case for the Euler circuit proof with Case(k Case(k

    • @erlunlian8577
      @erlunlian8577 8 лет назад

      Hi there, you look like someone who understands the proof. I didn't understand how the reconstruction part of the proof proves that e=K+1 is true. Could you explain this to me please?

    • @The6thProgrammer
      @The6thProgrammer 7 лет назад +5

      We remove an Euler Circuit and prove that the graph consists of smaller Euler Circuit Components. When you retrace the circuit you removed, you know that each time you encounter a vertex connected to another Euler Circuit Component you can take that circuit to return to your current vertex without traversing an edge twice (since the Euler Circuit Components have an even number of edges) and continue on your path. Thus when moving through the graph again you have shown that it is true for e = k + 1 since there is an Euler Circuit that you've discovered through the entire graph (which has k+1 edges).

  • @lemontre7502
    @lemontre7502 2 года назад +2

    i cant take it anymore

  • @snehashrestha4884
    @snehashrestha4884 2 года назад +2

    i found theorems so boring