Skip to content

cbourke/ComputerScienceIII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Science III

CSCE 310 - Data Structures & Algorithms

School of Computing
College of Engineering University of Nebraska-Lincoln

This repository hosts documents, files, and other artifacts related to Computer Science III (offered as CSCE 310) at the University of Nebraska-Lincoln

Lecture Notes

My lecture note set is available on BitBucket: https://bitbucket.org/chrisbourke/computerscienceiii/src/master/ComputerScienceThree.pdf

Course Offerings

Fall 2022 (Honors)

Fall 2021 (Honors)

Summer 2021

Summer 2020

Summer 2019

Other Resources

Some free online resources including related courses and textbooks:

Algorithm & Data Structure Visualization Tools

LaTeX

Though you can submit written assignments hand written, you can never go wrong with LaTeX, here are some resources:

Python

Though in general you'll be able to use any programming language for this course, but we recommend Python 3. Some free courses to help you learn: