Coder Social home page Coder Social logo

assignment5-java's Introduction

Assignment 5

Step 0: Clone this repository

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

Step 1: Import the project as gradle project

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

Step 2: Finish your assignment

  1. Read Assignment5_PriorityQueue.pdf for tasks to complete.
  2. You need to create 3 files and complete the tasks.
    • src/main/java/ca/ciccc/ALPriorityQueue.java
    • src/main/java/ca/ciccc/DLPriorityQueue.java
    • src/main/java/ca/ciccc/BHPriorityQueue.java
  3. You need to create at least 3 test files including unit tests (junit4 or junit5)
    • src/test/java/ca/ciccc/TestALPriorityQueue.java
    • src/test/java/ca/ciccc/TestDLPriorityQueue.java
    • src/test/java/ca/ciccc/TestBHPriorityQueue.java

Step 3: Test locally

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

Step 4: Submit

  1. Please keep your commit history clean and clear.
    • Your commit messages should be consistent and descriptive.
  2. Make sure your team's workload is divided fairly.
  3. Invite me as your contributor.
    • Make sure you check submit on the classroom website.

assignment5-java's People

Contributors

itzderr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.