Skip to content

Commit c1e3478

Browse files
authored
Update Problem-Solving.md
1 parent 207899b commit c1e3478

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Notes/Problem-Solving.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,24 @@ If you followed all of the previous steps, you can go ahead and submit your solu
8383

8484
If you happen to get **Wrong Answer**, **Time Limit Exceeded**, or **Runtime Error**, make sure that you read the problem correctly, handled all cases, have a fast enough algorithm, and that your program isn't crashing when being tested.
8585

86+
## Problems - Easy
87+
88+
- [Life, the Universe, and Everything](http://www.spoj.com/problems/TEST/)
89+
- [To and Fro](http://www.spoj.com/problems/TOANDFRO/)
90+
- [Adding Reversed Numbers](http://www.spoj.com/problems/ADDREV/)
91+
- [Traversing Grid](http://www.spoj.com/problems/TRGRID/)
92+
- [Anti-Blot System](http://www.spoj.com/problems/ABSYS/)
93+
- [What's Next](http://www.spoj.com/problems/ACPC10A/)
94+
- [Alpha Centauri Tennis](http://www.spoj.com/problems/ACT/)
95+
- [Rectangles](http://www.spoj.com/problems/AE00/)
96+
- [Christmas Play](http://www.spoj.com/problems/AMR10G/)
97+
- [Complete the Series (Easy)](http://www.spoj.com/problems/AP2/)
98+
- [Simple Arithmetics II](http://www.spoj.com/problems/ARITH2/)
99+
- [Common Permutation](http://www.spoj.com/problems/CPRMT/)
100+
- [A Very Easy Problem!](http://www.spoj.com/problems/EASYPROB/)
101+
- [Pizza](http://www.spoj.com/problems/EGYPIZZA/)
102+
- [Traveling Salesman](http://www.spoj.com/problems/FAKETSP/)
103+
- [Happy Numbers I](http://www.spoj.com/problems/HPYNOS/)
104+
- [Java vs C++](http://www.spoj.com/problems/JAVAC/)
105+
- [Not a Triangle](http://www.spoj.com/problems/NOTATRI/)
106+
- [Ambiguous Permutations](http://www.spoj.com/problems/PERMUT2/)

0 commit comments

Comments
 (0)