<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>estructuras-de-datos on Carrion.dev</title><link>https://carrion.dev/es/tags/estructuras-de-datos/</link><description>Recent content in estructuras-de-datos on Carrion.dev</description><generator>Hugo -- gohugo.io</generator><language>es</language><managingEditor>ignacio@carrion.dev (Ignacio Carrión)</managingEditor><webMaster>ignacio@carrion.dev (Ignacio Carrión)</webMaster><copyright>&amp;copy;{year}, All Rights Reserved</copyright><lastBuildDate>Fri, 05 Sep 2025 08:00:00 +0100</lastBuildDate><atom:link href="https://carrion.dev/es/tags/estructuras-de-datos/index.xml" rel="self" type="application/rss+xml"/><item><title>Estructuras de Datos en Kotlin: Qué usar y cuándo</title><link>https://carrion.dev/es/posts/kotlin-data-structures-guide/</link><pubDate>Fri, 05 Sep 2025 08:00:00 +0100</pubDate><author>ignacio@carrion.dev (Ignacio Carrión)</author><atom:modified>Fri, 05 Sep 2025 08:00:00 +0100</atom:modified><guid>https://carrion.dev/es/posts/kotlin-data-structures-guide/</guid><description>Estructuras de Datos en Kotlin: Qué usar y cuándo Elegir bien la estructura de datos es una de las decisiones de rendimiento más influyentes. Kotlin ofrece APIs expresivas y seguras en tipos sobre las colecciones del JVM, además de opciones específicas como ArrayDeque y colecciones inmutables vía kotlinx.collections.immutable.
Esta guía se centra en la elección práctica: qué usar, cuándo usarlo y qué esperar en términos de complejidad temporal.
TL;DR: Recomendaciones rápidas ¿Necesitas una secuencia ordenada, indexable, redimensionable y con acceso aleatorio rápido?</description><dc:creator>Ignacio Carrión</dc:creator><media:content url="https://carrion.dev/images/kotlin/kotlin-data-structures.png" medium="image"><media:title type="html">featured image</media:title></media:content><category>kotlin</category><category>colecciones</category><category>estructuras-de-datos</category><category>algoritmos</category><category>complejidad</category></item></channel></rss>