This repository contains code written by Jade Piramide in his CS701 course in Under The Gui Academy. (Dated 2019)
The programming language used in the course is Java, albeit I may add code using other languages for comparison.
All Java code will follow Google's Java style guide
unless specified in the .editorconfig file located in the file tree
.java files are located within src/pkg_name. The package name that I'm using is com.company.
.class files should ideally be put into out/pkg_name. This repository will provide a MAKEFILE to make compilation and execution easy.
$> make
$> make execute
$> make clean
Variables are located in the Makefile (most notably PKG_DIR and EXTRA_COMPILER_ARGS) for you to change
whenever compiling and executing.
This course covers common data structures and crucial computer science concepts.
Some data structures covered in this course include: