Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: ds3 Download
 Description: Creation and operation of a one-way linked list Set up a one-way linked list data type node integer data fields , write a function to achieve the following: ( 1 ) achieve the creation of a one-way linked list ( including initialization ) and output operation , the number of nodes and node data entered by the user . ( Source : ds3-1.c) ( 2 ) Find a single list given in the i-th node and returns its address . Without the presence of the i-th node , returns an empty address. ( Source : ds3-2.c) ( 3 ) Find a given node in a given value of n single list , and return address . Without the presence of the value of n nodes , returns an empty address. Meanwhile, the number should be returned by the parameters of the node . ( Source : ds3-3.c) ( 4 ) Delete the given singly linked list in the i-th node , the successful return 1, else return 0 . ( Source : ds3-4.c) ( 5 ) to delete a single node in the list is given n , the successful return 1, else return 0 . ( Source : ds3-5.c) ( 6 )
 Downloaders recently: [More information of uploader 颜瑞廷]
 To Search:
File list (Check if you may need any files):
 

ds3
...\ds3-1.c
...\ds3-2.c
...\ds3-3.c
...\ds3-4.c
...\ds3-5.c
...\ds3-6.c
...\ds3-7.c
    

CodeBus www.codebus.net