C linked-list

Open-source C projects categorized as linked-list

Top 3 C linked-list Projects

  • sc

    Common libraries and data structures for C.

    Project mention: A simple hash table in C | news.ycombinator.com | 2023-06-13
  • linked-list-good-taste

    Linus Torvalds' linked list argument for good taste, explained

    Project mention: I wrote these short methods to remove a node from an unbalanced BST. Is it "bad style"? | /r/cpp_questions | 2023-06-29

    I'm in a data structures course as an undergraduate over the summer. For practice, I made an unbalanced binary search tree class in C++ with search, insertion, removal. We were given pseudo-code for removal, but I noticed a lot of repeated logic could be used if I traversed the tree with a pointer to pointer to Node, and that it didn't need recursion. I saw the same logic as what's explained by "Linus Torvalds' linked list argument for good taste, explained", and I'm pretty familiar with it by now. My tree traversal about 40 lines of actual code, but about 70 lines with comments. However, I showed this to a classmate, and they couldn't follow it at all, and said that it seemed complicated. I'm also concerned because this logic isn't portable to any language that doesn't allow pointers to pointers, i.e. not in Java, Python, etc., only C, C++, and maybe Rust (I don't know if this is portable there).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • ll

    Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more. (by a-p-jo)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-06-29.

C linked-list related posts

Index

What are some of the best open-source linked-list projects in C? This list will help you:

Project Stars
1 sc 2,162
2 linked-list-good-taste 1,964
3 ll 5
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com