C/C++ Best courses to learn Data Structures and Algorithms in C/C++/JS

AI Thread Summary
To improve problem-solving skills and practice competitive programming, several online resources and courses are recommended. Key suggestions include the MIT OpenCourseWare course "6.006 Introduction to Algorithms," which covers essential algorithms and data structures, and a free course from UC San Diego on Coursera titled "Data Structures and Algorithms." While these courses may use Python, they provide a solid foundation for understanding key concepts. The discussion highlights that learning these skills may require more time than initially expected, contrasting it with quicker learning experiences like SQL.
shivajikobardan
Messages
637
Reaction score
54
TL;DR Summary
Best courses to learn Data Structures and Algorithms in C/C++/JS, pointers and competitive programming?
Do you know any such good resources? I want to improve my problem solving skills.
I also want to practice competitive programming, so any good courses for that?
I want to practice pointers any good courses for that?
 
Technology news on Phys.org
What do you mean by "courses"? It doesn't sound like you mean a bunch of studentgs in a room with a teacher.

BTW, this will likely take more than the two days it took you to "learn SQL".
 
online courses I mean.
 
Last edited:
nice
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top