<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kamaradski.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.kamaradski.com/feed.php">
        <title>wiki.kamaradski.com - programming:concepts</title>
        <description></description>
        <link>https://wiki.kamaradski.com/</link>
        <image rdf:resource="https://wiki.kamaradski.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-04T11:26:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:concepts:dataformats&amp;rev=1678789818&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:concepts:datastructures&amp;rev=1678789755&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:concepts:datatypes&amp;rev=1678801656&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kamaradski.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>wiki.kamaradski.com</title>
        <link>https://wiki.kamaradski.com/</link>
        <url>https://wiki.kamaradski.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:concepts:dataformats&amp;rev=1678789818&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-14T10:30:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dataformats</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:concepts:dataformats&amp;rev=1678789818&amp;do=diff</link>
        <description>data formats (WIP)

Examples:

	*  CSV (Comma Separated Values)
	*  JSON (JavaScript Object Notation)
	*  XML (Extensible Markup Language)
	*  YAML (YAML Ain&#039;t Markup Language)
	*  HTML (Hypertext Markup Language)
	*  BSON (Binary JSON)
	*  Protocol Buffers</description>
    </item>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:concepts:datastructures&amp;rev=1678789755&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-14T10:29:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>datastructures</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:concepts:datastructures&amp;rev=1678789755&amp;do=diff</link>
        <description>data structures (WIP)

Examples:

	*  Array
	*  Linked List
	*  Stack
	*  Queue
	*  Tree
	*  Graph
	*  Hash Table
	*  Heap
	*  Trie
	*  Segment Tree</description>
    </item>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:concepts:datatypes&amp;rev=1678801656&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-14T13:47:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>datatypes</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:concepts:datatypes&amp;rev=1678801656&amp;do=diff</link>
        <description>data types (WIP)

what is a data type?

A data type is a classification of data that specifies the type of value that a variable can hold. It defines the operations that can be performed on that data, the meaning of the data, and how the data is stored in memory. Different programming languages support different data types, and some programming languages are more strict about data types than others.</description>
    </item>
</rdf:RDF>
