Skip to content

Commit

Permalink
Merge pull request #4 from sheroz/sheroz-patch-1
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
sheroz committed Aug 14, 2023
2 parents c047e81 + 53c0865 commit d247648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ pub type TreeNodeRef = Rc<RefCell<TreeNode>>;
- flatten

### Please look at tests in [src/tree.rs](src/tree.rs) for more details

## Useful insights

- [Learn Rust by writing Entirely Too Many Linked Lists](https://github.com/rust-unofficial/too-many-lists)

0 comments on commit d247648

Please sign in to comment.