Skip to content
#

linked-list-in-cpp

Here are 19 public repositories matching this topic...

Very detailed Data Structure implementations in C, C++ and Pseudo Code. Pseudo Code is mostly from CLRS book and organized for real world usage. Use this repo for DS reference or Interview prep

  • Updated Aug 24, 2020
  • C++

C++ templates for linked lists and BSTs, each implemented twice — raw pointers vs. smart pointers — to compare ownership and memory-management design.

  • Updated Aug 4, 2026
  • C++

Here I have wrote all the programs which I have solved while completing the course of DSA Self paced of 10 weeks from GEEKS FOR GEEKS. This Repository is a kind of project for my university too to show them that what I have actually did in during these 10 weeks.

  • Updated Aug 24, 2022
  • C++

C++ implementations of LeetCode problems — clear, tested DSA solutions with explanations and time/space complexity. Other options you can choose from Curated C++ solutions for LeetCode: algorithm explanations, runnable code, and complexity analysis. DSA & LeetCode solutions in modern C++ (C++17): problem statements, clean implementations, and exa

  • Updated Aug 19, 2026
  • C++

Improve this page

Add a description, image, and links to the linked-list-in-cpp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linked-list-in-cpp topic, visit your repo's landing page and select "manage topics."

Learn more