Skip to content

HemantDayal7/java_advanced_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP1549 Advanced Programming Coursework

Project Overview

This project is part of the COMP1549 coursework. It involves implementing a networked distributed system using Java.

Directory Structure

COMP1549_Project/
├── data/
│   └── (place any datasets or data files here)
├── docs/
│   ├── COMP1549_Report_Group54.pdf
│   └── Contributions.txt
├── src/
│   ├── main/
│   │   ├── java/
│   │   │   └── org/company/
│   │   │       └── (Java source files)
│   └── test/
│       ├── java/
│       │   └── org/company/
│       │       └── (JUnit test files)
├── pom.xml
├── .gitignore
└── README.md

Instructions

  1. Clone the repository:
    git clone https://github.com/HemantDayal7/java_advanced_programming.git
  2. Navigate to the project directory:
    cd COMP1549_Project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages