<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CSC438-Intro by Suraya Masrom</title>
      <link>https://padlet.com/suray078/CSC438Intro</link>
      <description>Made with good vibes</description>
      <language>en-us</language>
      <pubDate>2018-03-08 01:39:31 UTC</pubDate>
      <lastBuildDate>2025-10-29 05:25:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>What do knows about Data structure? Abstraction</title>
         <author>suray078</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240839155</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 13:19:57 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240839155</guid>
      </item>
      <item>
         <title></title>
         <author>muhamadafifrahim</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240842753</link>
         <description><![CDATA[<div>Data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 13:25:28 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240842753</guid>
      </item>
      <item>
         <title>Importance of Data Structure</title>
         <author>badrix</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240843313</link>
         <description><![CDATA[<div>Data structure is important to find the best solution to optimize performance and utilize memory space in the best way. it is the study of data behaviour and data organization.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 13:26:17 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240843313</guid>
      </item>
      <item>
         <title>Type of data structure</title>
         <author>nurul_syafiqah504</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240852426</link>
         <description><![CDATA[<div>Primitive data structure<br>-Primitive Data Structures are the basic data structures that directly operate upon the machine instructions.<br>-Integers, Floating point numbers, Character constants, String constants and Pointers come under this category.<br><br>Non-primitive data structure<br>-Non-primitive data structures are more complicated data structures and are derived from primitive data structures.<br>-Arrays, Lists and Files come under this category.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 13:39:10 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240852426</guid>
      </item>
      <item>
         <title></title>
         <author>nursyasaz_ss</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240863374</link>
         <description><![CDATA[<div>A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data&nbsp;to suit a specific purpose so that it can be accessed and worked with in appropriate ways.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 13:54:04 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240863374</guid>
      </item>
      <item>
         <title></title>
         <author>lilyadinaazahari</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240866896</link>
         <description><![CDATA[<div>Data structure is software artifacts which allow user to store and organize data in a computer, so that it can be used efficiently. Data structures are divided into many groups, which are primitive and non -primitive data structures. Integers, pointers, floats and characters are the example of primitive data structures, while examples of non-primitive are list, array,tree, heaps, stack and queue.<br><br></div><div>A data structure said to be linear if its elements are connected in linear or in sequence. Example of linear data structures are queue and stack. Non linear data structures are those data structure in which data items are not in sequence. For example, binary tree.<br><br></div><div>An Abstract Data Type (ADT) is a description on how we view the data and allow user to abstract away from implementation details. Advantages of ADT are modularity, which it is much easier to debug small routines than large routines and it also easier several people to work on a program simultaneously. Next, ADT also have encapsulation as it can access by well-defined interface only.<br><br></div><div>Disadvantages of ADT are insertion and deletion process is slow and it has redundant memory space as it will be difficult to estimate the size of array.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 13:58:48 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240866896</guid>
      </item>
      <item>
         <title></title>
         <author>zawanishukri97</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240871488</link>
         <description><![CDATA[<div>Data structure as we know way in which data are stored for efficient search and retrieval. Different data structures are suited for different problems. Some data structure are useful for simple general problems, such as retrieving data that has been stored with a specific identifier. For example, an online dictionary can be structured so that it can retrieve the definition of a word. On the other hand, specialized data structures have been devised to solve complex specific search problems.  </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 14:05:30 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240871488</guid>
      </item>
      <item>
         <title>Why Study Data Structure ??</title>
         <author>faisallah_zaki19</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240875423</link>
         <description><![CDATA[<div>that because to organize data and stored that can be accessed efficiently . Examples of data structure are lists, arrays, stacks, queues, heaps, trees, and graphs <br><br></div><div><strong>Advantages,,<br></strong><br></div><div>1) Allows easier processing of data.<br>2) Allows information stored on disk very efficiently .<br>3) These are necessary for designing an efficient algorithm.<br>4) We can access data anytime and anywhere. <br><br></div><div><strong>Disadvantages,,<br></strong><br></div><div>1) It is applicable only for advanced users.<br>2)Only can be solved by experts when any issues occurs.<br>3) Slow access in case of some data types <br><br></div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 14:11:07 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240875423</guid>
      </item>
      <item>
         <title></title>
         <author>Suhaila_Ismail</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240889639</link>
         <description><![CDATA[<div>Data structure is a scheme for organizing data in the memory of a computer. Commonly used data structures include lists, arrays, stacks, queues, heaps, trees, and graphs. The way in which the data is organized affects the performance of a program for different tasks.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 14:31:43 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240889639</guid>
      </item>
      <item>
         <title>Data structure</title>
         <author>hjrntsha</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240892288</link>
         <description><![CDATA[<div>Data structure is such a way that collecting and organizing data where we can perform an operation on these data in effective way. It is also about rendering data elements in terms of relationship for a better organization and storage. </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 14:35:55 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240892288</guid>
      </item>
      <item>
         <title>Data Structure</title>
         <author>nrshahidah21</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240908258</link>
         <description><![CDATA[<div>Data Structure is a way of collecting and organising data in such a way that we can perform operations on data in an effective way.<br><br></div><div>There are <strong>two</strong> types of data structure: <strong>primitive data structures</strong> and <strong>non-primitive data structure</strong>.<br><br></div><div>Pro and cons of different data structures:-<br><br></div><div><strong>Array -<br></strong><br></div><div><strong>Pros:</strong><br> -&gt; Access to an array element is fast since we can compute its location quickly.<br> <strong>Cons:</strong><br> -&gt; If we want to insert or delete an element, we have to shift subsequent elements which slows our computation down.<br><br></div><div><strong>Linked Lists – </strong><br> <strong>Pros:</strong><br> -&gt; Inserting and deleting data does not require us to move/shift subsequent data elements.<br><br></div><div><strong>Cons:<br></strong><br></div><div><strong>-</strong>&gt;Linked lists require more memory.<br><br></div><div><strong>Stack –<br></strong><br></div><div><strong>Pros:<br></strong><br></div><div><strong>-</strong>&gt; Not easily corrupted.<br><br></div><div><strong>Cons:<br></strong><br></div><div>-&gt; Creating too many objects on the stack will increase the chances of stack overflow.<br><br></div><div><strong>Queue - </strong><br> <strong>Pros:<br></strong><br></div><div><strong>-</strong>&gt; Not easily corrupted <br><br></div><div><strong>Cons:</strong><br> -&gt; Random access not possible<br><br></div><div><strong>Tree - </strong><br> <strong>Pros:</strong><br> -&gt; Searching is faster (with some ordering e.g., BST). We can search for a given key in moderate time (quicker than Linked List and slower than arrays)<br><br></div><div><strong>Cons:</strong><br> -&gt; High overhead<br><br></div><div><strong>Heap - </strong><br> <strong>Pros:<br></strong><br></div><div><strong>-</strong>&gt; It can offer the maximum memory an OS can provide<br><br></div><div><strong>Cons:</strong><br> -&gt; You must make sure to free the memory when you are done<br><br></div><div><strong>Graph - </strong><br> <strong>Pros:</strong><br> -&gt; Finding the path in efficient way<br> <strong>Cons:</strong><br> -&gt; High overhead<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 14:57:37 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240908258</guid>
      </item>
      <item>
         <title>Data Structure</title>
         <author>akmalr50</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240911731</link>
         <description><![CDATA[<div>Data Structure are structure programmed to store ordered data, so that various operations can be performed on it easily. It represents the knowledge of data to be organized in memory. It should be designed and implemented in such a way that it reduces the complexity and increases the efficiency.<br><br>Example of data structure are tree, linked list and arrays.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 15:02:57 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240911731</guid>
      </item>
      <item>
         <title>Data Structure </title>
         <author>aliaahmadchumill</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240922038</link>
         <description><![CDATA[<div>Data structure is a method of organizing large amount of data more efficiently so that any operation on that data becomes easy.<br><br></div><div>--&gt; Every data structure is used to organize the large amount of data<br> --&gt; Every data structure follows a particular principle<br>--&gt; The operations in a data structure should not violate the basic principle of that data structure.<br><br></div><div>Based on the organizing method of a data structure, data structures are divided into two types.<br><br></div><div><strong>- Linear Data Structures<br></strong><br></div><div><strong>- Non - Linear Data Structures<br></strong><br></div><div><strong>1. Linear Data Structures</strong><br><br></div><div>If a data structure is organizing the data in sequential order, then that data structure is called as Linear Data Structure. For example:<br><br></div><div>- Arrays, List (Linked List), Stack, Queue<br><br></div><div><strong>2. Non - Linear Data Structures</strong><br><br></div><div>If a data structure is organizing the data in random order, then that data structure is called as Non-Linear Data Structure. For example:<br><br></div><div>- Tree, Graph, Dictionaries, Heaps, Tries<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 15:17:36 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240922038</guid>
      </item>
      <item>
         <title></title>
         <author>Wsyahirah</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240944837</link>
         <description><![CDATA[<div><figure class="attachment attachment--preview" data-trix-attachment="{&quot;contentType&quot;:&quot;image&quot;,&quot;height&quot;:430,&quot;url&quot;:&quot;http://3.bp.blogspot.com/-4CcGSJFipoU/VofTCPGVjGI/AAAAAAAACT0/Wc3T-4Q2fpQ/s1600/Classification%2Bof%2Bdata%2Bstructure.jpg&quot;,&quot;width&quot;:753}" data-trix-content-type="image"><img src="http://3.bp.blogspot.com/-4CcGSJFipoU/VofTCPGVjGI/AAAAAAAACT0/Wc3T-4Q2fpQ/s1600/Classification%2Bof%2Bdata%2Bstructure.jpg" width="753" height="430"><figcaption class="attachment__caption"></figcaption></figure></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 15:48:35 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240944837</guid>
      </item>
      <item>
         <title>Data Structure</title>
         <author>rizq97</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240950487</link>
         <description><![CDATA[<div>Data structure is a specialized format for organizing and storing data so that it can be accessed and worked with in appropriate ways to make a program efficient</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 15:56:08 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240950487</guid>
      </item>
      <item>
         <title></title>
         <author>surayahanis23</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/240983777</link>
         <description><![CDATA[<div>Data Structure is an implementation of Abstract Data Type.<br>Abstract data type is used to define high level features and operations for data structure.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-12 16:45:31 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/240983777</guid>
      </item>
      <item>
         <title>Data structure is important in developing a complete program . We need to deal with a collection or bunch of array in implementing this method.</title>
         <author>amarmustaqimasri</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/241163978</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-03-13 00:36:41 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/241163978</guid>
      </item>
      <item>
         <title></title>
         <author>msrh51</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/241168602</link>
         <description><![CDATA[<div>A data structure is a specialized <a href="http://searchcio-midmarket.techtarget.com/definition/format">format</a> for organizing and storing <a href="http://searchdatamanagement.techtarget.com/definition/data">data</a>.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-13 01:03:03 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/241168602</guid>
      </item>
      <item>
         <title>Data Structures</title>
         <author>fes_rozlan</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/241170213</link>
         <description><![CDATA[<div>&nbsp;</div><div>anything that can store data can be called as a data structure, hence Integer, Float, Boolean, Char etc, all are data structures. They are known as <strong>Primitive Data Structures</strong>.<br><br></div><div>Then we also have some complex Data Structures, which are used to store large and connected data. Some example of <strong>Abstract Data Structure</strong> are :<br><br></div><ul><li>Linked List</li><li>Tree</li><li>Graph</li><li>Stack, Queue etc.</li></ul><div><br></div><div>All these data structures allow us to perform different operations on data. We select these data structures based on which type of operation is required.&nbsp;<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-13 01:08:36 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/241170213</guid>
      </item>
      <item>
         <title>The needs of data structure</title>
         <author>sabrinasabri97</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/241170249</link>
         <description><![CDATA[<div>&nbsp;Data structures are used in computing to make it easy to locate and retrieve information. Primitive data structures are simple ways for programming languages to represent basic values. These include data types like integer, char (character), Boolean, pointers, and the like. Non-primitive data structures provide ways of storing multiple values in a single variable. These include arrays, lists, stacks, trees, and so forth. Data structures can also be used to group and organize other data&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-13 01:08:48 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/241170249</guid>
      </item>
      <item>
         <title></title>
         <author>nurulnajwasheikabd_jamal</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/241282893</link>
         <description><![CDATA[<div>Data structures are used to store data in a computer in an organized fashion. Different types of data structures are:-<br><br>Stack- Works in first in last out order. The element inserted first in stack is removed last.<br><br>Queue- First in First out order. The element inserted first is removed first.<br><br>Linked list- Stored data in a linear fashion.<br><br>Trees- Stores data in a non linear fashion with one root node and sub nodes.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-03-13 10:45:35 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/241282893</guid>
      </item>
      <item>
         <title>A data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently. Data structures provide a means to manage large amounts of data efficiently. efficient data structures are a key to designing efficient algorithms. There are stack, queue and linked list data structure.</title>
         <author>fuadzamkhalil</author>
         <link>https://padlet.com/suray078/CSC438Intro/wish/244338776</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-03-21 02:05:33 UTC</pubDate>
         <guid>https://padlet.com/suray078/CSC438Intro/wish/244338776</guid>
      </item>
   </channel>
</rss>
