<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 14:57:45 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@narcissulyh/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[Programming - C Data Structures -LinkedList 数据结构学习(2)--链表]]></title><description><![CDATA[数据结构学习(2)--链表 今天开始学习链表的部分 链表的概念 链表(linked list)分为很多种。有单链表和多链表等。结点(Node)的组成：线性表中的数据元素及元素之间的逻辑关系可用结点来表示。结点由两部分组成：一部分是用来存储数据元素的值的数据域，另一部分是用来存储元素之间逻辑关系的指针域，指针域存放的是该结点的直接后继结点的地址。结点的结构如图所示： 单链表(Single Linked]]></description><link>http://direct.ecency.com/cn/@narcissulyh/programming-c-data-structures-linkedlist-2</link><guid isPermaLink="true">http://direct.ecency.com/cn/@narcissulyh/programming-c-data-structures-linkedlist-2</guid><category><![CDATA[cn]]></category><dc:creator><![CDATA[narcissulyh]]></dc:creator><pubDate>Mon, 11 Feb 2019 13:01:09 GMT</pubDate><enclosure url="https://i.ecency.com/p/6KincH1mMRDF2wPuVZg436JzNQ1sV1f47VTwGuntvnRJBkgwnkutYd63B2P8xyHKuFgs9fCLGUhCRBCrq2ZbvU6F9pHyfZMNiWNVPB7YwTFQBhJXD7fYZUf9Cn5ur1ZrBoxYAcaGA4eptcyPVKPBGFMbTKhSo7ehppVVXmCMDvxq8iE4ZM8qPL?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[数据结构学习(1)---初识数据结构]]></title><description><![CDATA[数据结构学习系列-----初识数据结构 大家好，我是NarcissuLyh。从今天开始定期分享关于数据结构的知识。在这个系列当中，每篇文章都是一些总结，有错误大家一定要在steemit留言区批评和指证。 数据结构 数据结构(Data Structure)指的是数据元素之间的相互关系，即数据的组织形式。]]></description><link>http://direct.ecency.com/cn/@narcissulyh/1</link><guid isPermaLink="true">http://direct.ecency.com/cn/@narcissulyh/1</guid><category><![CDATA[cn]]></category><dc:creator><![CDATA[narcissulyh]]></dc:creator><pubDate>Fri, 08 Feb 2019 13:36:39 GMT</pubDate></item></channel></rss>