mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
parent
57cc378832
commit
4e141cd4e7
@ -80,9 +80,9 @@ A forest is a set of n ≥ 0 disjoint trees.
|
||||
|
||||
|
||||
|
||||
###Code of a tree node
|
||||
### Code of a tree node
|
||||
|
||||
``` c_cpp
|
||||
``` c++
|
||||
struct node
|
||||
{
|
||||
int data; //Data element
|
||||
|
||||
Loading…
Reference in New Issue
Block a user