RIT will permanently shut down the RIT Wiki (Confluence wiki) on February 2, 2024. Review the Wiki Shut Down Overview for information on alternative tools, exporting content from the wiki, and other FAQs.
...
- An introduction to the XNA framework including assets and basic animation
- Introduction to algorithmic complexity using Big-O notation
- Recursion, including advantages and disadvantages with iteration
- Trees, including binary search trees
- Tree traversals, including pre-order, in-order, and post-order
- Introduction to client/server (network) programming
- Hash tables (and dictionaries), including collision handling
- Sorting algorithms (bubble sort, selection sort, insertion sort, shell sort, quicksort, mergesort, hashsort)heapsort)
- Hash tables (and dictionaries), including collision handling
- Graphs, including terminology and representations
- Graph searches (breadth-first and depth-first) and Dijkstra's shortest path algorithm
...