Skip to content

Jiramide/UTG-CS701

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

221 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTG - CS701

Table of Contents


Intro

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


Compilation and Execution

.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.

Compilation

$> make

Execution

$> make execute

Cleaning

$> make clean

Variables are located in the Makefile (most notably PKG_DIR and EXTRA_COMPILER_ARGS) for you to change whenever compiling and executing.


Curriculum

This course covers common data structures and crucial computer science concepts.

Some data structures covered in this course include:

About

Contains all the code that I write for UTG's CS701 class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors