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
- Host: GitHub
- URL: https://github.com/juancrg90/linked_list
- Owner: JuanCrg90
- Created: 2012-11-19T05:17:11.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T04:16:07.000Z (almost 11 years ago)
- Last Synced: 2025-02-23T16:39:46.788Z (8 months ago)
- Language: C
- Size: 147 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Linked_List
===========A very simple linked list C library
----------------------------------------------------------------
Library for handling linked listsDate: 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