Data Structures
binary tree

32 problems

#

Title

Acceptance

Difficulty

1

Reverse Level Order Traversal (easy)
breadth-first search
binary tree
queue
+1 more

89.2%

easy

2

tree breadth first search
binary tree
breadth-first search
+2 more

90.5%

Med.

3

binary tree
breadth-first search
tree depth first search
+3 more

32.1%

Med.

4

breadth-first search
binary tree
level order traversal
+1 more

54.0%

Med.

5

binary tree
breadth-first search
level order traversal
+3 more

64.1%

Med.

6

binary tree
tree breadth first search
level order traversal
+2 more

56.9%

Med.

7

breadth-first search
binary tree
level order traversal
+1 more

73.4%

easy

8

breadth-first search
binary tree
queue
+1 more

89.2%

easy

9

binary tree
breadth-first search
level order traversal
+3 more

64.1%

Med.

10

binary tree
breadth-first search
level order traversal
+1 more

82.0%

easy

11

binary tree
breadth-first search
depth-first search
+1 more

21.5%

easy

12

breadth-first search
level order traversal
binary tree
+1 more

63.9%

easy

13

breadth-first search
binary tree
level order traversal
+1 more

78.1%

Med.

14

breadth-first search
level order traversal
binary tree
+1 more

80.1%

Med.

15

binary tree
tree breadth first search
level order traversal
+1 more

76.3%

easy

16

binary tree
depth-first search
recursion
+1 more

38.3%

easy

17

binary tree
depth-first search
recursion
+2 more

56.9%

Med.

18

binary tree
recursion
depth-first search

69.0%

Med.

19

binary tree
recursion
depth-first search
+1 more

25.9%

Med.

20

binary tree
depth-first search
recursion
+2 more

24.5%

Med.

21

binary tree
tree depth first search
recursion
+1 more

59.2%

Med.

22

binary tree
tree depth first search
recursion
+2 more

17.7%

hard

23

binary search tree
binary tree
recursion
+2 more

30.1%

hard

24

binary search tree
dynamic programming
recursion
+2 more

34.4%

hard

25

binary tree
binary search tree
recursion
+2 more

47.1%

Med.

26

binary tree
recursion
depth-first search
+1 more

77.7%

Med.

27

binary search tree
recursion
breadth-first search
+2 more

90.0%

Med.

28

binary tree
recursion
breadth-first search
+2 more

35.4%

easy

29

binary search tree
recursion
binary tree
+1 more

28.3%

Med.

30

binary tree
binary search tree
recursion
+4 more

52.7%

Med.

31

binary search tree
binary tree
recursion
+1 more

37.5%

Med.

32

serialize and deserialize
binary tree
recursion
+2 more

69.0%

hard