List 02. 선형 리스트 ADT

less than 1 minute read

선형 리스트 ADT

list02

리스트 구조체

function prototype

Create List

Add Node

Remove Node

Search List

Retrieve Node

Traverse List

Empty List

Full List

List Count

Destroy List

internal function

insert

delete

Comments