single-linked-list
Here are 55 public repositories matching this topic...
Language:All
Sort:Most stars
Containers backed by std.experimental.allocator
- Updated
Nov 15, 2023 - D
All DSA topics covered in UIU DSA-I course, both lab and theory courses. Check DSA-2 Topics:https://github.com/TashinParvez/Data_Structure_and_Algorithms_2_UIU
- Updated
Aug 17, 2024 - C++
A simple library written in C for managing linked lists.
- Updated
Jun 4, 2020 - C
Some solutions for Data Structures and Algorithms Specialization at Coursera.
- Updated
Oct 3, 2020 - C
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
- Updated
Jan 30, 2025 - C++
this repository implements all collections like sorted list, array List, single linked list, stack, queue
- Updated
Jan 13, 2025 - Go
This project is a homework made in the course of Data Structures for implementation linked list.
- Updated
Mar 26, 2017 - C#
- Updated
Mar 19, 2025 - Java
TodoList App with Single LinkedList in CPP" is a command-line to-do list manager that utilizes a single linked list data structure and allows users to add, remove, and mark items as done using unique IDs, insert items at specific positions and display current list, also includes an exit option.
- Updated
Jan 23, 2023 - C++
Go data-structure and algorithm implementation this more of a refresher exercise on the basics of theoretical computer science
- Updated
Jan 26, 2020 - Go
All steps and tasks that I used to learn C language with ALX
- Updated
Feb 7, 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
Jul 9, 2025 - C
My projects from DSA college course
- Updated
Mar 8, 2025 - C++
This repository contains lecture notes, examples, theories, and visual aids for a series of Data Structures topics.
- Updated
Aug 26, 2023
Definition of a singly linked list in the C programming language, along with some of the more common operations.
- Updated
Feb 3, 2025 - C
Our project for Data Structures Course taken during fall 2023 semester
- Updated
Aug 2, 2024 - C++
Improve this page
Add a description, image, and links to thesingle-linked-list topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thesingle-linked-list topic, visit your repo's landing page and select "manage topics."