<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pieter van Zyl</title>
    <description>The latest articles on DEV Community by Pieter van Zyl (@pietervanzyldev).</description>
    <link>https://dev.to/pietervanzyldev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F697187%2Fb7136a45-33d0-4933-8155-34c59c14728c.jpeg</url>
      <title>DEV Community: Pieter van Zyl</title>
      <link>https://dev.to/pietervanzyldev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pietervanzyldev"/>
    <language>en</language>
    <item>
      <title>Data Structures and Algorithms in JavaScript</title>
      <dc:creator>Pieter van Zyl</dc:creator>
      <pubDate>Mon, 17 Jan 2022 08:55:00 +0000</pubDate>
      <link>https://dev.to/pietervanzyldev/data-structures-and-algorithms-in-javascript-1kd0</link>
      <guid>https://dev.to/pietervanzyldev/data-structures-and-algorithms-in-javascript-1kd0</guid>
      <description>&lt;h2&gt;
  
  
  Welcome and Hello !
&lt;/h2&gt;

&lt;h4&gt;
  
  
  A little bit About Me
&lt;/h4&gt;

&lt;p&gt;My name is Pieter van Zyl &lt;br&gt;
I'm a South African, &lt;strong&gt;Full-Stack Developer&lt;/strong&gt; working as a consultant. &lt;br&gt;
My team focuses on Full stack Machine Learning Solutions for clients. E.g. Forecasting Models, Integrated with a custom dashboard.&lt;/p&gt;

&lt;p&gt;In this Series I'll refresh my Data Structures and Algorithms Fundamentals in Javascript.&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Structures
&lt;/h2&gt;

&lt;p&gt;Arrays &amp;amp; Strings&lt;br&gt;
Linked List&lt;br&gt;
Stack &amp;amp; Queues&lt;br&gt;
Heap and Priority Queue&lt;br&gt;
Vectors/Array Lists&lt;br&gt;
Hash Tables&lt;br&gt;
Trees, Tries &amp;amp; Graphs&lt;/p&gt;

&lt;h2&gt;
  
  
  Algorithms
&lt;/h2&gt;

&lt;p&gt;Breadth-First Search&lt;br&gt;
Depth-First Search&lt;br&gt;
Binary Search&lt;br&gt;
Merge Sort&lt;br&gt;
Quick Sort&lt;/p&gt;

&lt;h2&gt;
  
  
  Concepts
&lt;/h2&gt;

&lt;p&gt;Bit Manipulation&lt;br&gt;
Memory (Stack vs Heap)&lt;br&gt;
Recursion&lt;br&gt;
Dynamic Programming&lt;br&gt;
Big 0 Time &amp;amp; Space&lt;/p&gt;

&lt;p&gt;I'll edit this and add links as I create posts for each topic.&lt;br&gt;
You can expect to see posts on each topic and after the initial recap, I will also be doing leetcode/hackerrank/geekforgeek practice problems, to test my knowledge.&lt;/p&gt;

&lt;p&gt;I'll be live on Twitch and Youtube, throughout this period documenting my journey.&lt;/p&gt;

</description>
      <category>career</category>
      <category>algorithms</category>
      <category>computerscience</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
