+ 5
Algorithm Learning
Hello everyone I'm a college student who's trying to get a CS minor. I have completed the Java tutorial. My next goal is to try to implement some algorithms. What are some good books for learning algorithms? I have taken courses of discrete mathematics, calculus, and I am learning linear algebra right now. Thank you very much!
2 Respostas
+ 9
data structure algorithms written by author Cormen is good to start with algorithmic skills development as the book has described many good algorithms and data structure in well manner
https://mitpress.mit.edu/books/introduction-algorithms-third-edition
0
Hello guys!
Anyone can help me for proving of this questions??
N³ + 20n +1 = O(n²)??