Add Group member to about page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nontouch Mukleemart 2025-03-06 22:52:42 +07:00
parent 08c7a4d398
commit 93bce6b497

View file

@ -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>
</>
);