about summary refs log tree commit diff stats
path: root/src/Home.svelte
blob: 1a81465e2fc3b5b227274a78c81187a1b8523f95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>
  Navigate to an Algorithm page. Click solve after entering the
  values, on some pages it'll update the solution as you change the
  values using the slider.
</p>
<p>
  Checkout my other
  <a href="https://andinus.unfla.me/projects">projects</a>.
</p>
<p>
  Inspired by Karishma's work:
  <a href="https://karishmarajput.github.io/cg-algo">
    karishmarajput.github.io/cg-algo
  </a>.
</p>