<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- Home Page -->
  <url>
    <loc>https://www.codebuddy.fun/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Sorting Algorithms -->
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/Sorting/bubble-sort</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/Sorting/merge-sort</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Searching Algorithms -->
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/Searching/linear-search</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/Searching/binary-search</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/Searching/bst</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Stack -->
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/DSA/stack</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/DSA/queue</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.codebuddy.fun/Algorithm/DSA/array</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- About -->
  <url>
    <loc>https://www.codebuddy.fun/about</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
