<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>sWWW - Sylwester Wojnowski - Code For The Web</title>
    <link>https://wojnowski.net.pl/</link>
    <description>Web Development articles and code. Tag: data structure</description>
    <generator>sWWWRSSGenerator</generator>
    <copyright>2026 Sylwester Wojnowski. All rights reserved.</copyright>
    <category>Information Technology</category>
    <language>en-us</language>
    <image>
      <link>https://swww.com.pl/</link>
      <url>https://swww.com.pl/media/img/post/swww_144.png</url>
      <title>sWWW - Sylwester Wojnowski - Code For The Web</title>
    </image>
    <pubDate>Fri, 24 Jul 2020 00:31:31 +0100</pubDate>
    <item>
      <title>Using arrow functions for recursive post-order tree traversal</title>
      <pubDate>Fri, 24 Jul 2020 00:31:31 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/using-arrow-functions-for-recursive-post-order-tree-traversal</guid>
      <description>Using JavaScript arrow functions for post-order based tree data structure traversal.</description>
    </item>
    <item>
      <title>Traversing array from the middle in PHP</title>
      <pubDate>Wed, 30 Aug 2017 15:51:20 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/traversing-array-from-the-middle-in-php</guid>
      <description>Article on middle-item-first array traversing schemes implemented in PHP with code examples.</description>
    </item>
    <item>
      <title>Converting tree to correct HTML list in PHP</title>
      <pubDate>Fri, 07 Jul 2017 22:48:43 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/converting-tree-to-correct-html-list-in-php</guid>
      <description>Converting trees into correct HTML lists using tree traversal in pre-order  algorithm.</description>
    </item>
    <item>
      <title>Traversing trees in pre-order recursively in PHP</title>
      <pubDate>Mon, 03 Jul 2017 13:58:12 +0100</pubDate>
      <guid>http://swww.com.pl/main/index/traversing-trees-in-pre-order-recursively-in-php</guid>
      <description>Article on traversing tree data structure depth-first in pre-order recursively with examples in PHP programming language.</description>
    </item>
  </channel>
</rss>
