「AP過去問 令和6年度秋期 午前 問5」の版間の差分

提供:yonewiki
(ページの作成:「|AP過去問 令和6年度秋期 午前 問題に戻る AP過去問 令和6年度秋期 午前 問4AP過去問 令和6年度秋期 午前 問6へ =='''問5(問題文)'''==   =='''回答・解説'''==   AP過去問 令和6年度秋期 午前 問4AP過去問 令和6年度秋期 午前 問6へ AP過去問 令和6年度秋期 午前#問題||AP過去問 令和6年度秋期 午前…」)
 
6行目: 6行目:


=='''問5(問題文)'''==
=='''問5(問題文)'''==
 
<yjavascript>
</script>
<style>
  table#tree {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  td#tree {
    text-align: center;
    vertical-align: middle;
  }
  .tree {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 400px;
  }
  .node {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f0f8ff;
    border: 2px solid #4682b4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  .line {
    position: absolute;
    width: 2px;
    background-color: #4682b4;
    transform-origin: top center;
  }
</style>
<table>
  <tr>
    <td>
      <div class="tree">
        <!-- Root -->
        <div class="node" style="top: 20px; left: 50%;">15</div>
        <!-- Left Child -->
        <div class="node" style="top: 100px; left: 25%;">10</div>
        <!-- Right Child -->
        <div class="node" style="top: 100px; left: 75%;">20</div>
        <!-- Left Grandchild -->
        <div class="node" style="top: 180px; left: 15%;">8</div>
        <!-- Right Grandchild -->
        <div class="node" style="top: 180px; left: 35%;">12</div>
        <!-- Connectors -->
        <div class="line" style="top: 40px; left: 37%; height: 60px; transform: rotate(135deg);"></div>
        <div class="line" style="top: 40px; left: 63%; height: 60px; transform: rotate(45deg);"></div>
        <div class="line" style="top: 120px; left: 20%; height: 60px; transform: rotate(135deg);"></div>
        <div class="line" style="top: 120px; left: 30%; height: 60px; transform: rotate(45deg);"></div>
      </div>
    </td>
  </tr>
</table>
<script>
</yjavascript>


 
 

2024年11月25日 (月) 21:38時点における版

|AP過去問 令和6年度秋期 午前 問題に戻る

AP過去問 令和6年度秋期 午前 問4

AP過去問 令和6年度秋期 午前 問6

問5(問題文)

15

10

20

8

12

 

回答・解説

 

AP過去問 令和6年度秋期 午前 問4

AP過去問 令和6年度秋期 午前 問6

|AP過去問 令和6年度秋期 午前 問題に戻る