How to self learn and solve problems?
If you visit my profile you will see that I'm not that good at problem solving. I solve only A type problems I have 1 year left to complete my college. I didn't do well in ICPC regional contest. I want a good CodeForce profile within this one year and a good problem solver as well. Is it even possible to do so??!!!
Things I know till now
- Basic Data structures and Algorithm;
- C++ STL;
- Binary Tree;
- Graph's Traversal, Dijkstra, Bellman, coloring and Bipartite, TopoSort, Cycle Detect, Minimum Spanning Tree
- Some Number theory topics.
- Backtracking and Recursion, Greedy;