An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: doubly-linked-list

agl-alexglopez/ccc

Various containers written for C programmers who need complete control over their memory.

Language: C - Size: 18.1 MB - Last synced at: about 22 hours ago - Pushed at: 1 day ago - Stars: 14 - Forks: 1

vyfctcthjb/doubly_linked_list_demo

🔗 Learn and implement a doubly linked list in D with clear examples and easy-to-follow code for better understanding of data structures.

Size: 1.83 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

ObedRav/Low_level_programming

This repository contains programs written for the low-level programming and algorithm track.

Language: C - Size: 490 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

styiannis/abstract-linked-lists

A lightweight TypeScript library providing implementations of singly and doubly linked lists, designed for maximum flexibility and seamless support for both object-oriented and functional programming.

Language: TypeScript - Size: 43.9 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

Ahaif/Push_swap

Algorithmetic Project with Language C

Language: C - Size: 1.3 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

seohyun-hwang/text-editor-java

ALPHA STAGE! Implemented in Java: JFrame GUI, character insertion/deletion, DoublyLinkedList, line-wrapping, persistent storage.

Language: Java - Size: 46.9 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

anjupriya-v/geeksforgeeks-solutions

Solutions for GeeksForGeeks practice problems in java

Language: Java - Size: 123 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

harshaesmayil/CRIME-MANAGEMENT-SYSTEM

Crime Reporting and Response System - DSA PROJECT - Using Doubly Linked List.

Language: C - Size: 22.5 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Ahmedhm1/DLL---Doubly-Linked-List-Python

A Python implementation of a Doubly Linked List (DLL) data structure with basic operations such as insertion, deletion, searching, reversing, and traversal. Can be used as a standalone file or installed as a Python package.

Language: Python - Size: 11.7 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

TechieQuokka/library-management-system

A comprehensive library management system implemented in C using doubly linked lists as the core data structure

Language: C - Size: 78.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

therealdaud/cpp-doubly-linked-list

A data structures project that implemented a doubly linked list in C++ from scratch with head/tail pointers, insertion, deletion, search, and maintaining sorted order. It also used the Catch2 testing framework to write test cases that validate the code’s correctness

Language: C++ - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

hiennguyen-neih/go-linkedlist

Linked list library for Go programming language (golang).

Language: Go - Size: 81.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

tsdotnet/linked-list

A doubly (bidirectional) linked list. Acts as a safe, value focused wrapper for a linked-node-list.

Language: TypeScript - Size: 1020 KB - Last synced at: 22 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

tsdotnet/linked-node-list

An unprotected bi-directional linked list. Useful for implementing other collections or for managing custom nodes (links).

Language: TypeScript - Size: 795 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Cs-Jimmy/Doubly-Linked-Lists-String-Operations

Doubly linked list data structure in C++ optimized for string manipulation operations including search, replace, and substring extraction

Language: C++ - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mellivorandy/cache-miss-analyzer

A cache simulator with LRU policy. Designed to help students build a better understanding of cache mechanisms.

Language: Rust - Size: 493 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

morpho-org/morpho-data-structures

Data structures tested and used by the Morpho Protocol.

Language: Solidity - Size: 3.48 MB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 114 - Forks: 13

lejacpCJ/Python-Doubly-Linked-List

A comprehensive, efficient, and easy-to-use doubly linked list implementation for Python.

Language: Python - Size: 19.5 KB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

atommnava/Linked-Lists-In-C

This repository contains all of the basis and foundation about what is most known as 'Linked Lists'. A unique Data Structure which is an important topic. Note: Credits to CodeVault

Language: C - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Nvgdsk/Database-on-doubly-linked-list

Database on doubly linked list ()/ База данных на основе двухсвязного списка(2017/06/20)

Language: C++ - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP--

Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥

Size: 315 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 1

AndrejGockov/Application-of-Algorithms-and-Data-Structures-FINKI

Application of Algorithms and Data Structures F23L2W201 | FINKI 2024/2025

Language: Java - Size: 675 KB - Last synced at: 7 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ianjray/llist

C Linked List

Language: C - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

pzaino/gods

GoDS is just a Go Lang library of Datastructures I created for my own projects and to practice some generic programming in go

Language: Go - Size: 760 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 2

Anwarvic/extra-collections

extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.

Language: Python - Size: 13.4 MB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 48 - Forks: 9

chihebabiza/My-cpp-linked-list

A custom doubly linked list in C++ built using OOP, featuring core operations like insert, delete, update, and reverse. It showcases manual memory handling and class design without using STL.

Language: C++ - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

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.

Language: C - Size: 21.5 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

AmrTamerTech/clsStack_Library-CPP

A C++ template-based stack library (clsMyStack) built on top of a queue and doubly linked list, offering classic LIFO operations with extra flexibility.

Language: C++ - Size: 25.1 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

AmrTamerTech/clsDoubly_Linked_List_Library-CPP

A generic, template-based doubly linked list implementation in C++ supporting insertion, deletion, traversal, reversal, and more. Fully dynamic, memory-safe, and compatible with any data type

Language: C++ - Size: 625 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

yarikleto/algo-ds

Implementations of algorithms and data structures in Typescript

Language: HTML - Size: 1.27 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

eehap/Snakc

Terminal snake game in C using ncurses.

Language: C - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

zpnst/smart-list

Functional doubly linked list

Language: C++ - Size: 24.4 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

AmrTamerTech/clsDoubly_LinkedList_Library-CPP

A template-based C++ implementation of a doubly linked list with full support for insertion, deletion, traversal, and memory-safe operations. Ideal for learning and reuse in data structure projects.

Language: C++ - Size: 20.2 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ikod/cachetools

python cachetools for dlang

Language: D - Size: 2.24 MB - Last synced at: 29 days ago - Pushed at: 6 months ago - Stars: 29 - Forks: 8

sneha-tarnekar/java-data-structure-algo

Data structure and algorithms to brush up concepts. Solved problems in Java related to common data structures.

Language: Java - Size: 183 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Abdul-Rehman-0787/CMS--Hashing-

Complaint Management System using Hashing instead of AVL Tree

Language: C++ - Size: 25.4 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Crypto-toolbox/HFT-Orderbook

Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C

Language: C - Size: 293 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 1,112 - Forks: 264

afsheen-nadaf/data-structures-CIE3-codes

Real World Applications of Data Structures

Language: C - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

WenHao1223/flashcard-studies

An interactive flashcard learning tool developed in C++ using doubly linked lists to manage dynamic card decks. Users can create, edit, delete, and play flashcards in both random and sequential modes through a command-line interface.

Language: C++ - Size: 1.12 MB - Last synced at: 21 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MiguelGarcia21/cpp-dsa-toolkit

A growing collection of C++ implementations for fundamental data structures. Built to practice, learn, and implement into any application that requires it.

Language: C++ - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

leowuniv/QTasker

Quick Tasker (Easy, one step at a time.)

Language: Python - Size: 118 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

mnpsnuwan/datastructures

A collection of powerful data structures are using java

Language: Java - Size: 1.39 MB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 1

s7pan/VEX_Robot_Path-Planning

A VEX V5 robot implements dynamic path planning with doubly linked lists and real-time sensors to autonomously navigate an obstacle course.

Language: C++ - Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AndrewObwocha/AdvancedMusicPlayer

🎵 Python CLI music queue implemented with a Doubly Linked List (DLinkedList). Features prev/next, add next/last, remove current, ytmusicapi search.

Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Hazrat-Ali9/Data-Structures-Algorithms-Interview

✈ Data Structures & Algorithms (DSA) 🚢 problems solutions and 🚁 strategies to help you crack 🚠 coding interviews with 🛸 confidence Perfect for FAANG 🚒 prep technical rounds 🚖and whiteboard interviews 🚙 Arrays Trees Graphs 🚂 Linked Lists DP optimized 🏤 code multiple approaches 🏕 in-depth DSA problems 🏦 from top tech companies 🚃

Size: 2.93 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

M-Talha-Atif/Patient-Management-System

Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

suhas882/Doubly-LinkedList

Doubly Linked List GUI Manager is a Python Tkinter-based application for managing a Doubly Linked List (DLL). Users can insert, delete, and traverse the list with a visual interface. It supports adding/removing nodes at different positions and displays real-time updates. Ideal for learning DLL concepts interactively.

Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

agorinenko/data-structures-and-algorithms

Алгоритмы и структуры данных

Size: 1.6 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 10 - Forks: 1

thomasleavy/JavaDataStructuresAndAlgorithms

This repository contains Java implementations of different data structures and algorithms. Each one shows a different concept. It is intended to show how these elements work and how they're implemented in Java.

Language: Java - Size: 67.4 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

iiTONELOC/DoubleSea

Generic Doubly Linked List Implementation in C

Language: C - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

sharafathahamed/LinkedList

This Repository contains the code for Singly and Doubly linked list

Size: 3.91 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

amitvermaio/LinkedList

This GitHub repository contains Java implementations of Singly and Doubly LinkedLists along with various related questions and solutions. Ideal for learning and practicing data structures concepts and interview preparation.

Language: Java - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

jventura1738/COSC220

Fall '19 | Grade: A (Data Structures and Algorithms)

Language: C++ - Size: 396 KB - Last synced at: 7 days ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

nova-script/Contact-List

a simple CRUD made using doubly linked list. Made for Windows.

Language: C - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

Ali-Ebrahimi-Official/Entirely-Self-Created-Doubly-Linked-List

This is an Entirely Self-Created doubly linked list without using any kind of Collection

Language: Java - Size: 1000 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

utsavpatel562/DSA

Data structure & Algorithm

Language: C - Size: 48.8 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 6 - Forks: 0

Ahmed-Gaper/Sparse-Array-and-Matrix

The doubly-linked list-based SparseArray and SparseMatrix libraries optimize memory for sparse datasets by storing only non-zero elements in a doubly-linked list, significantly reducing storage compared to traditional arrays.

Language: C++ - Size: 24.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Tamoziit/DSA

DSA using C

Language: C - Size: 76.2 KB - Last synced at: 8 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

bzdgn/data-structures-in-java

Data structures in detail with java implementations

Language: Java - Size: 104 KB - Last synced at: 6 months ago - Pushed at: about 6 years ago - Stars: 58 - Forks: 28

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: 9 months ago - Stars: 7 - Forks: 6

panates/doublylinked

Doubly linked list implementation for JavaScript with iterator and array-like interface

Language: JavaScript - Size: 772 KB - Last synced at: 29 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 1

shawaiz-khan/doubly-linked-list

A Doubly Linked List in C++, including basic operations such as insertion, deletion, search, and display.

Language: C++ - Size: 21.5 KB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ThomasThelen/DataStructures

Various data structures implemented in c++

Language: C++ - Size: 7.44 MB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

nishant7372/Basic_Data_Structures

Basic Data Structures + LeetCode Problem Approaches

Language: Java - Size: 85 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

eeshannarula29/structlinks

Easily Access and visualize different Data structures including Linked lists, Doubly Linked lists, Binary trees, Graphs, Stacks, Queues, and Matrices.

Language: Python - Size: 268 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 8

Eng-Mohamed-Raya/Quraan-Playlist-Manager-Simulation-System

Quraan Playlist Manager is a C++ project for managing and organizing playlists of Quranic surahs. It allows users to add or remove playlists and surahs, modify the order of surahs within the list, and view details of the lists and surahs. It also allows saving and retrieving playlists to and from files.

Language: C++ - Size: 108 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

king04aman/Data-Structures-Using-C

Data Structures and algorithm program written in C language. A detailed Data Structure implementations in C with Pseudo code and organized for real world usage.

Language: C - Size: 41 KB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

memExpert/xtac

A simple API for C that provides the ability to work with some standard data structures

Language: C - Size: 95.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

lvntky/ccontainer

Comprehensive STB style header-only library of data structures implemented in C

Language: C - Size: 666 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

Phantom-fs/C-Programs

Programs created in C language related to different topics like DATA STRUCTURES, ADT, IO etc.

Language: C - Size: 90.8 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

hardhikshalivahan/DSA-using-Python

This repository contains my codes on various DSA topics using Python.

Language: Python - Size: 17.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

elmomoilanen/Halloc

Heap memory allocator

Language: C - Size: 122 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

RChandana/DSA

Language: Java - Size: 99.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

lmizner/Codecademy_DataStructures_Algorithms

Course and assignments utilized as practice for coding interviews

Language: Python - Size: 219 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

HarshBatra/Music_Player_using_LL

MUSIC PLAYER SYSTEM USING LINKED LISTS : Academic Project under Data Structures & Algorithms course

Language: C++ - Size: 371 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

HlibPavlyk/composition-manager

Java project for managing music collections, with album duration calculation, style-based sorting, and duration-based search, demonstrating OOP concepts

Language: Java - Size: 15.6 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ORESoftware/linked-queue

Linked-list / linked-queue for constant time operations on a FIFO queue.

Language: TypeScript - Size: 219 KB - Last synced at: 22 days ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

eMahtab/lru-cache

LRU Cache

Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Me-Phew/doubly-linked-list

Implementacja listy dwukierunkowej w C++

Language: C++ - Size: 2.63 MB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

imharshtiwari/Java-Practice

Practicing on JAVA

Language: Java - Size: 135 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 1

mounishvatti/LearnDSA

This repository contains concepts in C++ from Beginner to Advanced with Data Structures & Algorithms

Language: C - Size: 2.15 MB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

wisdommatt/go-data-structures

A collection of data structures implemented in Go.

Language: Go - Size: 46.9 KB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

TebogoYungMercykay/Sudoku-Puzzle-Solver-In-Java__Sparce-Tables

Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.

Language: Java - Size: 244 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

aishikmukherjee/Linked-lists-in-C

Developer/Creator: Aishik Mukherjee

Language: C - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

TuTomasz/Python-Datastructures

Python datastructures package

Language: Python - Size: 997 KB - Last synced at: 19 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 3

samuelselasi/alx-low_level_programming

ALX Low Level Programming (C)

Language: C - Size: 753 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

TheLazyTomcat/lib.LinkedListArray

Doubly linked list implemented inside a dynamic array.

Language: Pascal - Size: 77.1 KB - Last synced at: 8 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 2

Snawoot/list

Improved version of "container/list" from Go stdlib

Language: Go - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

UPEV1sion/LinkedList_C

A very performant, fairly lightweight LinkedList implementation in C.

Language: C - Size: 225 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

zcomert/veri-yapilari-ve-algoritmalar

Veri Yapıları ve Algoritmalar dersinin kod deposudur.

Language: C# - Size: 23.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 37 - Forks: 11

marinakithemis/Linear-Hash-Table

Implementation of a voting system using a linear hash table and a doubly linked list.

Language: C - Size: 72.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

shr3yajaisal/C_Data_Structures

This repository contains all the data structure programs in C programming language

Language: C - Size: 115 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mohannad-Elsayed/doubly-linked_list_in_C

doubly linked list implementation in C language [Beginner level]

Language: C - Size: 1.95 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

delrosariomarcus/Java_StudentInfoSystem

A Java application that efficiently manages student records by using the bubble sort algorithm and a doubly linked list.

Language: Java - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yukai-yang/R6DS

an R package implementing some useful data structures by using the R6 reference class.

Language: R - Size: 98.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

m30ws/tou

Collection of various help(er|ful) functions, structures, data structures, preprocessor definitions, systems...

Language: C - Size: 255 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

messams/DataStructures

Some dynamic data structures implementation from my perspective.

Language: C++ - Size: 16.6 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

vedanty3/use-lru-cache

A React hook for managing an LRUCache (Least Recently Used Cache) in your React components.

Language: TypeScript - Size: 39.1 KB - Last synced at: about 15 hours ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 2

DevilKo0l/data-structures-algorithm-collection

A collection of data structures and algorithm for C# programer

Language: C# - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0