An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with linkedlist

A curated list of projects in awesome lists tagged with linkedlist .

https://github.com/riti2409/resources-for-preparation-of-placements

Lecture video links for preparation of Placements

arrays-and-strings c dsa dsa-algorithm graph heap linkedlist

Last synced: 14 May 2025

https://github.com/wolkykim/qlibc

qLibc is a simple and yet powerful C library providing generic data structures and algorithms.

c cplusplus hashtable library linkedlist qlibc queue stack tree-structure vector

Last synced: 08 Apr 2025

https://github.com/LeoVen/C-Macro-Collections

Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C

c containers data-structure data-structures datastructure datastructures deque hashmap heap library linkedlist list multimap multiset queue stack type-safe

Last synced: 17 Apr 2025

https://github.com/ivanseidel/LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects

arduino arduino-library linkedlist mbed

Last synced: 11 May 2025

https://github.com/ivanseidel/linkedlist

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects

arduino arduino-library linkedlist mbed

Last synced: 04 Apr 2025

https://github.com/lxzan/dao

Simple and high-performance data structures and algorithms library

data-structure generic hashmap heap linkedlist rbtree segment-tree trie

Last synced: 09 May 2025

https://github.com/ahrtr/gocontainer

Implements some containers (stack, queue, priorityQueue, set, arrayList, linkedList, map and btree) in golang

arraylist btree comparator data-structures go gocontainer golang linkedlist linkedmap priorityqueue queue set sort stack

Last synced: 22 Mar 2025

https://github.com/sunfusheng/algo

这是一款 Kotlin 语言版本的 Android 客户端本地化展示 Java 语言编写的面试算法 ( Algorithm ),会持续更新!

algo algorithm binary-tree leetcode linkedlist queue stack

Last synced: 07 Apr 2025

https://github.com/marstr/collection

Generic Golang implementation of a few basic data structures.

collections dictionary generics go golang linkedlist linq lrucache queue stack

Last synced: 05 Dec 2024

https://github.com/ateeqrana7/banking-management-system

This is a Banking Management System built using the concepts of Object Oriented Programming & Data Structures. The following data structures have been implemented in this project; LinkedList, Queues.

bank-management-system banking banking-application banking-applications banking-system bankmanagement bankmanagementsystem classes cplusplus data-structures datastructures linked-list linkedlist management management-system object-oriented-programming oop queue

Last synced: 29 Apr 2025

https://github.com/soumyadip007/complete-data-structure-dsa-println

A data structure is a particular way of organizing data in a computer so that it can be used effectively. For example, we can store a list of items having the same data-type using the array data structure. This page contains detailed tutorials on different data structures (DS) with topic-wise problems.

algorithms array data-structures graph hashing linkedlist queue stack tree

Last synced: 11 Feb 2025

https://github.com/mehradevesh2022/dsa-level1_pepcoding

This Java-based repo contains solutions for DSA problems from Peppcoding's level 1 practice set and FreeCodeCamp's JavaScript and Algorithm sections. Topics covered include Array, LinkedList, DP, OOPs, and more. Contribute and improve existing solutions. Happy coding!

2darrays array array-list arraylist binary-search-trees dynamic-programming es6-javascript freecodecamp-javascript-algorithms functions hashmap-and-heaps linkedlist patterns queue recursion sorting-algorithms stack string stringbuilder time-and-space-complexity tree

Last synced: 24 Apr 2025

https://github.com/gfellerph/ts-linked-list

Another doubly linked list with typescript and tests

doubly-linked-list linked-list linkedlist typescript typescript-library

Last synced: 12 Apr 2025

https://github.com/sanketpathak64/data-structures-and-algorithms

This repository contains implementation of data structures like linked list, stack, queue, trees. This repo also contains implementation of various algorithms.

algorithms-and-data-structures bst cpp data-structures linkedlist queue sorting-algorithms string tree

Last synced: 25 Apr 2025

https://github.com/aravindraj777/problems-d365

Data structure and Algorithms, Java workouts ,Problem Solving questions and solutions.(Repository contains major Graph alogirthms like Bellmanford algo,Prim's ,Dijkstra's algorithm).

arraylist-java arrays bellman-ford-algorithm binary-search-tree data-structures-and-algorithms dijkstra-algorithm graph hashtable heap heapsort linkedlist prims-algorithm queue sorting-algorithms stack strings trie

Last synced: 22 Nov 2024

https://github.com/unusualcodeorg/clab

clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.

c coding-challenge consumer-producer cpp graph hashmap linkedlist maze-algorithms programming pthreads puzzles queue stack thread-pool travelling-salesman-problem tree

Last synced: 16 Apr 2025

https://github.com/bda-research/node-ds

A common data-structure and basic algorithm implemention in javascript

argorithm datastructure linkedlist nodejs queue sorting-algorithms stack tree

Last synced: 13 Apr 2025

https://github.com/dhrupad17/leetcode-75_level2

This study plan is for those who want to prepare for technical interviews but are uncertain which problems they should focus on. The problems have been carefully curated so that levels 1 and 2 will guide beginner and intermediate users through problems that cover the data structures and algorithms necessary to succeed in interviews with most mid-tier companies. While level 3 provides material to help users whose targets are top-tier companies.

backtracking binarysearch binarysearchtree bruteforce design dynamicprogramming graph greedy implementation interval linkedlist stack string tree twopointers unionfind

Last synced: 05 Mar 2025

https://github.com/basemax/splitlinkedlistc

This is a simple implementation of a linked-list in C with a few helper functions for merging two or three linked-lists, splitting a linked list into two or three parts, and sorting a linked-list (recursive and non-recursive)

algorithm algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures c linked-list linkedlist merge merge-linked-list merge-linkedlist split-linked-list split-linkedlist

Last synced: 03 Apr 2025

https://github.com/stevencyb/securedlinkedlist

A Linked List implementation for Arduino, ESP 32 / 8266.

arduino esp32 esp8266 library linked-list linkedlist thread-safe

Last synced: 13 Mar 2025

https://github.com/hritik-6918/dsa_sheet_by_fraz-codes

🔥 This is an attempt to solve DSA Cracker Coding Questions List curated by @Fraz bhaiya.

algorithms arrays backtracking binary-search-tree binarytree bitmagic dynamic-programming greedy heaps linkedlist math matrix queues stacks strings

Last synced: 05 Apr 2025

https://github.com/gat786/datastructurescpp

Implementations of most used Data Structures in Plain Old CPP.

linkedlist queue stack tree

Last synced: 17 Mar 2025

https://github.com/basemax/circulardoublylinkedlistc

This is a simple implementation of Circular Doubly Linked-List in C. Circular Doubly Linked-List is a data structure that is a combination of a doubly linked list and a circular linked list. It is a linked list where all nodes are connected to each other. It is a circular linked list because all nodes are connected to each other.

c circular-doubly circular-doubly-linked-list circular-doubly-linkedlist circular-linked-list circular-linkedlist circularlinkedlist data-structure datastructure ds linked-list linkedlist

Last synced: 03 Apr 2025

https://github.com/simon-zerisenay/42_push_swap

Pushswap is a 42 project emphasizing efficient sorting by minimizing operations. Participants use a limited set of commands to manipulate stacks and achieve the desired sorted order, showcasing algorithm design and optimization skills while developing problem-solving abilities.

42 42pushswap c chunking cprogramming ecole42 linkedlist midpoint pushswap sorting-algorithms stacks struct

Last synced: 05 Mar 2025

https://github.com/jvedsaqib/dsa_java

Some programs related to Data Structures and Algorithms in Java.

array data-structures dfs graph linkedlist search sorting-algorithms stack

Last synced: 01 Mar 2025

https://github.com/unityvn/csharp-collection-notes

Tổng hợp các lưu ý về các kiểu dữ liệu tập hợp trong C#

array csharp dictionary hashset linkedlist list queue stack

Last synced: 06 Apr 2025

https://github.com/basemax/sparsematrixlinkedlistgo

Sparse-Matrix Linked-List Go is a sparse matrix implementation in Go using a linked list. This is a data structure that stores only non-zero values in a matrix. This is useful when you have a lot of zeros in your matrix. This data structure is also useful when you want to perform operations on sparse matrices.

data-structure datastructure ds go golang linkedlist sparse sparse-matrix sparsematrix

Last synced: 03 Apr 2025

https://github.com/vedantparanjape/linkedlist-

LinkedList++ is a C++ Linked List templated class library

cplusplus-11 library linkedlist

Last synced: 03 Mar 2025

https://github.com/alvarogarciapiz/ada-playground

Creación de una lista simplemente enlazada con una serie de nombres que se leen de un fichero en el lenguaje de programación ADA (tiempo real).

ada filereader linkedlist

Last synced: 15 Mar 2025

https://github.com/kamil5b/golinkedlist

I created my own linked list using Go. Even though Go had their own library for linked list named 'list'

go golang linked-list linkedlist

Last synced: 07 May 2025

https://github.com/kurt-steiner/linkedlist.jl

Julia 链表

julia linkedlist

Last synced: 27 Mar 2025

https://github.com/nesteiner/linkedlist.jl

Julia 链表

julia linkedlist

Last synced: 02 Feb 2025

https://github.com/kariricode-framework/kariricode-data-structure

The KaririCode DataStructure component offers advanced PHP data structures, including lists, stacks, queues, maps, and sets. It features efficient, strongly-typed, object-oriented implementations like ArrayList, LinkedList, BinaryHeap, and TreeMap.

algorithms arraylist binaryheap collections framework framework-php hashmap kariricode linkedlist php php-data-structures queue stack treemap

Last synced: 05 Apr 2025

https://github.com/fabienjuif/go-linkedlist

Simple LinkedList in Go

go linkedlist simple threadsafe

Last synced: 29 Mar 2025

https://github.com/mshahriarnihal/cuny_qc_csci212-java-oop-projects-for-dr.-lord

OOP, LinkedList, GUI, TreeMap based Java projects of CSCI 212 - Object Oriented Programming in Java (2024) on Professor Kenneth Lord's Lab at Queens College of the City University of New York. I completed them in my own way. Some might be slightly changed from actual instruction. I made those changes later to make them look & work better for users

city-university-of-new-york csci212 cuny dynamic dynamic-programming filemenuhandler gui java linkedlist mvc object-oriented-programming object-oriented-programming-in-java oop oops-in-java professor-kenneth-lord projects queenscollege treemap wordgame

Last synced: 03 Mar 2025

https://github.com/shantanu66/linked-list-container

A simple Linked List Header file/Container

dsa header linkedlist

Last synced: 22 Feb 2025

https://github.com/nem0z/c-linkedlist

Basic C implementation of linked list

c clang linkedlist

Last synced: 24 Mar 2025

https://github.com/djhepker/ai-checkers

Checkers with Data Structures and AI integration. Q-Learning. Custom linked lists, Java records

ai game game-development java linked-list linkedlist q-learning qlearning-algorithm sqlite student-managed student-project

Last synced: 24 Mar 2025

https://github.com/ximaz/list-in-c

This project aims to re-build the most powerfull list type in C at ground-0 level, with the most optimized memory management and the most accessible features.

c data-structures epitech epitech-project epitech-study epitech-workshop linked-data linked-list linkedlist list lists

Last synced: 30 Mar 2025

https://github.com/basemax/queuelinkedlistgo

This is a simple implementation of a queue using a linked-list in Go. This is a good example of how to use a linked-list in Go.

algorithm algorithms-and-data-structures data-structure datastructure ds go golang linked-list linked-list-queue linkedlist linkedlist-queue queue queue-linked-list queue-linkedlist

Last synced: 03 Apr 2025

https://github.com/utmhikari/lnodelist

lua nodelist: doubly linked list with common features and JS sugars

linkedlist list lua nodelist

Last synced: 28 Feb 2025

https://github.com/kenken64/js_datastructure_algorithm

Javascript Data Strucure , Sorting and Searching Algorithm

arrays hashtables javascript linkedlist nodejs

Last synced: 24 Apr 2025

https://github.com/carlosfrontend/hashmap

Project that creates a HashMap with Javascript

arrray hash javascript linkedlist map set

Last synced: 20 Feb 2025

https://github.com/basemax/doublylinkedlistc

This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.

c data-structure datastructure doubly doubly-linked-list doubly-linked-lists doublylinkedlist doublylinkedlist-operations ds linked-list linkedlist

Last synced: 03 Apr 2025

https://github.com/abdelrahman13-coder/data-structure

Implementation of the DataStructure algorithms from Scratch in C

linkedlist queue stack

Last synced: 21 Feb 2025

https://github.com/basemax/completetreelinkedlistgo

This is a Go program for creating a complete tree using linked list. You can easily insert nodes to the tree and print it. This library provide two inserting functions. One of them is for inserting nodes to the tree by filling the tree from left to right in per row. and the next one is to insert to left side of the tree.

complete-tree data-structure go golang linked-list linkedlist tree tree-complete tree-search tree-structure tree-traversal tree-traversal-algorithm tree-traversal-algorithms trees

Last synced: 03 Apr 2025

https://github.com/basemax/circularlinkedlistc

This is a simple implementation of a circular linked-list in C. Circular linked-lists are a type of linked-list where the last node points to the first node. This is useful for implementing queues and stacks. This implementation is a doubly linked-list, meaning that each node has a pointer to the next node and a pointer to the previous node.

c circular circular-linked-list circular-linkedlist data-structure datastructure ds linked-list linkedlist

Last synced: 03 Apr 2025

https://github.com/anishsingh90/leetcode

📘 LeetCode Solutions 🚀 A collection of my solutions to LeetCode problems, organized by topics like Arrays, Strings, Dynamic Programming, and more. 💡 Focused on efficient, clean, and well-documented code for learning and interview preparation. 🔧 Languages: C++ ⚙️

array binary-search-tree dynamic-programming graph linkedlist queue stack tree

Last synced: 01 Mar 2025

https://github.com/jasperdevir/std_dds

A single file C Library that implements of a range of basic dynamic data structures.

arraylist data-structures linkedlist

Last synced: 16 Mar 2025

https://github.com/andy2046/nocake

node es6 collection Stack Queue PriorityQueue LinkedList

javascript linkedlist node priorityqueue queue stack

Last synced: 20 Mar 2025

https://github.com/hakimamarullah/gocollections

Go Collections data structure package

go golang golang-collections linkedlist stack

Last synced: 02 Apr 2025

https://github.com/tugrulcan/linkedlistimplementation

Implementation of simple Linked-List ADT

linkedlist tdd

Last synced: 01 May 2025

https://github.com/rajkhanke/gaming-system-using-data-structures

An intelligent Gaming System developed using Advanced Data Structures in c consisting of Sudoku, Hangman and Crossword Puzzle Game

c hashtable linkedlist priority-queue tries

Last synced: 22 Feb 2025

https://github.com/alpsayin/pure_c_collections

A collection of Arraylist, Linkedlist, Set, and Dict written purely in C for embedded devices.

arraylist c linkedlist object-oriented-c

Last synced: 27 Mar 2025

https://github.com/izure1/node-relation

This module helps you manage string, numbers as a group.

backend data-structures front-end javascript linked-list linkedlist math relationship tree tree-structure

Last synced: 03 Apr 2025

https://github.com/annishivakumara/java_data_structure

Java Data Structures and Algorithms are the core of the computer science and programming. In Java, data structures provide a way to organize and store data efficiently.

linkedlist queue recursion stack tree

Last synced: 04 Apr 2025

https://github.com/seshasaisrivatsav/data-structures-java

Solutions to Arrays, Strings, Lists, Sorting, Stacks, Trees and General DS problems using JAVA.

algorithms arrays datastructures hashmap linkedlist queue stack strings

Last synced: 13 Apr 2025

https://github.com/turriform/linked_list_t

linked linked

c linkedlist

Last synced: 24 Feb 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: 03 Apr 2025

https://github.com/ifrazaib/datastructurescodes

In this repository i have added data structures codes that includes all the basics concepts to master the concepts of (DSA) in c++ language.

arrays hashing linkedlist queue stack trees

Last synced: 18 Feb 2025

https://github.com/basemax/stacklinkedlistgo

This is a simple implementation of a stack using a linked-list in Go. (Data Structure and Algorithms)

data-structure datastructure ds go golang linked-list linkedlist linkedlist-stack stack stack-linkedlist

Last synced: 03 Apr 2025

https://github.com/ifrazaib/githubproject

In this repository I have added "Github Simulation"Project .In this i have coded github with the concepts of (DSA).

arrays hashing linkedlist queues stack trees

Last synced: 18 Feb 2025

https://github.com/basemax/singlylinkedlistc

This is a simple implementation of a singly linked-list in C. Singly linked-lists are a type of data structure that are used to store a collection of elements. Each element in a singly linked-list is called a node. Each node contains two parts: the data and a pointer to the next node. The first node in a singly linked-list is called the head.

c data-structure datastructure linked-list linkedlist singly-linked-list singly-linked-list-in-c singly-linkedlist

Last synced: 03 Apr 2025

https://github.com/blesson-tomy/s3_data_structures_lab

Programs done during a Data Structures Lab

c datastructures linkedlist sorting

Last synced: 22 Mar 2025

https://github.com/maximfersko/list-java

My implementation Generic List

arraylist java-11 linkedlist list

Last synced: 16 Mar 2025

https://github.com/thecoder507/recommendation-software

"Pizza Radar: A practice project to locate pizzerias in Panama City by district. Using LinkedList data structures, it organizes districts and their pizzerias for efficient searches. Note: Some pizzeria data is fictional for testing purposes."

beginner beginner-project data-structures linkedlist panama-city practice-project python

Last synced: 09 Apr 2025

https://github.com/gokulcodes/ideal-editor-web

A minimal, fast, and distraction-free text editor built for the web. Perfect for taking quick notes, writing drafts, or capturing ideas on the go — all with seamless cloud storage.

linkedlist reactjs text-editor web

Last synced: 24 Apr 2025

https://github.com/unityvn/collection-of-data-types-into-a-set

Tổng hợp về các kiểu dữ liệu tập hợp trong C#

array csharp dictionary hashset linkedlist list queue stack

Last synced: 21 Mar 2025