Resources
This page has links to both previous semester contents, and other material from other courses/sources. While none of these will be explicitly necessary to complete the course, you should consolt them as needed.
Tutorials
- CIS Fordham tutorials
- Basics from CS1/CS2
- REQUIRED: Includes AutoGrader submission help
- UMich EECS 280 tutorials
- Great for environment setup, command line and other basics
- Includes VSCode SetUp Guide
- C++ Tutorial
- Doctest tutorial
Other Courses / Material
- CISC2200 Spring ’24
- CS2 Review:
- Free Textbooks:
- Open Data Structures
- Data Structures Wikibook
- Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne
- Algorithms by Jeff Erickson
- Cheat Sheets / visualizations:
- Big O Cheat Sheet
- Data Structure Visualizations
- Visualgo
- Algorithm Visualizer - GitHub Copilot suggested this…
- Makefile cheatsheet
- Online Resources:
- The Missing Semester of Your CS Education
- C++ Reference
- C++ Tutor - Visualize C++ code execution w/ AI assistance
- GDB Manual
- VSCode Debugging
- Doxygen documentation
- Online Practice: