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

GitHub topics: doubly

stdlib-js/utils-doubly-linked-list

Doubly linked list.

Language: JavaScript - Size: 673 KB - Last synced at: 13 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

wooorm/linked-list

Minimalistic linked lists

Language: JavaScript - Size: 132 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 83 - Forks: 10

Progambler227788/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: 2 months ago - Pushed at: about 2 years 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: 8 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

klaudiosinani/doublie

Doubly circular & linear linked lists for ES6

Language: JavaScript - Size: 229 KB - Last synced at: 25 days ago - Pushed at: over 5 years ago - Stars: 22 - Forks: 5

maximilianMairinger/fastLinkedList

General purpose, but clean doubly Linked List implementation for the web

Language: TypeScript - Size: 69.3 KB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

NLTN/DoublyLinkedList

Playing with Doubly Linked List

Language: C++ - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

jason-vermillion/jato-list

Doubly linked list node module implemented in javascript.

Language: JavaScript - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

aulb/Python-LRU

Simple implementation of LRU in Python.

Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1