File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -253,3 +253,17 @@ The graphs above that we used for BFS and DFS were both trees.
253
253
![ img] ( https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tree_graph.svg/180px-Tree_graph.svg.png )
254
254
255
255
Above is another example of a tree.
256
+
257
+ ## Problems
258
+
259
+ - [ Is it a tree] ( http://www.spoj.com/problems/PT07Y/ )
260
+ - [ Bitmap] ( http://www.spoj.com/problems/BITMAP/ )
261
+ - [ VALIDATE THE MAZE] ( http://www.spoj.com/problems/MAKEMAZE/ )
262
+ - [ Meeting For Party] ( http://www.spoj.com/problems/DCEPC706/ )
263
+ - [ Slick] ( http://www.spoj.com/problems/UCV2013H/ )
264
+ - [ Escape from Jail Again] ( http://www.spoj.com/problems/ESCJAILA/ )
265
+ - [ A Bug's Life] ( http://www.spoj.com/problems/BUGLIFE/ )
266
+ - [ Longest path in a tree] ( http://www.spoj.com/problems/PT07Z/ )
267
+ - [ Treeramids] ( http://www.spoj.com/problems/PYRA/ )
268
+ - [ Lucius Dungeon] ( http://www.spoj.com/problems/BYTESE1/ )
269
+ - [ Mountain Walking] ( http://www.spoj.com/problems/MTWALK/ )
You can’t perform that action at this time.
0 commit comments