<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Programming &amp; Software Q&amp;A | CollectiveSolver - Recent questions tagged kotlin-list</title>
<link>https://collectivesolver.com/tag/kotlin-list</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to find the floor and ceiling of the value N in an unsorted list with Kotlin</title>
<link>https://collectivesolver.com/91419/how-to-find-the-floor-and-ceiling-of-the-value-n-in-an-unsorted-list-with-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/91419/how-to-find-the-floor-and-ceiling-of-the-value-n-in-an-unsorted-list-with-kotlin</guid>
<pubDate>Sat, 08 Nov 2025 10:46:32 +0000</pubDate>
</item>
<item>
<title>How to rotate list elements left N times in Kotlin</title>
<link>https://collectivesolver.com/90995/how-to-rotate-list-elements-left-n-times-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90995/how-to-rotate-list-elements-left-n-times-in-kotlin</guid>
<pubDate>Thu, 23 Oct 2025 11:36:07 +0000</pubDate>
</item>
<item>
<title>How to add a range of elements of a list to another list at a specific position in Kotlin</title>
<link>https://collectivesolver.com/90906/how-to-add-a-range-of-elements-of-a-list-to-another-list-at-a-specific-position-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90906/how-to-add-a-range-of-elements-of-a-list-to-another-list-at-a-specific-position-in-kotlin</guid>
<pubDate>Fri, 17 Oct 2025 16:13:10 +0000</pubDate>
</item>
<item>
<title>How to add a range of elements of a list to another list in Kotlin</title>
<link>https://collectivesolver.com/90897/how-to-add-a-range-of-elements-of-a-list-to-another-list-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90897/how-to-add-a-range-of-elements-of-a-list-to-another-list-in-kotlin</guid>
<pubDate>Fri, 17 Oct 2025 10:28:39 +0000</pubDate>
</item>
<item>
<title>How to resize a list in Kotlin</title>
<link>https://collectivesolver.com/90851/how-to-resize-a-list-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90851/how-to-resize-a-list-in-kotlin</guid>
<pubDate>Tue, 14 Oct 2025 19:40:23 +0000</pubDate>
</item>
<item>
<title>How to find the two elements in a list whose sum is closest to zero in Kotlin</title>
<link>https://collectivesolver.com/90115/how-to-find-the-two-elements-in-a-list-whose-sum-is-closest-to-zero-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/90115/how-to-find-the-two-elements-in-a-list-whose-sum-is-closest-to-zero-in-kotlin</guid>
<pubDate>Sat, 13 Sep 2025 14:59:40 +0000</pubDate>
</item>
<item>
<title>How to increment an integer represented as an integer list of digits by one in Kotlin</title>
<link>https://collectivesolver.com/87544/how-to-increment-an-integer-represented-as-an-integer-list-of-digits-by-one-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/87544/how-to-increment-an-integer-represented-as-an-integer-list-of-digits-by-one-in-kotlin</guid>
<pubDate>Wed, 02 Jul 2025 09:45:27 +0000</pubDate>
</item>
<item>
<title>How to get the first missing smallest positive integer in an unsorted integer list with Kotlin</title>
<link>https://collectivesolver.com/86384/how-to-get-the-first-missing-smallest-positive-integer-in-an-unsorted-integer-list-with-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/86384/how-to-get-the-first-missing-smallest-positive-integer-in-an-unsorted-integer-list-with-kotlin</guid>
<pubDate>Thu, 05 Jun 2025 05:44:13 +0000</pubDate>
</item>
<item>
<title>How to search insert position of K in a sorted list with Kotlin</title>
<link>https://collectivesolver.com/85069/how-to-search-insert-position-of-k-in-a-sorted-list-with-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/85069/how-to-search-insert-position-of-k-in-a-sorted-list-with-kotlin</guid>
<pubDate>Sat, 10 May 2025 18:52:00 +0000</pubDate>
</item>
<item>
<title>How to filter a list in Kotlin</title>
<link>https://collectivesolver.com/84875/how-to-filter-a-list-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84875/how-to-filter-a-list-in-kotlin</guid>
<pubDate>Mon, 05 May 2025 19:17:30 +0000</pubDate>
</item>
<item>
<title>How to join a list of strings into a string in Kotlin</title>
<link>https://collectivesolver.com/84828/how-to-join-a-list-of-strings-into-a-string-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84828/how-to-join-a-list-of-strings-into-a-string-in-kotlin</guid>
<pubDate>Sun, 04 May 2025 14:08:53 +0000</pubDate>
</item>
<item>
<title>How to pop the first element of a list in Kotlin</title>
<link>https://collectivesolver.com/84794/how-to-pop-the-first-element-of-a-list-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84794/how-to-pop-the-first-element-of-a-list-in-kotlin</guid>
<pubDate>Sat, 03 May 2025 15:20:20 +0000</pubDate>
</item>
<item>
<title>How to convert a list of digits to an integer add 1 and convert it back to a list of digits in Kotlin</title>
<link>https://collectivesolver.com/84066/how-to-convert-a-list-of-digits-to-an-integer-add-1-and-convert-it-back-to-a-list-of-digits-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/84066/how-to-convert-a-list-of-digits-to-an-integer-add-1-and-convert-it-back-to-a-list-of-digits-in-kotlin</guid>
<pubDate>Sat, 12 Apr 2025 15:36:28 +0000</pubDate>
</item>
<item>
<title>How to convert a list of ints to a list of strings in Kotlin</title>
<link>https://collectivesolver.com/83659/how-to-convert-a-list-of-ints-to-a-list-of-strings-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/83659/how-to-convert-a-list-of-ints-to-a-list-of-strings-in-kotlin</guid>
<pubDate>Wed, 02 Apr 2025 04:38:15 +0000</pubDate>
</item>
<item>
<title>How to extract the unique integers from a list excluding duplicates in Kotlin</title>
<link>https://collectivesolver.com/83528/how-to-extract-the-unique-integers-from-a-list-excluding-duplicates-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/83528/how-to-extract-the-unique-integers-from-a-list-excluding-duplicates-in-kotlin</guid>
<pubDate>Sat, 29 Mar 2025 09:23:51 +0000</pubDate>
</item>
<item>
<title>How to find the max and min of a subset of a list in Kotlin</title>
<link>https://collectivesolver.com/83389/how-to-find-the-max-and-min-of-a-subset-of-a-list-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/83389/how-to-find-the-max-and-min-of-a-subset-of-a-list-in-kotlin</guid>
<pubDate>Tue, 25 Mar 2025 18:33:30 +0000</pubDate>
</item>
<item>
<title>How to check whether a non-sequential list is a subset of another non-sequential list in Kotlin</title>
<link>https://collectivesolver.com/83378/how-to-check-whether-a-non-sequential-list-is-a-subset-of-another-non-sequential-list-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/83378/how-to-check-whether-a-non-sequential-list-is-a-subset-of-another-non-sequential-list-in-kotlin</guid>
<pubDate>Tue, 25 Mar 2025 03:46:27 +0000</pubDate>
</item>
<item>
<title>How to get a list subset in Kotlin</title>
<link>https://collectivesolver.com/83359/how-to-get-a-list-subset-in-kotlin</link>
<description></description>
<guid isPermaLink="true">https://collectivesolver.com/83359/how-to-get-a-list-subset-in-kotlin</guid>
<pubDate>Mon, 24 Mar 2025 18:32:19 +0000</pubDate>
</item>
</channel>
</rss>