项目作者: MichaelPatrickMcGuireJr

项目描述 :
c style linked list
高级语言: C
项目地址: git://github.com/MichaelPatrickMcGuireJr/linked_list.git
创建时间: 2019-11-23T00:45:04Z
项目社区:https://github.com/MichaelPatrickMcGuireJr/linked_list

开源协议:

下载


linked_list

When using high level coding we are able to utilize the STL for structures such as queues, vectors, dictionaries, etc… Sometime we may want to realize various levels of functionality with in low level c-coding. Traversing lists of data is accomplished by linking datatypes in memory via pointers.