Skip to content
#

single-linked-list

Here are 57 public repositories matching this topic...

A complete repository of Data Structures & Algorithms I (DSA 1) for United International University (UIU) students, featuring theory notes, lab solutions, and problem-solving examples. Covers Arrays, Linked Lists, Stacks, Queues, Trees, Graphs, Sorting, Recursion, and more. Ideal for exam prep and coding practice.

  • Updated Aug 17, 2024
  • C++

This is a repository containing declarations and definitions of different data structures in C. Multiple definitions are proposed for each data structure, such as alternatives using arrays and/or linked lists. It is designed for learning, practice, and use in larger projects. Each data structure is implemented with comments and example usage.

  • Updated Jan 25, 2026
  • C

Improve this page

Add a description, image, and links to the single-linked-list 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 single-linked-list topic, visit your repo's landing page and select "manage topics."

Learn more