Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mityax/tree-construction
Construct trees from their traversals.
https://github.com/mityax/tree-construction
Last synced: about 1 month ago
JSON representation
Construct trees from their traversals.
- Host: GitHub
- URL: https://github.com/mityax/tree-construction
- Owner: mityax
- Created: 2023-02-02T18:19:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T10:07:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T15:22:55.059Z (3 months ago)
- Language: Svelte
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tree Constructor
This is a small tool to construct trees from their traversals. It
can be used [here](https://mityax.github.io/tree-construction/).The tool can construct trees if either
- pre- and inorder traversals or
- in- and postorder traversalsare given.
It also does some validity checking to avoid users trapping
into typo-caused mistakes or the like.Lastly, it reconstructs the third (missing) traversal and displays
it to the user.