Computer science and IT assignments

February 19, 2020

Find a snippet in a document

You will write code that, given a document (a sequence of words) and set of search terms, will find the minimal length subsequence in the document […]
February 19, 2020

Java Code

Code must be written to satisfy this. The program for this Assessment will consist of four sections, each headed by the three-line comment below://*********************************************************//****Assessment 5 Section X//*********************************************************(where […]
February 19, 2020

Python project 1

You are very welcome to use online resources to help you carry out these tasks. You MUST cite (in the code comments or in an adjacent […]
February 19, 2020

Debt to income calculator Python Project

Project – Debt to Income Calculator Program Python in Spyder IDEProject Guidelines    At the minimum, your code should include a least one of each of the […]
February 19, 2020

Triangle Shading Graphic

Using CMake:1. create a subdirectory (under HW3) named Debug: mkdir Debug2. enter the subdir: cd Debug3. and generate the makefiles: cmake .. (mind the ..)To generating […]