<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//freeonlineteq.com/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-the-heapsort-algorithm-in-java-a-step-by-step-guide/</loc>
		<lastmod>2025-07-13T18:24:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/heapsort-algorithm-explained-in-place-sorting-with-max-heaps-theory/</loc>
		<lastmod>2025-07-13T18:21:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/priority-queues-understanding-and-utilizing-heap-based-implementations/</loc>
		<lastmod>2025-07-13T18:20:40+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-the-peek-operation-for-efficient-heap-data-access/</loc>
		<lastmod>2025-07-13T18:17:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-deletion-in-heaps-handling-all-cases-with-java-code/</loc>
		<lastmod>2025-07-13T18:16:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/theory-and-concepts-of-deletion-operations-in-heap-data-structures/</loc>
		<lastmod>2025-07-13T18:15:06+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-insertion-operations-in-max-heaps-using-java/</loc>
		<lastmod>2025-07-13T18:14:14+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/efficiently-storing-and-representing-heaps-as-arrays-in-java/</loc>
		<lastmod>2025-07-13T18:12:52+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/understanding-the-underlying-theory-and-properties-of-heaps/</loc>
		<lastmod>2025-07-13T18:12:10+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/comprehensive-introduction-to-heap-data-structures-in-java/</loc>
		<lastmod>2025-07-13T18:11:30+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/hands-on-practice-insertion-and-deletion-operations-in-binary-trees/</loc>
		<lastmod>2025-07-13T18:07:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/solution-and-explanation-for-pre-order-traversal-in-binary-trees/</loc>
		<lastmod>2025-07-13T18:05:14+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/challenge-exercise-implementing-pre-order-traversal-in-binary-trees/</loc>
		<lastmod>2025-07-13T18:03:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/exploring-tree-related-classes-and-structures-within-the-java-jdk/</loc>
		<lastmod>2025-07-13T18:02:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-deletion-of-nodes-with-two-children-in-binary-search-trees/</loc>
		<lastmod>2025-07-13T17:57:39+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/mastering-binary-search-tree-deletion-handling-nodes-with-two-children/</loc>
		<lastmod>2025-07-13T17:56:13+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-node-deletion-in-binary-search-trees-zero-and-one-child/</loc>
		<lastmod>2025-07-13T17:55:40+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/binary-search-tree-deletion-handling-cases-with-zero-or-one-child/</loc>
		<lastmod>2025-07-13T17:54:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-get-min-and-max-operations-on-binary-search-trees/</loc>
		<lastmod>2025-07-13T17:53:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/mastering-tree-traversal-techniques-in-order-pre-order-and-post-order/</loc>
		<lastmod>2025-07-13T17:52:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-insertion-operations-in-binary-search-trees-with-java/</loc>
		<lastmod>2025-07-13T17:51:51+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/deep-dive-into-binary-search-trees-characteristics-and-theory/</loc>
		<lastmod>2025-07-13T17:49:26+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/fundamental-theory-and-terminology-of-tree-data-structures-in-java/</loc>
		<lastmod>2025-07-13T17:48:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/binary-search-java-implementation-iterative-and-recursive-approaches/</loc>
		<lastmod>2025-07-13T17:47:13+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-linear-search-step-by-step-java-code-and-time-complexity/</loc>
		<lastmod>2025-07-13T17:46:38+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-linear-search-step-by-step-java-code-and-time-complexity-2/</loc>
		<lastmod>2025-07-13T17:37:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/introduction-to-searching-algorithms-arrays-and-basic-concepts/</loc>
		<lastmod>2025-07-13T17:36:55+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/hash-table-challenge-2-solution-eliminate-duplicates-in-a-linkedlist-expertly/</loc>
		<lastmod>2025-07-13T10:05:10+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/hashtables-challenge-2-removing-duplicates-from-a-linkedlist-using-a-hashmap/</loc>
		<lastmod>2025-07-13T10:03:13+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/hashing-function-challenge-solution-creating-an-integer-to-array-index-mapper/</loc>
		<lastmod>2025-07-13T10:02:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/hashtables-challenge-1-develop-a-hashing-function-for-integer-array-mapping/</loc>
		<lastmod>2025-07-13T10:01:25+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-the-bucket-sort-algorithm-in-java-a-step-by-step-code-example/</loc>
		<lastmod>2025-07-13T09:54:52+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/bucket-sort-algorithm-explained-understanding-the-theory-and-implementation/</loc>
		<lastmod>2025-07-13T09:53:40+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/exploring-hashmap-hashtable-and-linkedhashmap-in-the-java-development-kit/</loc>
		<lastmod>2025-07-13T09:52:57+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/handling-hash-table-collisions-with-chaining-a-linked-list-approach/</loc>
		<lastmod>2025-07-13T09:51:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/rehashing-after-removing-with-linear-probing-for-improved-hash-table-performance/</loc>
		<lastmod>2025-07-13T09:50:36+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-the-remove-method-when-using-linear-probing-in-hash-tables/</loc>
		<lastmod>2025-07-13T09:49:24+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/collision-resolution-in-hash-tables-with-linear-probing-and-rehasing-techniques/</loc>
		<lastmod>2025-07-13T09:48:15+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-hash-tables-with-arrays-a-practical-java-coding-guide/</loc>
		<lastmod>2025-07-13T09:47:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/hash-table-fundamentals-hashing-keys-values-load-factor-and-collisions/</loc>
		<lastmod>2025-07-13T09:46:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/introduction-to-hash-tables-key-value-pairs-and-advantages-in-data-access/</loc>
		<lastmod>2025-07-13T09:45:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/advanced-circular-queue-implementation-resizing-unwrapping-and-optimization/</loc>
		<lastmod>2025-07-13T09:37:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/enhancing-queues-with-circular-arrays-optimizing-space-and-efficiency-part-1/</loc>
		<lastmod>2025-07-13T09:34:44+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/exploring-queue-and-deque-interfaces-in-the-java-development-kit-jdk/</loc>
		<lastmod>2025-07-13T09:32:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/coding-challenge-test-palindrome-recognition-skills-using-a-queue-and-a-stack/</loc>
		<lastmod>2025-07-13T09:30:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/palindrome-checker-solution-using-stack-and-queue-in-java-detailed-walkthrough/</loc>
		<lastmod>2025-07-13T09:29:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-queues-with-arrays-a-practical-java-coding-guide-with-resizing/</loc>
		<lastmod>2025-07-13T09:17:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/queue-fundamentals-fifo-operations-theory-and-time-complexity-analysis/</loc>
		<lastmod>2025-07-13T09:16:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/queue-data-structures-introduction-and-core-concepts-for-beginners-in-java/</loc>
		<lastmod>2025-07-13T09:16:10+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/stack-challenge-develop-a-palindrome-checker-using-stack-operations/</loc>
		<lastmod>2025-07-13T09:09:32+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/palindrome-checker-using-stacks-a-step-by-step-solution-and-code-walkthrough/</loc>
		<lastmod>2025-07-13T09:08:58+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/using-jdks-linkedlist-for-stacks-leveraging-built-in-java-functionality/</loc>
		<lastmod>2025-07-13T09:07:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-stacks-with-arrays-array-backed-stack-data-structures/</loc>
		<lastmod>2025-07-13T09:06:32+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/stack-operations-and-principles-understanding-lifo-last-in-first-out/</loc>
		<lastmod>2025-07-13T09:04:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/introduction-to-stacks-fundamental-concepts-and-applications/</loc>
		<lastmod>2025-07-13T09:04:04+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/linked-list-challenge-2-solution-maintaining-sorted-order/</loc>
		<lastmod>2025-07-13T08:58:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/linked-lists-coding-challenge-2-sorted-insertion-into-a-singly-linked-list/</loc>
		<lastmod>2025-07-13T08:56:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/linked-list-challenge-1-solution-implementing-add-before-in-a-doubly-linked-list/</loc>
		<lastmod>2025-07-13T08:55:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/linked-lists-coding-challenge-1-adding-before-a-node-in-a-linked-list/</loc>
		<lastmod>2025-07-13T08:44:25+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/jdk-linkedlist-class-exploring-javas-built-in-doubly-linked-list-features/</loc>
		<lastmod>2025-07-13T08:43:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-a-doubly-linked-list-in-java-enhancing-node-connections/</loc>
		<lastmod>2025-07-13T08:42:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/implementing-a-singly-linked-list-in-java-node-creation-and-list-operations/</loc>
		<lastmod>2025-07-13T08:41:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/doubly-linked-lists-theory-bidirectional-traversal-and-node-relationships/</loc>
		<lastmod>2025-07-13T08:41:09+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/singly-linked-lists-conceptual-overview-and-node-based-data-organization/</loc>
		<lastmod>2025-07-13T08:39:52+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/vectors-in-java-thread-safe-operations-and-synchronization-vs-arraylist/</loc>
		<lastmod>2025-07-13T08:39:25+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/deep-dive-into-arraylists-capacity-size-and-dynamic-array-implementation/</loc>
		<lastmod>2025-07-13T08:38:46+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/understanding-abstract-data-types-adts-definitions-and-core-concepts/</loc>
		<lastmod>2025-07-13T08:38:03+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/introduction-to-lists-in-java-exploring-the-java-util-list-interface/</loc>
		<lastmod>2025-07-13T08:37:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/radix-sort-challenge-solution-string-sorting/</loc>
		<lastmod>2025-07-13T08:27:49+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/radix-sort-challenge-string-sorting-implementation/</loc>
		<lastmod>2025-07-13T08:27:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/insertion-sort-challenge-solution-recursive-implementation/</loc>
		<lastmod>2025-07-13T08:26:14+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/insertion-sort-challenge-recursive-implementation/</loc>
		<lastmod>2025-07-13T08:25:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/merge-sort-challenge-solution-descending-order/</loc>
		<lastmod>2025-07-13T08:24:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/merge-sort-challenge-descending-order-sorting/</loc>
		<lastmod>2025-07-13T08:23:43+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/sorting-arrays-in-java-using-the-arrays-class/</loc>
		<lastmod>2025-07-13T08:19:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/radix-sort-implementation-in-java-a-practical-guide/</loc>
		<lastmod>2025-07-13T08:18:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/stable-counting-sort-theory-and-implementation/</loc>
		<lastmod>2025-07-13T08:16:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/radix-sort-sorting-algorithm-for-fixed-width-data/</loc>
		<lastmod>2025-07-13T08:15:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/counting-sort-implementation-in-java-a-step-by-step-guide/</loc>
		<lastmod>2025-07-13T08:15:16+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/counting-sort-linear-time-sorting-algorithm-explained/</loc>
		<lastmod>2025-07-13T08:14:27+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/quick-sort-implementation-in-java-a-practical-guide/</loc>
		<lastmod>2025-07-13T08:13:50+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/quick-sort-divide-and-conquer-sorting-algorithm/</loc>
		<lastmod>2025-07-13T08:12:58+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/merge-sort-implementation-in-java-a-practical-guide/</loc>
		<lastmod>2025-07-13T08:12:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/merge-sort-divide-and-conquer-sorting-algorithm-explained/</loc>
		<lastmod>2025-07-13T08:11:14+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/recursion-explained-a-deep-dive-into-recursive-methods/</loc>
		<lastmod>2025-07-13T08:08:46+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/shell-sort-implementation-in-java-a-step-by-step-guide/</loc>
		<lastmod>2025-07-13T08:07:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/shell-sort-an-efficient-sorting-algorithm-explained/</loc>
		<lastmod>2025-07-13T08:06:50+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/insertion-sort-theory-and-step-by-step-explanation-2/</loc>
		<lastmod>2025-07-13T08:06:06+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/insertion-sort-theory-and-step-by-step-explanation/</loc>
		<lastmod>2025-07-13T08:05:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/selection-sort-implementation-in-java-a-practical-guide/</loc>
		<lastmod>2025-07-13T08:04:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/selection-sort-in-place-sorting-algorithm-explained/</loc>
		<lastmod>2025-07-13T08:04:00+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/stable-vs-unstable-sorting-algorithms-explained/</loc>
		<lastmod>2025-07-13T08:03:36+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/bubble-sort-implementation-in-java-step-by-step-guide/</loc>
		<lastmod>2025-07-13T08:02:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/bubble-sort-explained-theory-and-in-place-sorting/</loc>
		<lastmod>2025-07-13T08:01:58+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/introduction-to-sorting-algorithms/</loc>
		<lastmod>2025-07-13T08:01:32+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/array-operations-big-o-time-complexity/</loc>
		<lastmod>2025-07-13T07:48:20+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/arrays-in-memory-storage-and-access/</loc>
		<lastmod>2025-07-13T07:47:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/big-o-notation-understanding-time-complexity/</loc>
		<lastmod>2025-07-13T07:47:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/java-arrays-a-quick-review-and-refresher/</loc>
		<lastmod>2025-07-13T07:46:51+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/arrays-a-data-structure-introduction/</loc>
		<lastmod>2025-07-13T07:46:26+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/understanding-algorithms-an-introduction/</loc>
		<lastmod>2025-07-13T07:39:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/understanding-data-structures-an-introduction/</loc>
		<lastmod>2025-07-13T07:37:35+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/intellij-idea-installation-guide-for-linux-ubuntu/</loc>
		<lastmod>2025-07-13T07:37:15+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/intellij-idea-installation-guide-for-macos/</loc>
		<lastmod>2025-07-13T07:36:52+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/intellij-idea-installation-guide-for-windows/</loc>
		<lastmod>2025-07-13T07:36:27+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/jdk-8-installation-guide-for-linux-ubuntu/</loc>
		<lastmod>2025-07-13T07:36:07+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/jdk-8-installation-guide-for-macos-users/</loc>
		<lastmod>2025-07-13T07:35:43+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/jdk-8-installation-guide-for-windows-users/</loc>
		<lastmod>2025-07-13T07:35:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/data-structures-and-algorithms-course-overview/</loc>
		<lastmod>2025-07-13T07:34:58+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-and-algorithms-deep-dive-using-java/lessons/course-introduction-and-updates-by-tim-buchalka/</loc>
		<lastmod>2025-07-13T07:34:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/bonus-2/</loc>
		<lastmod>2025-07-13T06:56:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/what-is-the-appendix/</loc>
		<lastmod>2025-07-13T06:55:32+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/machine-learning-and-ai-prerequisite-roadmap-pt-2/</loc>
		<lastmod>2025-07-13T06:54:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/machine-learning-and-ai-prerequisite-roadmap-pt-1/</loc>
		<lastmod>2025-07-13T06:53:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/is-this-for-beginners-or-experts-academic-or-practical-fast-or-slow-paced/</loc>
		<lastmod>2025-07-13T06:53:00+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-succeed-in-this-course-long-version/</loc>
		<lastmod>2025-07-13T06:52:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/python-2-vs-python-3/</loc>
		<lastmod>2025-07-13T06:41:43+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-uncompress-a-tar-gz-file/</loc>
		<lastmod>2025-07-13T06:41:20+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/proof-that-using-jupyter-notebook-is-the-same-as-not-using-it/</loc>
		<lastmod>2025-07-13T06:40:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-code-by-yourself-part-2/</loc>
		<lastmod>2025-07-13T06:40:26+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-code-by-yourself-part-1/</loc>
		<lastmod>2025-07-13T06:39:53+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-install-numpy-scipy-matplotlib-pandas-ipython-theano-and-tensorflow/</loc>
		<lastmod>2025-07-13T06:38:16+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/anaconda-environment-setup/</loc>
		<lastmod>2025-07-13T06:37:50+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/manually-choosing-learning-rate-and-regularization-penalty/</loc>
		<lastmod>2025-07-13T05:55:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/whats-the-difference-between-neural-networks-and-deep-learning/</loc>
		<lastmod>2025-07-13T05:54:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/pytorch-cntk-and-mxnet/</loc>
		<lastmod>2025-07-13T05:53:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/pytorch-batch-norm/</loc>
		<lastmod>2025-07-13T05:51:13+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/pytorch-dropout/</loc>
		<lastmod>2025-07-13T05:50:46+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/pytorch-basics/</loc>
		<lastmod>2025-07-13T05:50:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-easily-convert-keras-into-tensorflow-2-0-code/</loc>
		<lastmod>2025-07-13T05:48:59+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/keras-functional-api/</loc>
		<lastmod>2025-07-13T05:48:32+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/keras-in-code/</loc>
		<lastmod>2025-07-13T05:48:04+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/keras-discussion/</loc>
		<lastmod>2025-07-13T05:47:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-summary/</loc>
		<lastmod>2025-07-13T05:44:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/noise-perspective/</loc>
		<lastmod>2025-07-13T05:44:30+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-theano-part-2/</loc>
		<lastmod>2025-07-13T05:44:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-theano-part-1/</loc>
		<lastmod>2025-07-13T05:43:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-tensorflow-part-2/</loc>
		<lastmod>2025-07-13T05:43:14+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-tensorflow-part-1/</loc>
		<lastmod>2025-07-13T05:42:51+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-theory/</loc>
		<lastmod>2025-07-13T05:42:27+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/exponentially-smoothed-averages/</loc>
		<lastmod>2025-07-13T05:42:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/batch-normalization-introduction/</loc>
		<lastmod>2025-07-13T05:41:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/modern-regularization-techniques-section-summary/</loc>
		<lastmod>2025-07-13T05:37:43+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/noise-injection/</loc>
		<lastmod>2025-07-13T05:37:10+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/dropout-intuition/</loc>
		<lastmod>2025-07-13T05:36:44+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/dropout-regularization/</loc>
		<lastmod>2025-07-13T05:36:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/modern-regularization-techniques-section-introduction/</loc>
		<lastmod>2025-07-13T05:35:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/facial-expression-recognition-project-summary/</loc>
		<lastmod>2025-07-13T05:32:25+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/class-based-ann-in-tensorflow/</loc>
		<lastmod>2025-07-13T05:31:51+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/class-based-ann-in-theano/</loc>
		<lastmod>2025-07-13T05:31:24+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/utilities-walkthrough/</loc>
		<lastmod>2025-07-13T05:31:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/the-class-imbalance-problem/</loc>
		<lastmod>2025-07-13T05:30:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/facial-expression-recognition-problem-description/</loc>
		<lastmod>2025-07-13T05:30:06+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/facial-expression-recognition-project-introduction/</loc>
		<lastmod>2025-07-13T05:29:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/transition-to-the-2nd-half-of-the-course/</loc>
		<lastmod>2025-07-13T05:26:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/theano-vs-tensorflow/</loc>
		<lastmod>2025-07-13T05:25:40+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-improve-your-theano-and-tensorflow-skills/</loc>
		<lastmod>2025-07-13T05:25:13+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/can-big-data-be-used-to-speed-up-backpropagation/</loc>
		<lastmod>2025-07-13T05:24:49+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/installing-nvidia-gpu-accelerated-deep-learning-libraries-on-your-home-computer/</loc>
		<lastmod>2025-07-13T05:24:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/setting-up-a-gpu-instance-on-amazon-web-services/</loc>
		<lastmod>2025-07-13T05:23:36+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/what-is-a-session-and-more/</loc>
		<lastmod>2025-07-13T05:18:58+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/building-a-neural-network-in-tensorflow/</loc>
		<lastmod>2025-07-13T05:18:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/tensorflow-basics-variables-functions-expressions-optimization/</loc>
		<lastmod>2025-07-13T05:17:38+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/is-theano-dead/</loc>
		<lastmod>2025-07-13T05:16:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/building-a-neural-network-in-theano/</loc>
		<lastmod>2025-07-13T05:16:07+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/theano-basics-variables-functions-expressions-optimization/</loc>
		<lastmod>2025-07-13T05:15:38+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/weight-initialization-section-summary/</loc>
		<lastmod>2025-07-13T05:10:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/local-vs-global-minima/</loc>
		<lastmod>2025-07-13T05:10:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/weight-initialization/</loc>
		<lastmod>2025-07-13T05:09:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/vanishing-and-exploding-gradients/</loc>
		<lastmod>2025-07-13T05:09:13+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/weight-initialization-section-introduction/</loc>
		<lastmod>2025-07-13T05:08:52+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/random-search-in-code/</loc>
		<lastmod>2025-07-13T05:05:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/modifying-grid-search/</loc>
		<lastmod>2025-07-13T05:04:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/grid-search-in-code/</loc>
		<lastmod>2025-07-13T05:03:49+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/sampling-logarithmically/</loc>
		<lastmod>2025-07-13T05:03:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/hyperparameter-optimization-cross-validation-grid-search-and-random-search/</loc>
		<lastmod>2025-07-13T05:02:57+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/suggestion-box/</loc>
		<lastmod>2025-07-13T04:59:04+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/adam-in-code/</loc>
		<lastmod>2025-07-13T04:58:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/adam-optimization-pt-2/</loc>
		<lastmod>2025-07-13T04:58:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/adam-optimization-pt-1/</loc>
		<lastmod>2025-07-13T04:57:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/constant-learning-rate-vs-rmsprop-in-code/</loc>
		<lastmod>2025-07-13T04:57:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/variable-and-adaptive-learning-rates/</loc>
		<lastmod>2025-07-13T04:56:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/momentum-in-code/</loc>
		<lastmod>2025-07-13T04:55:46+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/nesterov-momentum/</loc>
		<lastmod>2025-07-13T04:55:11+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/using-momentum-to-speed-up-training/</loc>
		<lastmod>2025-07-13T04:54:30+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/stochastic-gradient-descent-and-mini-batch-gradient-descent-code-pt-2/</loc>
		<lastmod>2025-07-13T04:46:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/stochastic-gradient-descent-and-mini-batch-gradient-descent-code-pt-1/</loc>
		<lastmod>2025-07-13T04:46:24+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/sgd-exercise-prompt/</loc>
		<lastmod>2025-07-13T04:46:05+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/stochastic-gradient-descent-and-mini-batch-gradient-descent-theory/</loc>
		<lastmod>2025-07-13T04:45:42+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-summary/</loc>
		<lastmod>2025-07-13T04:42:06+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-code-pt-2/</loc>
		<lastmod>2025-07-13T04:41:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-code-pt-1/</loc>
		<lastmod>2025-07-13T04:41:11+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-exercise-prompt/</loc>
		<lastmod>2025-07-13T04:40:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-pt-3-artificial-neural-networks/</loc>
		<lastmod>2025-07-13T04:40:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-pt-2-neuron-learning/</loc>
		<lastmod>2025-07-13T04:40:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/review-pt-1-neuron-predictions/</loc>
		<lastmod>2025-07-13T04:39:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/how-to-succeed-in-this-course/</loc>
		<lastmod>2025-07-13T04:36:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/where-to-get-the-code/</loc>
		<lastmod>2025-07-13T04:36:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-science-modern-deep-learning-in-python/lessons/introduction-and-outline/</loc>
		<lastmod>2025-07-13T04:32:56+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-algorithms-essentials-using-c/lessons/checkout/</loc>
		<lastmod>2025-07-13T04:10:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://freeonlineteq.com/courses/data-structures-algorithms-essentials-using-c/lessons/cart-implementation/</loc>
		<lastmod>2025-07-13T04:09:47+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->