Computer science and IT assignments

July 15, 2020

Weighted Directed Graphs C++

Your task is to implement a directed_graph class, where each node/edge has a weight.  (Please use adjacency matrix) The class should offer a reasonably effective suite […]
July 15, 2020

Python Project – Turtle Graphics

Hey! I need to create a Python project with Turtle Graphics. Here are the instructions from my teacher: The word project represents a unique product. The […]
July 14, 2020

C# Project

Project :Your project must: Have Graphical user interface. Demonstrate your understanding of classs, objects and other C# features. Topics (LOs):1. Implement software designs in an object-oriented […]
July 14, 2020

Banking system

Multiple Credit Card Management Application (MCCMA) is an application system that is madewith the intent to help multiple credit card owners manage and keep track of […]
July 14, 2020

Java

Only the value of the card counts (7 <8 <9 <10 <Jack <Queen <King <Ace), the color (clubs, spades, hearts, diamonds) is not relevant. The deck […]