no 'return' in newNode function #180

Open
opened 2026-01-29 15:07:29 +00:00 by claunia · 0 comments
Owner

Originally created by @miko53 on GitHub (Nov 25, 2023).

What would you like to share?

In file data_structures/binary_trees/red_black_tree.c, the function 'newNode(int val, Node *par)' doesn't have any return.
A 'return create' is missing at the end.

Additional information

No response

Originally created by @miko53 on GitHub (Nov 25, 2023). ### What would you like to share? In file data_structures/binary_trees/red_black_tree.c, the function 'newNode(int val, Node *par)' doesn't have any return. A 'return create' is missing at the end. ### Additional information _No response_
claunia added the Stale label 2026-01-29 15:07:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#180