An open API service indexing awesome lists of open source software.

https://github.com/juancrg90/linked_list

A very simple linked list C library
https://github.com/juancrg90/linked_list

Last synced: 8 months ago
JSON representation

A very simple linked list C library

Awesome Lists containing this project

README

          

Linked_List
===========

A very simple linked list C library
----------------------------------------------------------------
Library for handling linked lists

Date: 11/01/2014

Author: Juan Carlos Ruiz Gonzalez

Universidad de Guanajuato

Email: juancarlosruiz14@gmail.com

This library contains functions for handling linked lists

The functions include:
* Insertion at the beginning
* Insertion at the end
* Insertion in the given position
* Search by position
* Empty check
* Deleting node by position
* Destroy the list