Skip to content

lwd19861127/Assignment4-Java

 
 

Repository files navigation

Assignment 4

Step 1: Fork this repository

  • Fork Button on your top right.

Step 2: Clone your forked repository

  1. Open your terminal.
  2. $ git clone https://github.com/<your username>/assignment4-java

Step 3: Import the project as gradle project

  1. Import Project
  2. Import project from external model
    • Select Gradle
  3. Press next and finish

Step 4: Finish your assignment

  1. Read Instruction.md for tasks to complete.
  2. src/main/java/ca/ciccc/SeatingChart.java
    • Source files (Check Todo)
  3. Test files
    • src/test/java/TestAll to run all tests.
    • Individual test case for each method.
    • src/test/java/TestSeatingChart.java
    • src/test/java/TestSeatingChartRemovedAbsentStudents.java

Step 5: Test locally

  1. Open Test files, you can test your code locally.
  2. Make sure your code passes all the test cases.

Step 6: Submit

  1. Create a new branch locally. ($ git checkout -b <<YourFirstName>>)
  2. Edit, add and commit files.
  3. Push your branch to the remote repository. ($ git push -u origin <<YourFirstName>>)
  4. Pull Request from your forked repository. README

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%