Hello people I will be studying my next course in University i.e Data Structures & Algorithms , I wanted to know if there are any lectures of some famous universities about that course?I searched on youtube , I found some but either they are teaching it in Java , or C , the one in my university is C++ , so can anyone post some if there are any?
Data Structures & Algorithms Lectures
Started by ahmed, Sep 28 2009 06:55 AM
3 replies to this topic
#1
Posted 28 September 2009 - 06:55 AM
|
|
|
#2
Posted 28 September 2009 - 07:59 AM
Data structures in C.... ick! Here's some book references: Free C++ EBooks page 2, Download Free C++ Books, Free C++ online books, C++ tutorial
You can also check out some MIT courses here: Free Online Course Materials | Courses | MIT OpenCourseWare
Note: a course in Java can generally be applied to C++ with minimal hassle.
You can also check out some MIT courses here: Free Online Course Materials | Courses | MIT OpenCourseWare
Note: a course in Java can generally be applied to C++ with minimal hassle.
#3
Posted 28 September 2009 - 09:02 AM
i see i think i should carry on with uni of Berkley's DSA lectures cause they are teaching it in Java :)
*edited
I forgot that java has no pointers as in you don't really make them use cause they are at the back end , how will the linked list be applied to C++ from it o_O
*edited
I forgot that java has no pointers as in you don't really make them use cause they are at the back end , how will the linked list be applied to C++ from it o_O
#4
Posted 28 September 2009 - 12:01 PM
A Java reference is equivalent to a C++ pointer.


Sign In
Create Account


Back to top









