Skip to content
#

ansic

Here are 19 public repositories matching this topic...

Linked List programs in C that allow the user to control the data container (memory allocation). In main.c, users can create and delete nodes, input or delete nodes at specified positions, display the list of nodes, count nodes in the list, and search the list for a specified node. In collatz.c I use a linked list in a mathematical application.

  • Updated Jan 9, 2021
  • C

Improve this page

Add a description, image, and links to the ansic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ansic topic, visit your repo's landing page and select "manage topics."

Learn more