<?xml version="1.0" encoding="UTF-8"?>
<!--
  DevMath Tools — XML Sitemap
  https://devmath.tools

  Generated at build time. Contains all public routes.
  Canonical URLs use path-based format matching <link rel="canonical"> tags.

  Note: The application uses HashRouter (/#/path) for client-side routing,
  but canonical URLs are defined without hash fragments per SEO best practices.
  Search engines will use the canonical URLs defined in HTML meta tags.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
                            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- ── Homepage (redirects to /big-o) ──────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Big-O Playground ────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/big-o</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── Entropy Analyzer ────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/entropy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── Reverse Solver ──────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/reverse</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- ── About ───────────────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- ── Privacy Policy ──────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- ── Documentation ───────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/docs</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- ── Settings ────────────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/settings</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <!-- ── Changelog ───────────────────────────────────────────────────────── -->
  <url>
    <loc>https://devmath.tools/changelog</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
