Beginners

The Algorithms you need to Master as Beginners are listed :-


2. Sorting

3. String Matching

4. Number Theory

5. String Matching

6. Greedy


8. Modular Arithmetic (if you've mastered all the above).

No comments:

Post a Comment

Spoj Problem ACMCEG2C - Pick the candies (C++)

  The problem link may be found here.       Explanation: Use Deque to keep track of elements of the variety of candies. If i is gre...