Free video course on Introduction to Algorithms by Charles E. Leiserson of MIT. This course teaches techniques for the design and analysis of efficient algorithms, emphasizing methods useful in practice. Topics covered include: sorting; se...More
Free video course on Introduction to Algorithms by Charles E. Leiserson of MIT. This course teaches techniques for the design and analysis of efficient algorithms, emphasizing methods useful in practice. Topics covered include: sorting; search trees, heaps, and hashing; divide-and-conquer; dynamic programming; amortized analysis; graph algorithms; shortest paths; network flow; computational geometry; number-theoretic algorithms; polynomial and matrix calculations; caching; and parallel computing.
Missed lectures or hate teachers? Or want to study computer science courses without going to university? … You can study anytime anywhere because there are
www.programmerfish.com/45-free-online-computer-science-courses/
-
Get Site Info
Free video course on Computer System Engineering by Hari Balakrishnan of MIT. This course covers topics on the engineering of computer software and hardware systems: techniques for controlling complexity; strong modularity using client-ser...
www.academicearth.org/courses/computer-system-engineering
-
Get Site Info
Here are the top 10 popular programming puzzle sites that will help test your thinking and improve your programming, problem solving, and logical thinking skills.
www.sixrevisions.com/resources/10-puzzle-websites-to-sharpen-your-programming-skills/
-
Get Site Info
If you are trying to track down why your computer is running so slooowwwly, try using this simple DOS command from Digital Inspiration to uncover a possible problem: Type cmd in your Windows Run box.Type "netstat -b 5 > activity.txt" and pr...
www.lifehacker.com/302636/find-out-if-your-computer-is-secretly-connecting-to-the-web
-
Get Site Info