Add Group member to about page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
08c7a4d398
commit
93bce6b497
1 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,13 @@ const AboutPage = () => {
|
|||
|
||||
<h2>Conclusion</h2>
|
||||
<p>The Traveling Salesman Problem is a fundamental challenge in optimization and AI. While blind search guarantees the optimal route, its cost is too high for large problems. Heuristic search algorithms provide practical alternatives that yield near-optimal solutions efficiently.</p>
|
||||
<h4>Created by</h4>
|
||||
<ul>
|
||||
<li>64010823 วีรภัทร อินอุดม</li>
|
||||
<li>64010543 พงศ์ภีระ วงศประสิทธิพร</li>
|
||||
<li>64011106 ณรงค์พล กิจรังสรรค์</li>
|
||||
<li>64011160 นนทัช มุกลีมาศ</li>
|
||||
</ul>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue