What are some of the great computer science resources for someone who is fairly experienced with programming?
I have been programming for over a year and I've also read quite a lot of articles about it too. However it is getting really hard to dig one out for a long time. All I see whenever I search for resources is meant for absolute beginners.
I want resources covering certain topic in depth like
and many more!
But there are limited resources available which actually cover all the topics in depth (I want very rigorous resources equivalent to actual university semester).
Please provide me some good resources which cover the topics. It can be any type of resource including websites and books.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Algorithm Design and General:
Theoretical Computer Science:
Artificial Intelligence:
Lower Level Understanding of Programming:
Information Theory and Cryptography:
Discrete Optimization:
Functional Programming:
List of Miscellaneous Free Programming Books: vhf/free-programming-books
Log in to reply
I would like to extend your list by three very different but very useful (especially at the beginning) books:
Practical Common Lisp - LISP is a perfect langugage (MIT use one of them (Scheme) as start language) for learn meta-programming
"Discrete Mathematics and Combinatorics" James A. Anderson - Fundamental book about Discrete Mathematics. Starts from logic & proofs and finishs with Theory of Information and Number Theory.
Mathematics for Computer Science - free book from MIT (you can easly google and download it) as a perfect guide for Mathematics that required in Computer Science. Also "Concrete Mathematics" is also very-very good.
Anything for meta-programming?
Log in to reply
Seems like I finally have to learn ((((((((((((((((((((LISP)))))))))))))))))))) [if you know what I'm saying].
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
The deeper you understand abstraction and combination, the deeper you understanding programming. Functional programming is very helpful in developing you intuition on abstraction and combination. Haskell and lisp are both functional programming language, but haskell is more pure functional than lisp. More importantly, you have to think about TYPE in haskell, which is very helpful for a deeper understanding about writing well combination program.
I point out the advantanges of haskell to support my statement "you can gain more from lisp than haskell. I promise you", which may be strange. But this is my way to recommend. I said A is better than B not because I know a lot of advantages about A, but because I know both the advantages of A and B and on your situation I prefer A than B.
You should learn both. If you have to pick one, pick lisp.
Books to start (Lisp) :
Log in to reply
Actually, I have some knowledge of haskell and I did like the concept of type and pure functionalism. May be LISP is better in this case, I do not know.
Log in to reply
'Code is Data' also provide a syntax level abstraction. You could search 'lisp macro' for more information.
Log in to reply
I had to look that term up. I have no idea about this one.
Log in to reply
The links in "Performance Optimization #1" and "Functional Programming #1" are broken.
By the way, why no SICP in the list ?
Log in to reply
Fixed.
Actually, I came to know about that book only half an hour ago (what a coincidence!). I added it and a several others.
Thanks for your reply!
Log in to reply
Please check this out @Arulx Z
Log in to reply
Do u know programming on java(specifically netbeans)?
Log in to reply
NetBeans is a IDE right? How does that matter?
This thread has a lot of valuable information. Agnishom, if you don't mind, can I/you create a wiki with this info so that this is available to a wider audience?
Log in to reply
Yes, that is a pretty good idea
Log in to reply
here. Contact me on Slack for collaborating.
I have started a wikiSounds like you're looking for a masters degree in cs.. try looking up university courses which post lecture material online.. then have yourself a blast (:
What kind of performance analysis? Is this about hardware?
Log in to reply
I mean code optimization (like reducing complexity and memory usage etc.) by performance analysis so it's about the software rather than hardware. I'm sorry for ambiguity.
@Agnishom Chattopadhyay @Arulx Z Sorry for going off topic, but I too am learning Programming (in C++) for the first time. I've studied up to Arrays and would love to go beyond on my own; my school doesn't really teach a lot in depth. I'm particularly interested in learning Dynamic Programming. Any help offered would be greatly appreciated. Thanks in advance!
Log in to reply
There are many resources which are available online. I recommend reading them, so you are clear about the basics.
Dynamic Programming and Optimal Control by Dimitri P. Bertsekas is a nice book about dynamic programming (suggested by Abhishek Sinha in this thread). I recommend reading it and be sure to keep on practicing to improve.
Don't worry if you are being off topic. In fact, it would be nice if anyone in need of clarification / resource request (which is related CS) asks their questions here.
Log in to reply
Ahh, don't you think it is too advanced to begin on DP. @Ishan Dasgupta Samarendra , i would recommend using the usual CLRS book.
How about problem solving - dynamic programming ?
Log in to reply
Yeah, ofcourse that too :)
Have you tried Codecademy ?
Log in to reply
Thanks for your suggestion. However I did try Codecademy. However, it just provides resources to learn a language and provides no support on how write elegant and efficient code.
Can u guys help me learning java?.I searched so many tutorials bt I didnt get me helped following those.so pls do help.
Log in to reply
I'll be more than happy to help. What tutorials did you try? Can you elaborate on what problems you are having?
I suggest CodeCademy for an interactive tutorial.
Check out courses on MITOCW/edX too. I'm not sure if they teach java (they most probably have Python). However, the code writing skills matter not the language. Hence it would be a valuable experience.
Hey @Agnishom Chattopadhyay @Arulx Z
How can I improve my algorithm writing skill?Any suggestion?Any good website or book?
In short, how can I become a good programmer?
Thanks!
PS I am a mere beginner.
Log in to reply
Agnishom is a better programmer and he can definitely help you more but the key to improving is practicing, experimenting and figuring out algorithms on your own. That's how experts are made. Apart from Brilliant, also check out websites like CodeChef, HackerRank, HackerEarth, SPOJ, Project Euler etc.
Log in to reply
yess!!
I'll reply to the other question here too:
I did not have a lot of things to do when I was a child. I had books and a computer. I was not a very social person and did not go out to play with my neighbours because I was not very good friends with them. My dad was a scientist who used to do numerical simulations on computers. Hence, I was attracted to computers because of this attraction to the great mystery of numerical simulations. Although, I had not been good with algorithms for that long, but I have been coding since 7 or 8.
I understand that there is a lot of pressure for the average Indian teenager. This is quite frustrating to me too. I am going to college this fall.
You'll find a lot of resources in one of the highest voted comments in this thread including algorithm resources. Can you find it?
The best way to improve your algorithmic skills is to solve algorithmic problems in the Brilliant Computer Science sections, Project Euler, CodeChef, USACO training pages, sphere online Judge, codeforce, and many more. Sometimes having a nice programming project of your own also helps. Common examples include your own games, your own webapp or a website or things like that. I did that a lot too.
Of course, I still have a long way to go and improve.
Log in to reply
Thanks for reply, Agnishom and Arul.
BTW can knowing more programming languages help me ?
Log in to reply
Sometimes the answer is yes though. You gain something by learning a language which makes you think differently. For example, a procedural programmer could learn something new by learning a functional language.
Log in to reply
Thanks!
Log in to reply
Maybe you would like to give it a try at learning some binary exploitation
Log in to reply
Yes, binary exploitation is an interesting thing too. But I had very little idea about it when this note was written.
Log in to reply
Would be great if we have more resources about this topic here, just like all the really nice wikis about AI and algorithms.
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
[email protected]. Can I have yours?
Ah, my email isLog in to reply
[email protected]
Did you receive my email? My email isLog in to reply