https://github.com/olety/lab9
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/olety/lab9
- Owner: olety
- Created: 2015-01-11T14:29:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T22:25:27.000Z (over 10 years ago)
- Last Synced: 2026-02-01T07:50:03.522Z (5 months ago)
- Language: C
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A list is a dynamic data structure that starts with a list head and consists of any number of
ments. The head points to the first element and each element point to its successor.