Saturday, January 2, 2016

My Reading List

Here is the collection of web links, which I want to read in near future.

1. Google Code Style : https://google-styleguide.googlecode.com/svn/trunk/Rguide.xml

2. Dynamic Programming-classic problems with video explanation : http://people.cs.clemson.edu/~bcdean/dp_practice/

3: Understanding recursion : http://stackoverflow.com/questions/717725/understanding-recursion

4 : Useful links : https://github.com/andreis/interview

5: Codechef collection : http://discuss.codechef.com/questions/48877/data-structures-and-algorithms

6: Java is always pass by value : http://stackoverflow.com/questions/40480/is-java-pass-by-reference-or-pass-by-value

7 : High Scalability :  http://highscalability.com/blog/category/example

8 : Interpolation search : http://data.linkedin.com/blog/2010/06/beating-binary-search

9: Spelling Corrector : http://norvig.com/spell-correct.html

10: Mathematics for Computer Science : http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/video-lectures/

11: Algorithms course in khanacademy : https://www.khanacademy.org/computing/computer-science/algorithms

12:  What technical details should a programmer of a web application consider before making the site public?
         http://programmers.stackexchange.com/questions/46716/what-technical-details-should-a-programmer-of-a-web-application-consider-before

13: Machine Learning : https://www.youtube.com/watch?v=mbyG85GZ0PI&index=1&list=PLD63A284B7615313A

No comments :

Post a Comment