GitHub topics: single-linked-list
m-grant-prg/libmgec
MGE General C Library
Language: C - Size: 28.5 MB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

TiagoRodrigues1111/C-data-structures
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.
Language: C - Size: 77.1 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

Bernard2806/CListEx
CListEx is a lightweight C library for building generic linked lists with support for any data type, insertions at both ends, and custom memory handling.
Language: C - Size: 17.6 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

MKaratsioris/Data-Structures
In this repository, one can find classes for different data structures like Linked Lists, Queue, Stack, Hash Table, Tree and Graph.
Language: Python - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Language: C++ - Size: 33.2 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 7 - Forks: 6

TiagoRodrigues1111/singly_linked_list
Definition of a singly linked list in the C programming language, along with some of the more common operations.
Language: C - Size: 14.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

architagr/golang_collections
this repository implements all collections like sorted list, array List, single linked list, stack, queue
Language: Go - Size: 61.5 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 1

RChandana/DSA
Language: Java - Size: 99.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

dlang-community/containers
Containers backed by std.experimental.allocator
Language: D - Size: 950 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 111 - Forks: 39

MoSalem149/Data-Structure-Linked_List
That repo is for data structure linked list (single & double) using python programming language
Language: Python - Size: 9.77 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

RasheedAlwahbany/CPPSingleLinkedListProject
This is C++ single linked list project
Language: C++ - Size: 396 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

TashinParvez/DSA_1_UIU
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
Language: C++ - Size: 3.28 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 27 - Forks: 0

Conzxy/zda
Practical toolbox of data structures and algorithms
Language: C - Size: 244 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Salma-Mamdoh/Data-Structures-Implementation
Our project for Data Structures Course taken during fall 2023 semester
Language: C++ - Size: 63.5 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

cankatabaci/SinglyLinkedList
This project is a homework made in the course of Data Structures for implementation linked list.
Language: C# - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 0

asad82/Linkedlist
A simple implementation of the Linked list in C/C++. You can build, edit, concatenate two lists, perform union,intersection operation on two lists besides being able to search, sum and move forward a node, combine into two lists into ordered list and delete elements in the list.
Language: C++ - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ayuwidyaagata/single-linkedlist
Program Data Pasien Rumah Sakit dibuat menggunakan Single Linkedlist dengan fitur CRUD dengan bahasa pemograman C++
Language: C++ - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

echenim/GoHackerton
Go data-structure and algorithm implementation this more of a refresher exercise on the basics of theoretical computer science
Language: Go - Size: 1.5 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

charan1911/PYTHON_ALL_TOPICS
PYTHON ALL TOPICS CODE
Language: Python - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

contactsunny/LinkedList_Implementation_Java_POC
This is a simple example of a singly linked list implementation in Java.
Language: Java - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

bharat-chandra/DSA
Language: Java - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

muhibarshad/ToDoList-With-SLL-In-Cpp-DSA
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.
Language: C++ - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

A-geeky-man/SinglyLinkedList
Single Linked List operations in Python
Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ecemcinar/AlgorithmsAndProgramming-II
Java exercises and data structures
Language: Java - Size: 499 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

vidojesevic/datastrlib
My implementation of various data structures in C
Language: C - Size: 1.07 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Anuj-Codes/DSA_WIth_Python_Practice
DSA with Python coding problems
Language: Python - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MinaSamirSaad/alx-low_level_programming
All steps and tasks that I used to learn C language with ALX
Language: C - Size: 563 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Anjasfedo/SLL
Single Linked List on C++
Language: C++ - Size: 1.95 KB - Last synced at: 17 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

MegaSamuel/cpp-single-linked-list
Контейнер SingleLinkedList
Language: C++ - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

albaloshi1996/CPP-Data-structure
This repository contains c++ codes which implement data structure these codes contain: Linked List, Queues, Stack and more
Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Leyxargon/c-linked-list
A simple library written in C for managing linked lists.
Language: C - Size: 223 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 5

donheshanthaka/Linked-List-in-c
Fully intergrated single linked list in c with 16 functions (Detailed comments on operation)
Language: C - Size: 124 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

davidandko/First-year-of-college
This is some of the tasks I solved in my first year at the Faculty of Electrical Engineering and Information Techonlogies
Language: C++ - Size: 15 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AbhaysCode/Data-Structures-And-Algorithm
This Repository Contains Code and Study Material for Data Structures And Algorithm.
Language: C++ - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

imRP21/OTHER_ASSIGNEMENT_CODES
Data-structures and Algorithms that I had done during my semester 2, have a look at it.
Language: C++ - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ArtKhud00/cpp-single-linked-list
Финальный проект: односвязный список
Language: C++ - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AleksandrMuratov/cpp-single-linked-list
Односвязный список
Language: C++ - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HunorVadaszPerhat/javascript-data-structures-algorithms
:abacus: Data Structures and Algorithms in JavaScript
Language: JavaScript - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

leandrolcampos/coursera-dsa
Some solutions for Data Structures and Algorithms Specialization at Coursera.
Language: C - Size: 5.7 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 8

daffaazhar/single-linked-list
Single Linked List Implementation in C
Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mahi23vt/singleLinkedList
This repository is about creating a Single Linked List and performing multiple operations on the list
Language: Java - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

fegastal/DataStructures-Singly-Linked-List
Language: C - Size: 9.04 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hadis98/js-algorithms
in this repository i try to use javascript to write different and useful algorithms :)
Language: JavaScript - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Stats-M/cpp-single-linked-list
Sprint 6. Project: my own single-linked list
Language: C++ - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

deanone/SingleLinkedList
A custom implementation of a single linked list in native C++
Language: C++ - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gunaa12/Data-Structures
While learning about the inner workings of certain data structures, I decided to make my own library of a few of them from scratch. This repository includes singly and doubly-linked lists, stacks, queues, and binary trees.
Language: Java - Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

gabrielegilardi/LinkedLists
Single and double linked list data structures.
Language: Python - Size: 8.79 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

hr21don/Single-Linked-List
A linked list was created using the Node class.
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eliffkaratas/Go-Fish-Linked-List-Data-Structure
Linked-list data structure in Java
Language: Java - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

candytale55/Singly-Linked-Lists_JS
LinkedList is a class for creating a sequential chain of nodes , each containing two elements: data and a link to the next node. Uses nodes from Node class in Node.js. It has these methods: addToHead(data), addToTail(data), removeHead() and printList().
Language: JavaScript - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tirtharajsinha/Linked-list-solution_in_c-language
Language: C - Size: 12.7 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

grainlogic/linked-list
Implementation of linked list data structure
Language: TypeScript - Size: 320 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shreyasdhavali/single-linked-list-operations
entire linked list operations using c++
Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

kacpwoja/EADS-Sequence
Project for Algorithms and Data Structures course based on a Single Linked List
Language: C++ - Size: 252 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0
