Exercise 6

Exercise 6 Duplicate-Free Sequences (MA, 4 + 3 + 3 credits) The following predicates assert that a list is duplicate-free, and sorted, respectively. predicate dup_free(a: seq) { forall i: int, j : int :: 0

COSC2637 A1

RMIT Classification: Trusted Assessment Type − Individual assignment. − Submit online via Canvas → Assignment 1. − Marks awarded for meeting requirements as closely as possible. − Clarifications/updates may be made via announcements or relevant discussion forums. Due Date Marks COSC 2637/2633 Big Data Processing Assignment 1 – Tax Trip Statistics Due at 23:59, 8 …

COSC2637 A1 Read More »

README

# Trexquant Interview Project (The Hangman Game) ## Instruction: For this coding test, your mission is to write an algorithm that plays the game of Hangman through our API server. When a user plays Hangman, the server first selects a secret word at random from a list. The server then returns a row of underscores …

README Read More »

FIT2102 Programming Paradigms 2024

FIT2102 Programming Paradigms 2024 Assignment 1: Functional Reactive Programming Due Date: Friday, 30 August 2024, 11:55 PM Weighting: 30% of your final mark for the unit Interview: During Week 7 Overview: Students will work independently to create a game using Functional Reactive Programming (FRP) techniques. Programs will be implemented in TypeScript and use RxJS Observable …

FIT2102 Programming Paradigms 2024 Read More »

MAST30034 Project 1 Spec 2024

School of Mathematics and Statistics Applied Data Science (MAST30034) 2024 An End-to-End Data Science Project Due date: Monday 19th of August 11:59 pm Project Weight: 30% Author: Akira Takihara Wang, Liam Hodgkinson Project Overview This project aims to make a quantitative analysis of the New York City Taxi and Limousine Service Trip Record Data. The …

MAST30034 Project 1 Spec 2024 Read More »

CP1404 2024 2 Books Assignment 2

CP1404 Assignment 2 Books to Read 2.0 Create both a console program and a Graphical User Interface GUI program similar to your first assignment, using Python 3 and the Kivy toolkit, as described in the following information and accompanying screencast video. This assignment will help you build skills using classes and GUIs as well as …

CP1404 2024 2 Books Assignment 2 Read More »

PHYS 52015) Term: Summer 2024

Coursework: High-performance computing (resit) Module: Introduction to HPC (PHYS 52015) Term: Summer 2024 Lecturer: Dr. Christopher Marcotte Submission Please submit two PDF files (part1.pdf & part2.pdf) and two code files (part1.c & part2.c) in a zip archive. Deadlines Consult the MISCADA learning and teaching handbook for submission dead- lines. Plagiarism and collusion Students suspected of …

PHYS 52015) Term: Summer 2024 Read More »

HPC resit example bad report

HPC resit bad example report May 2024 Asking ChatGPT to write the report produces output similar to this: In parallelizing the code for numerically solving the logistic growth equation using OpenMP, I adopted a strategy that leveraged the parallelization capabilities of OpenMP pragmas to distribute workload efficiently across multiple threads. Firstly, I parallelized the init …

HPC resit example bad report Read More »

HPC resit example good report

S(p;f = 0.1) t(1)/t(p) 1 Introduction HPC resit good example report May 10, 2024 Figure 1: Scaling results for the OpenMP implemen- tation. Speedup S(p) = t(1)/t(p), and efficiency E (p) = S (p)/p results for my implementation of the parallel problem, compared to Amdahl’s Law eq. ??, with f = 0.1. compiler and runtime …

HPC resit example good report Read More »

CSCC63 Assignment 3

CSCC63 Assignment 3 Polytime Reductions, Self-Reductions, and PS Due 11:59pm, August 7 Warning: For this assignment you may work either alone or in pairs. Your electronic submission of a PDF to Crowdmark affirms that this assignment is your own work and that of your partner, and no one else’s, and is also in accordance with …

CSCC63 Assignment 3 Read More »