Skip to content

Commit 6b30cc6

Browse files
authored
Update Data-Structures.md
1 parent 526dd18 commit 6b30cc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Notes/Data-Structures.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,11 @@ for (Integer key : map.keySet())
206206
System.out.print(key); // output is '14, 17, 28'
207207
}
208208
```
209+
210+
## Problems
211+
212+
- [Seinfeld](http://www.spoj.com/problems/ANARC09A/)
213+
- [Friends of Friends](http://www.spoj.com/problems/FACEFRND/)
214+
- [Homo or Hetero](http://www.spoj.com/problems/HOMO/)
215+
- [Street Parade](http://www.spoj.com/problems/STPAR/)
216+
- [Lowest Common Ancestor](http://www.spoj.com/problems/LCA/)

0 commit comments

Comments
 (0)