mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-24 16:05:02 +00:00
formatting source-code for b388e4a309
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Includes structure for a node and a newNode() function which
|
||||
can be used to create a new node in the tree.
|
||||
can be used to create a new node in the tree.
|
||||
It is assumed that the data in nodes will be an integer, though
|
||||
function can be modified according to the data type, easily.
|
||||
*/
|
||||
@@ -35,5 +35,5 @@ int main(void)
|
||||
nameOfNode->leftNode and so on.
|
||||
*/
|
||||
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user