Setup guides for LWHS CS classes

This repository contains guiding steps to setup and troubleshoot the software needed in the CS classes at Lake Washington High School. The following table outlines these steps for individual software packages and platforms:

Visual Studio Code Visual Studio Code (VSCode) is a powerful free Integrated Development Environment (IDE) used in academia and in industry. It is lightweight and extensible, allowing coding in a large set of programming languages (Python, C, C++, Java, C#, ...) by means of specific extension modules.
GitHub Classroom Git is a widely used plaform for Source Code Management. GitHub is a web portal for cloud storage of source code. It is deeply integrated with Git and facilitates collaboratiuon across individuals and teams on the same code base. GitHub Classroom is a web portal dedicated to academic use. It is built on top of GitHub and is used for managing coding assignments in Computer Science classes.
Reference library.jar Occasionally you will be required to reference functionality from external java class libraries, also known as .jar files. This section guides you through the configuration steps necessary to be able to load these classes into your projects.
GraphVisualizer Javascript application useful for designing, visualizing and interacting with graphs as abstract data structures.