Skip to content

Commit 207899b

Browse files
authored
Update Graph-Theory.md
1 parent 46cb1bb commit 207899b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Notes/Graph-Theory.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,17 @@ The graphs above that we used for BFS and DFS were both trees.
253253
![img](https://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Tree_graph.svg/180px-Tree_graph.svg.png)
254254

255255
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/)

0 commit comments

Comments
 (0)