SpiceQA
Questions
Tags
Users
Badges
preorder
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Creating the list that corresponds to the preorder path on binary trees
user_10638016
0
•
asked Aug 8, 2022
1
1
38
preorder
binary-tree
python-3.x
python
Java Level order to N-Ary tree (Iterative and not recursion)
user_16714615
0
•
asked Sep 13, 2021
1
0
31
preorder
tree
data-structures
java
F# - Traverse a tree defined not as a structure, but as a function: ls: 'a -> 'a seq
user_16310602
0
•
asked Jun 25, 2021
3
1
100
preorder
tail-recursion
depth-first-search
f#
functional-programming
Why my Preoder, Inorder and Postorder functions are not working
user_15917924
0
•
asked May 13, 2021
1
1
61
recursive-datastructures
preorder
postorder
inorder
binary-tree
Can we convert tree to doubly linked list using preorder or postorder traversal instead of inorder traversal?
user_13191920
0
•
asked May 12, 2021
1
0
100
doubly-linked-list
preorder
tree
tree-traversal
c++
Ouputting the binary tree in using in-order and pre-order traversal
user_15502141
0
•
asked Apr 12, 2021
3
1
201
preorder
inorder
binary-tree
python
Haskell binary trees traversal order with fold
user_14973407
0
•
asked Jan 31, 2021
2
1
307
preorder
inorder
binary-tree
fold
haskell
convert inorder equation to preorder equation with mongoose query syntax
user_9741225
0
•
asked May 13, 2020
2
1
96
preorder
inorder
data-structures
algorithm
javascript
Is there a way to find the pre order traversal of a strictly binary tree from its post order traversal without building the tree?
user_12265849
0
•
asked Mar 3, 2020
7
3
407
preorder
postorder
binary-tree
c
Preorder tree walk of a minimum spanning tree generated by Prim's algorithm
user_995862
0
•
asked Sep 20, 2017
3
2
1988
preorder
tree
algorithm
python
1
(current)
Hot Questions