<?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: Smit kanani</title>
    <description>The latest articles on DEV Community by Smit kanani (@smit_kanani_1d06dac9b0cbd).</description>
    <link>https://dev.to/smit_kanani_1d06dac9b0cbd</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%2F3386750%2F4be1aa3f-fe42-42ae-8547-9a39a07e3a59.jpg</url>
      <title>DEV Community: Smit kanani</title>
      <link>https://dev.to/smit_kanani_1d06dac9b0cbd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smit_kanani_1d06dac9b0cbd"/>
    <language>en</language>
    <item>
      <title>core data structures in C++</title>
      <dc:creator>Smit kanani</dc:creator>
      <pubDate>Fri, 25 Jul 2025 05:58:21 +0000</pubDate>
      <link>https://dev.to/smit_kanani_1d06dac9b0cbd/core-data-structures-in-c-56p</link>
      <guid>https://dev.to/smit_kanani_1d06dac9b0cbd/core-data-structures-in-c-56p</guid>
      <description>&lt;p&gt;Over the past few weeks, I challenged myself to go beyond textbook learning and replicate core data structures in C++ without using the STL. The result? 📦 A full project repository — MyDataStructures — implementing:&lt;br&gt;
🔹 MyString (custom version of std::string)&lt;br&gt;
 🔹 MyLinkedList (singly linked list with dynamic ops)&lt;br&gt;
 🔹 MyStack (stack using linked list)&lt;br&gt;
 🔹 MyQueue (queue using linked list)&lt;/p&gt;

&lt;p&gt;📂 Check it out here: &lt;a href="https://lnkd.in/dTEnUzMe" rel="noopener noreferrer"&gt;https://lnkd.in/dTEnUzMe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🛠️ What makes this project special?&lt;br&gt;
✅ Built 100% from scratch — no STL&lt;br&gt;
 ✅ Deep use of dynamic memory allocation&lt;br&gt;
 ✅ Move semantics, operator overloading, RAII&lt;br&gt;
 ✅ Proper separation of concerns via .h and .cpp files&lt;br&gt;
 ✅ Manual implementation of common operations: insert, delete, traverse, search, etc.&lt;br&gt;
 ✅ Clean, testable code with beginner-friendly comments and structure&lt;/p&gt;

&lt;p&gt;💡 Why I built this:&lt;br&gt;
 As someone aiming to grow into a FAANG-level software engineering role, I believe understanding how things work under the hood is just as important as using frameworks. This project is my deep dive into low-level programming, memory safety, and STL replication, helping sharpen my skills for systems programming and algorithm-heavy interviews.&lt;/p&gt;

&lt;p&gt;🔁 Feedback, suggestions, and stars are most welcome!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
