<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Core Pages -->
  <url><loc>https://barss.online/</loc><changefreq>weekly</changefreq><priority>1.0</priority></url>
  <url><loc>https://barss.online/dsa</loc><changefreq>weekly</changefreq><priority>0.9</priority></url>
  <url><loc>https://barss.online/sdet-tools</loc><changefreq>monthly</changefreq><priority>0.8</priority></url>
  <url><loc>https://barss.online/cyber-security</loc><changefreq>monthly</changefreq><priority>0.8</priority></url>
  <url><loc>https://barss.online/privacy</loc><changefreq>yearly</changefreq><priority>0.2</priority></url>
  <url><loc>https://barss.online/terms</loc><changefreq>yearly</changefreq><priority>0.2</priority></url>

  <!-- DSA: Arrays & Hashing -->
  <url><loc>https://barss.online/dsa/arrays/two-sum</loc><changefreq>monthly</changefreq><priority>0.8</priority></url>
  <url><loc>https://barss.online/dsa/arrays/group-anagrams</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/valid-sudoku</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/encode-decode-strings</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/majority-element</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/merge-sorted-array</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/best-time-stock</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/contains-duplicate</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/product-of-array-except-self</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/maximum-subarray</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/maximum-product-subarray</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/find-min-rotated-sorted-array</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/search-rotated-sorted-array</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/3sum</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/container-with-most-water</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/trapping-rain-water</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/chocolate-distribution</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/insert-interval</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/merge-intervals</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/non-overlapping-intervals</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/set-matrix-zeroes</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/spiral-matrix</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/arrays/transpose-matrix</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Strings -->
  <url><loc>https://barss.online/dsa/strings/word-search</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/longest-substring</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/longest-repeating-character-replacement</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/minimum-window-substring</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/valid-anagram</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/group-anagrams</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/valid-parentheses</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/valid-palindrome</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/longest-palindromic-substring</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/palindromic-substrings</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/strings/longest-common-prefix</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Binary Search -->
  <url><loc>https://barss.online/dsa/binary-search/permutation-in-string</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Sliding Window -->
  <url><loc>https://barss.online/dsa/sliding-window/permutation-in-string</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/sliding-window/longest-substring-without-repeating-characters</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/sliding-window/minimum-size-subarray-sum</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/sliding-window/trapping-rain-water</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Linked List -->
  <url><loc>https://barss.online/dsa/linked-list/reverse-linked-list</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/detect-cycle-linked-list</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/merge-two-sorted-lists</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/merge-k-sorted-lists</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/remove-nth-node</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/reorder-list</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/add-1-linked-list</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/middle-linked-list</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/linked-list/delete-last-occurrence</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Stacks & Queues -->
  <url><loc>https://barss.online/dsa/stacks-queues/valid-parentheses</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/stacks-queues/min-stack</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/stacks-queues/daily-temperatures</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/stacks-queues/evaluate-reverse-polish-notation</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/stacks-queues/simplify-path</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Trees -->
  <url><loc>https://barss.online/dsa/trees/maximum-depth-binary-tree</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/trees/lowest-common-ancestor</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/trees/serialize-deserialize-binary-tree</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/trees/binary-tree-level-order-traversal</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Trie -->
  <url><loc>https://barss.online/dsa/trie/implement-trie</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/trie/add-search-word</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Heap -->
  <url><loc>https://barss.online/dsa/heap/kth-largest-element-array</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/heap/task-scheduler</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/heap/top-k-frequent-elements</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Graphs -->
  <url><loc>https://barss.online/dsa/graphs/number-of-islands</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/graphs/clone-graph</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/graphs/course-schedule</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/graphs/pacific-atlantic-water-flow</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Backtracking -->
  <url><loc>https://barss.online/dsa/backtracking/combination-sum</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Greedy -->
  <url><loc>https://barss.online/dsa/greedy/jump-game</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Intervals -->
  <url><loc>https://barss.online/dsa/intervals/meeting-rooms</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/intervals/meeting-rooms-ii</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/intervals/merge-intervals</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
  <url><loc>https://barss.online/dsa/intervals/non-overlapping-intervals</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Dynamic Programming -->
  <url><loc>https://barss.online/dsa/dp/climbing-stairs</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Bit Manipulation -->
  <url><loc>https://barss.online/dsa/bit-manipulation/single-number</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- DSA: Design -->
  <url><loc>https://barss.online/dsa/design/lru-cache</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>

  <!-- Cyber Security Phases -->
  <url><loc>https://barss.online/cyber-security/ethical-foundations</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/network-warfare</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/os-mastery</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/security-principia</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/offensive-coding</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/reconnaissance</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/exploit-engineering</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/app-api-security</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/radio-wireless</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/human-layer</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/surveillance-traffic</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/malware-operations</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/digital-forensics</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/red-blue-team</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/cryptographic-weaponry</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/mobile-offense</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/cloud-penetration</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/iot-embedded</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/regulatory-landscape</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
  <url><loc>https://barss.online/cyber-security/ops-toolstack</loc><changefreq>monthly</changefreq><priority>0.6</priority></url>
</urlset>
