OpenDSA is infrastructure and materials to support courses in a wide variety of Computer Science-related topics such as Data Structures and Algorithms (DSA), Formal Languages, Finite Automata, and Programming Languages. OpenDSA materials include many visualizations and interactive exercises. Our philosophy is that students learn best when they engage the material and then practice it until …
Category: COMP 132
(CC BY-SA and GNU Free Documentation License)A complete online reference for the C and C++ languages and standard libraries, i.e. a more convenient version of the C and C++ standards.
Any user should ensure they read the GNU Free Documentation license in its entirety.
This resource is a well-written text that covers the material quite well. It is a bit older than other material, but it is still a very valid resource. The main website has some other variations of this text. It is intended to teach the design and analysis of basic data structures and their implementation in …