<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Programming and software design on RAVR Lab</title>
    <link>http://ravrlab.ru/en/cs/progr_and_sdes/</link>
    <description>Recent content in Programming and software design on RAVR Lab</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 07 Dec 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://ravrlab.ru/en/cs/progr_and_sdes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Data structures</title>
      <link>http://ravrlab.ru/en/cs/progr_and_sdes/datastructures/</link>
      <pubDate>Sat, 07 Dec 2024 00:00:00 +0000</pubDate>
      <guid>http://ravrlab.ru/en/cs/progr_and_sdes/datastructures/</guid>
      <description>Lists Array (as in Python):&#xA;stored as unified piece of memory access O(1) to any element high cost to add element into the middle of array Linked List (as in Haskell):&#xA;elements are stored all across the memory (every element stores link to next element) access O(n) to any element low cost to add element into the middle of array Dictionaries As Data Structure:&#xA;Hash Table Hash Map Hash Set As ADT (abstract data type):</description>
    </item>
  </channel>
</rss>
