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

GitHub / 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.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FDoublyLinkedListC

Stars: 1
Forks: 0
Open issues: 0

License: gpl-3.0
Language: C
Size: 21.5 KB
Dependencies parsed at: Pending

Created at: over 2 years ago
Updated at: almost 2 years ago
Pushed at: over 2 years ago
Last synced at: about 8 hours ago

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

Funding Links https://github.com/sponsors/BaseMax

    Loading...