<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Main Pages -->
  <url>
    <loc>https://algovieww.me/</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>1.0</priority>
    <changefreq>weekly</changefreq>
  </url>
  
  <url>
    <loc>https://algovieww.me/about</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
  </url>
  
  <url>
    <loc>https://algovieww.me/features</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.9</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.95</priority>
    <changefreq>weekly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/interview</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/profile</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
  </url>
  
  <url>
    <loc>https://algovieww.me/contact</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.7</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/cookie-policy</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.5</priority>
    <changefreq>yearly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/privacy-policy</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.5</priority>
    <changefreq>yearly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/terms-of-service</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.5</priority>
    <changefreq>yearly</changefreq>
  </url>

  <!-- SORTING ALGORITHMS (7) -->
  <url>
    <loc>https://algovieww.me/dsa/sorting/bubbleSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/sorting/insertionSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/sorting/mergeSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/sorting/quickSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/sorting/selectionSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/sorting/heapSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/sorting/bucketSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- SEARCHING ALGORITHMS (2) -->
  <url>
    <loc>https://algovieww.me/dsa/searching/linearSearch</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/searching/binarySearch</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- GRAPH ALGORITHMS (11) -->
  <url>
    <loc>https://algovieww.me/dsa/graph/bfs</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.85</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/dfs</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.85</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/dijkstra</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.85</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/bellmanFord</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/floydWarshall</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/graphColoring</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/kruskal</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.85</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/prim</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.85</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/topologicalSort</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/kosaraju</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/pagerank</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/graph/tsp</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- PATHFINDING ALGORITHMS (1) -->
  <url>
    <loc>https://algovieww.me/dsa/pathfinding/aStar</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <!-- DYNAMIC PROGRAMMING (2) -->
  <url>
    <loc>https://algovieww.me/dsa/dp/climbingStairs</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

  <url>
    <loc>https://algovieww.me/dsa/dp/fibonacci</loc>
    <lastmod>2026-04-03</lastmod>
    <priority>0.8</priority>
    <changefreq>monthly</changefreq>
  </url>

</urlset>
