<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data-Structures on Jesus Oseguera</title><link>https://r0tbyt3.dev/tags/data-structures/</link><description>Recent content in Data-Structures on Jesus Oseguera</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://r0tbyt3.dev/tags/data-structures/index.xml" rel="self" type="application/rss+xml"/><item><title>Arrays</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/arrays/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/arrays/</guid><description>Arrays Arrays - ordered, index-based collections stored contiguously in memory with O(1) random access and O(n) insertion.
Related Links: Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Sets Stacks Strings Trees Tries</description></item><item><title>Binary Search Trees</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/binary-search-trees/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/binary-search-trees/</guid><description>Binary Search Trees Binary Search Trees - sorted binary trees supporting O(log n) average search, insert, and delete.
Related Links: Arrays Graphs Hash Tables Heaps Linked Lists Queues Sets Stacks Strings Trees Tries</description></item><item><title>Data Structures</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/</guid><description>Data Structures Data Structures - fundamental data structures every engineer must know, with Python 3 implementations and complexity analysis.
Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Sets Stacks Strings Trees Tries Related Links: Algorithms Patterns</description></item><item><title>Graphs</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/graphs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/graphs/</guid><description>Graphs Graphs - collections of nodes connected by edges, represented as adjacency lists or matrices in Python.
Related Links: Arrays Binary Search Trees Hash Tables Heaps Linked Lists Queues Sets Stacks Strings Trees Tries</description></item><item><title>Hash Tables</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/hash-tables/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/hash-tables/</guid><description>Hash Tables Hash Tables - key-value store with O(1) average lookup, insert, and delete, implemented with Python dict and set.
Related Links: Arrays Binary Search Trees Graphs Heaps Linked Lists Queues Sets Stacks Strings Trees Tries</description></item><item><title>Heaps</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/heaps/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/heaps/</guid><description>Heaps Heaps - complete binary trees satisfying the heap property, implemented with Python&amp;rsquo;s heapq module for priority queues.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Linked Lists Queues Sets Stacks Strings Trees Tries</description></item><item><title>Linked Lists</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/linked-lists/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/linked-lists/</guid><description>Linked Lists Linked Lists - node-based dynamic data structure with O(1) insertion at known positions and O(n) access by index.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Queues Sets Stacks Strings Trees Tries</description></item><item><title>Queues</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/queues/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/queues/</guid><description>Queues Queues - FIFO data structure supporting enqueue and dequeue in O(1), implemented with collections.deque.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Sets Stacks Strings Trees Tries</description></item><item><title>Sets</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/sets/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/sets/</guid><description>Sets Sets - unordered collections of unique elements with O(1) average membership testing using Python&amp;rsquo;s built-in set.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Stacks Strings Trees Tries</description></item><item><title>Stacks</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/stacks/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/stacks/</guid><description>Stacks Stacks - LIFO data structure supporting push and pop in O(1), implemented with Python lists or collections.deque.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Sets Strings Trees Tries</description></item><item><title>Strings</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/strings/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/strings/</guid><description>Strings Strings - immutable sequences of characters in Python with common manipulation, searching, and pattern-matching techniques.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Sets Stacks Trees Tries</description></item><item><title>Trees</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/trees/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/trees/</guid><description>Trees Trees - hierarchical node-based structures with a root and parent-child relationships used for ordered data.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Sets Stacks Strings Tries</description></item><item><title>Tries</title><link>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/tries/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://r0tbyt3.dev/wiki/content/backend-engineering/dsa/data-structures/tries/</guid><description>Tries Tries - prefix trees enabling O(m) string search and autocomplete, where m is the length of the key.
Related Links: Arrays Binary Search Trees Graphs Hash Tables Heaps Linked Lists Queues Sets Stacks Strings Trees</description></item></channel></rss>