mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-10 20:40:39 +08:00
@ -263,7 +263,6 @@ void myLinkedListFree(MyLinkedList* obj) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
* Your MyLinkedList struct will be instantiated and called as such:
|
* Your MyLinkedList struct will be instantiated and called as such:
|
||||||
* MyLinkedList* obj = myLinkedListCreate();
|
* MyLinkedList* obj = myLinkedListCreate();
|
||||||
* int param_1 = myLinkedListGet(obj, index);
|
* int param_1 = myLinkedListGet(obj, index);
|
||||||
|
Reference in New Issue
Block a user