mergesort-2.svg 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
  3. <svg width="264pt" height="116pt" viewBox="0 0 264 116" xmlns="http://www.w3.org/2000/svg">
  4. <g class="graph" transform="scale(1) translate(4 112)">
  5. <title>G</title>
  6. <polygon points="-4 4 -4 -112 260 -112 260 4" fill="#fff" stroke="transparent"/>
  7. <g class="node">
  8. <title>top</title>
  9. <ellipse cx="123" cy="-90" rx="18" ry="18" fill="none" stroke="#000"/>
  10. </g>
  11. <g class="node">
  12. <title>left1</title>
  13. <polygon points="110 -36 0 -36 0 0 110 0" fill="none" stroke="#000"/>
  14. <text x="55" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">sort [2,3,1,1]</text>
  15. </g>
  16. <g class="edge">
  17. <title>top--left1</title>
  18. <path d="m110.53-76.794c-10.812 11.448-26.559 28.122-38.525 40.791" fill="none" stroke="#000"/>
  19. </g>
  20. <g class="node">
  21. <title>right1</title>
  22. <polygon points="256 -36 128 -36 128 0 256 0" fill="none" stroke="#000"/>
  23. <text x="192" y="-14.3" fill="#000000" font-family="Times,serif" font-size="14" text-anchor="middle">sort [10,0,14,4]</text>
  24. </g>
  25. <g class="edge">
  26. <title>top--right1</title>
  27. <path d="m135.66-76.794c10.971 11.448 26.95 28.122 39.091 40.791" fill="none" stroke="#000"/>
  28. </g>
  29. </g>
  30. </svg>