Projects in Awesome Lists tagged with linkedlists
A curated list of projects in awesome lists tagged with linkedlists .
https://github.com/aydinnyunus/cprojects
C Projects
c c-algorithms c-game c-language c-programming c-programming-language c-project data-structure data-structures game game-development linked-list linked-list-database linked-list-in-c linked-list-operaions linked-lists linkedlist linkedlist-delete linkedlist-insert linkedlists
Last synced: 29 Jun 2025
https://github.com/tobbie/c-sharp-algorithms
C# solutions to common data structures and algorithm problems
algorithms arrays binary-search-tree csharp datastructures dfs dynamic-programming greedy-algorithms heaps linkedlists queues recursion searching sliding-window sorting stacks strings trees trie
Last synced: 25 Aug 2025
https://github.com/daoud-hussain/90-days-of-data-structures
All the things you don't know but you wanted to know about DSA will be found here. Don't forget to star the repo. Let's play with Data Structurs together.
cplusplus data-structure-and-algorithms dsa graphs linkedlists queue searching-algorithms sorting-algorithms stack trees
Last synced: 25 Apr 2025
https://github.com/soumilgit/neetcode-150_hard_problems_solutions
A collection of all hard solved problems from the NeetCode 150 sheet , as part of DSA practice. Feel free to star and contribute if you found it to be useful.
binary-search cpp heap java linkedlists python3
Last synced: 02 Aug 2025
https://github.com/vaneeza-7/data-structures-labs
Data Structures implemented in C++
arrays avl-tree binary-search-tree circular-linked-list data-structures doubly-linked-list expression-tree fast-nuces linkedlists queues sorting-algorithms stacks trees
Last synced: 14 Sep 2025
https://github.com/basemax/onewaylinkedlistcpp
This is a simple implementation of a one-way linked-list in C++.
cpp linkedlist linkedlist-c linkedlist-delete linkedlist-implementation linkedlist-insert linkedlist-reverse linkedlists linkedlists-using-class
Last synced: 05 Nov 2025
https://github.com/shravzzv/odin-linked-lists-project
A simple project that implements a linked list in JS.
Last synced: 28 Mar 2025
https://github.com/mohahmadraza/dsa-cpp
This is repo for those who are doing DSA in CPP. I added all the problems, which every university comes with when they arrange a DSA course for students.
algorithms algorithms-and-data-structures and arrays dictionaries dsa graphs hashing heap keys linkedlists lists pairs priority-queues queus recurrision stack trees values
Last synced: 12 Oct 2025
https://github.com/faizanzaheergit/linkedlistbankaccounts
This is an implementation of a Simple Bank Account System using Linked List and Txt File
account-management bank-account banking-system cpp data-structures datastructures filesystem linked-list linkedlists
Last synced: 17 Jul 2025
https://github.com/hackersa3edy/alx-low_level_programming
Comprehensive projects and exercises for mastering low-level programming in C. Topics include syntax, control structures, data structures, memory management, debugging, file I/O, and more. Each directory focuses on a specific topic with relevant scripts and tasks.
algorithms alx-africa bit-manipulation c-programming command-line-arguments data-structures debugging dynamic-libraries file-io function-pointers hash-tables holbertonschool linkedlists low-level-programming makefiles memory-management preprocessor search-algorithms static-libraries variadic-functions
Last synced: 15 Sep 2025
https://github.com/basemax/onewaylinkedlistgo
This is a simple implementation of a one-way linked-list in Go. The one way linkedlist is a data structure that is made up of nodes. Each node contains a value and a pointer to the next node. The head of the list is the first node in the list. The tail of the list is the last node in the list. The tail of the list points to nil.
go golang link-list linkedlist linkedlist-delete linkedlist-go linkedlist-implementation linkedlist-insert linkedlist-oneway linkedlist-reverse linkedlists linkedlists-using-class one-way-link-list oneway oneway-data-binding oneway-linkedlist
Last synced: 12 Aug 2025
https://github.com/mossykazemi/java
Data Structures & Algorithms using Java
algorithms array arrays data-structures hashtables java linkedlists queue stack
Last synced: 27 Dec 2025
https://github.com/minaunal/intersection
Finding the common element in the given two different linked lists and printing the rest
Last synced: 16 Dec 2025