C Pointers

Open-source C projects categorized as Pointers

C Pointer Projects

  • 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).

  • ManagedC

    Reference counter for C

  • 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.

    InfluxDB logo
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).

C Pointers related posts

  • I wrote these short methods to remove a node from an unbalanced BST. Is it "bad style"?

    1 project | /r/cpp_questions | 29 Jun 2023
  • What's the use of pointers-to-pointers?

    1 project | /r/C_Programming | 11 May 2023
  • Guess my favorite language based on my frustrated Python comments

    2 projects | /r/ProgrammerHumor | 12 Nov 2022
  • Accessing the value of a double pointer to a list node

    1 project | /r/C_Programming | 18 May 2021
  • How's my Doubly Linked List?

    1 project | /r/C_Programming | 22 Apr 2021
  • linked-list-good-taste - A deeper explanation on the code Linus Torvalds considers better for removal of an item from a linked list

    1 project | /r/softwarecrafters | 26 Feb 2021
  • Notation as an avenue for exploring zero-cost abstractions?

    1 project | /r/ProgrammingLanguages | 24 Feb 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 linked-list-good-taste 1,968
2 ManagedC 52

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com