Visual representation of Algorithm/Data Structures
Data Structures and Algorithms
- http://theshayna.com/data-structures-and-algorithms-tutorials/
- http://www.rookieslab.com/
- http://www.iarcs.org.in/inoi/online-study-material/
- https://algo.is/competitive-programming-course/ — Competitive Programming Course
- http://20bits.com/article/introduction-to-dynamic-programming — Get started with DP
- http://bigocheatsheet.com/ — Know the Complexities
- http://kaidul.com/algorithm-data-structure-code-library/
- http://notes.tweakblogs.net/blog/9835/fenwick-trees-demystified.html — Fenwick trees Demystified
- http://codeforces.net/blog/entry/15729 — Data Structures tutorial
- http://www.comp.nus.edu.sg/~stevenha/methodstosolve.html?uid=625047&showAC=1 — Checklist for UVA
- http://algorithms.tutorialhorizon.com/
- http://informatics.mccme.ru/
Online Encyclopaedia for IntegerSeqeunces
Blogs
- IIT KANPUR — ACM BLOG(http://www.cse.iitk.ac.in/users/aca/index.html)
- http://sportprogramming.blogspot.in/2014/07/getting-started-with-sport-of.html — Try to Implement every problem given in this blog
- http://freedomofkeima.com/blog/posts/brush-up-your-programming-skill Wiki Pages: http://wcipeg.com/wiki/Special:AllPages
- http://www.vexorian.com/ — Try to read every entry of this blog, It's quite good.
- http://blog.anudeep2011.com/ — Segment tree, Heavy light Decomposition explained.
- http://zobayer.blogspot.in/2015/06/dynamic-programming-dp-problems-from.html — Find DP Problems from SPOJ
- https://kartikkukreja.wordpress.com/ — One of the most interesting blogs, I have ever seen- consist many AI related problems and CP tutorials with reviews of courses. Must read.
- http://fusharblog.com/ — Find how to solve linear recurrences. Must read for Matrix Exponentiations.
- http://blog.hackerearth.com/
- http://contest-wiki.csc.kth.se/index.php/How_to_get_better%3F
- https://www.quora.com/What-were-the-pointers-given-by-Ajay-Somani-to-Nikhil-Garg-regarding-preparation-for-ICPC
- https://www.quora.com/How-did-Anudeep-Nekkanti-become-so-good-at-competitive-programming
- https://www.topcoder.com/community/stories/
- https://www.hackerearth.com/ama/i-am-lalit-kundu-algorithmist-programmer-acm-icpc-15-kgp-winner-ask-me-anything/
- http://contest-wiki.csc.kth.se/index.php/Team_strategy — Team Strategy
- https://tp-iiita.quora.com/
Mathematics
- http://geomalgorithms.com/math.html#Coordinate-Systems
- http://neerc.ifmo.ru/wiki/index.php?title=%D0%94%D0%B8%D1%81%D0%BA%D1%80%D0%B5%D1%82%D0%BD%D0%B0%D1%8F_%D0%BC%D0%B0%D1%82%D0%B5%D0%BC%D0%B0%D1%82%D0%B8%D0%BA%D0%B0%2C_%D0%B0%D0%BB%D0%B3%D0%BE%D1%80%D0%B8%D1%82%D0%BC%D1%8B_%D0%B8_%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D1%83%D1%80%D1%8B_%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85
- http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibpuzzles.html — Fibonacci Quest Solved
- http://e-maxx.ru/algo/