omkarchittar / smarter-university-system

Smarter University System (SUS)
1 stars 0 forks source link

Create a Binary tree based on the priorities - Lohit #24

Closed nodeicode closed 5 months ago

nodeicode commented 5 months ago

done digraph Lohit_Aryan {

1 -> 3 1 -> 2 3 -> 4 3 -> 12 2 -> 6 2 -> 28 4 -> 5 4 -> 9 6 -> 7 6 -> 8 9 -> Nil2 9 -> 10 8 -> 11 8 -> 13 13 -> 14 13 -> 15 11 -> 16 11 -> Nil4 16 -> 17 16 -> Nil5 17 -> 18 17 -> Nil6 12 -> 19 12 -> 20 15 -> 21 15 -> 22 14 -> 23 14 -> Nil7 23 -> 24 23 -> Nil8 21 -> 26 21 -> 25 26 -> 27 26 -> 35 28 -> 29 28 -> 30 29 -> 31 29 -> 32 30 -> 33 30 -> 34 }