List * create(double value)
Create list function, a new list containing one node will be created.
Definition: doubly_linked_list.c:92
int isEmpty(struct Stack s)
isEmpty function
Definition: infix_to_postfix.c:112
Node, the basic data structure in the tree.
Definition: binary_search_tree.c:15