I have a flowchart for the code I just don't know how transfer a flowchart to java code. I need the java source code along with the class file. I have the rubric but I can't attach it to this so I will email it to you when you reach out to me.
Assignment Instructions
# This is the flower box and it should at the beginning of each assignment
# You must add comments to your code
# Program name : Wk7_firstname_lastname.py
# Student Name : first name last name
# Course : ENTD220
# Instructor : My instructor
# Date : Any Day
# Copy Wrong : This is my work
You are going to enhance the prior assignment by doing the following
1) Create a class that contain all prior functions
2) Test the application
Sample output
Use the same output from last assignment
Submission Instructions:
Make sure that you save your code in a text file in this format;
W7_firstname_lastname.py
Write in Java
Part A: Update the java file names to include your initials at the end, send .java file only.
1. Write in-place heapSort, which takes an array of data, convert it to max heap using bottom-up
algorithm. The expected run time should be O(n), where n is the total number of data.
BubbleDown method is provided. You may test it in this Sort.
2. Write complete code for a MinHeapPriorityQueue method removeThirdMin that efficiently
removes and returns the third minimum element from the data structure. It shouldnt have
more than 3 comparisons to find the third minimum element. Your solution can make use of
the methods bubbleUp, bubbleDown and swapData but must not apply the constructor or
either of the methods add/enqueue and removeMin/dequeue.
For example, if the array contains the following elements:
1, 2, 3, 4, 5, 6, 7
It should be changed by removeThirdMin to
1, 2, 6, 4, 5, 7
Extra Credit: Modify quickSort method, to use insertionSo
Assignment Instructions
# This is the flower box and it should at the beginning of each assignment
# You must add comments to your code
# Program name : Wk7_firstname_lastname.py
# Student Name : Ymmas Azaba
# Course : ENTD220
# Instructor : My instructor
# Date : Any Day
# Copy Wrong : This is my work
You are going to enhance the prior assignment by doing the following
1) Create a class that contain all prior functions
2) Test the application
Sample output
Use the same output from last assignment
Submission Instructions:
Make sure that you save your code in a text file in this format;
W7_firstname_lastname.py
required to fill the work shop in same power point attached ( no word documents)
my choice topic is
The lack of job vacancies for university graduates because of corona virus
STEP # 1: Needs Identification including Journey Map and Empathy Map (3 Marks)
STEP # 2: Generate How Might We Questions (1 Mark)
STEP # 3: Brainstorm Ideas, Select the Best Idea (2 marks)
STEP # 4: Design Your Prototypes (3 marks)
STEP # 5: Test your prototypes(3 marks)
STEP # 6: Reflection (3 Marks)
need to fill in the same power point attached below ( no ward document)
mu choice topic is
The lack of job vacancies for university graduates because of corona virus
6 steps to follow
STEP # 1: Needs Identification including Journey Map and Empathy Map
STEP # 2: Generate How Might We Questions
STEP # 3: Brainstorm Ideas, Select the Best Idea
STEP # 4: Design Your Prototypes
STEP # 5: Test your prototypes
STEP # 6: Reflection
fill the information in the same power point attached form in 6 steps as below ( no word documents)
my chosen topic is : The lack of job vacancies for university graduates because of corona virus
STEP # 1: Needs Identification including Journey Map and Empathy Map
STEP # 2: Generate How Might We Questions
STEP # 3: Brainstorm Ideas, Select the Best Idea
STEP # 4: Design Your Prototypes
STEP # 5: Test your prototypes
STEP # 6: Reflection
The first attached document include the 4 questions to be answered, alongside the guideline for the assignment
The second document is a Smith Chart, which some of the questions require the use of it
The third document is the formula sheet, just in case.
Assignment: Creating a basic platformer using Unity C# I want to have a charachter (Just a random object) who can double jump on platforms and open doors using a key you can find in the scene. Also need a main menu screen and a simple health system that goes down 1 point after a timer reaches one minute until death or the scene is completed. Outline is below.
A character that can move around the scene and has at least one unique mechanic that we didn't program as a class.
A Unique main character drawn for your game with at least an one idle and one locomotion animation.
A Unique tileset created for your level with at least 3 world tiles and 3 detail tiles image laid out on a grid.
At least one level that uses a grid & tilemap.
A main menu that takes us to the main game when you press the play button.
At least one unique particle effect that we did not do as a class.
An in game HUD that displays some kind of information about your player's status.
- Create a unique physical solution for a multi-building campus
- You should use Microsoft Visio to draw the physical network design
You should use Microsoft Word to provide an, explanation
1. One-page explanation of the physical layout
2. One page discussing switching
3. One page discussing a topic that you would like to include to highlight some aspect of the design.
More instructions are on the Attached File