3-Coloring Problem: A Brute Force Algorithm and Complexity Analysis Guide
Tutorials/exercises - 7 pages - Computer science
This document provides a detailed solution to the 3-coloring problem using Python code and graph theory concepts.
Data Security Measures for AXI Company
Tutorials/exercises - 5 pages - Computer science
AXI company requires robust data security measures including pseudonymization, encryption, and backup to ensure confidentiality and integrity of data.
Java Project Implementation Issues and Solutions
Tutorials/exercises - 16 pages - Computer science
This document summarizes the problems encountered during a Java project implementation and the solutions found to address them, focusing on handling different product types and user input.
Heat Equation Discretization and Stability
Tutorials/exercises - 3 pages - Computer science
This document discusses the discretization of the heat equation and the choice of time step and spatial discretization interval for stable temperature propagation.
Microcontrollers Practical Work Report C Language
Tutorials/exercises - 26 pages - Computer science
A practical work report on using C language for microcontrollers, covering debugging, EEPROM access, and programming functions.
Minimax and Alpha-Beta Pruning
Tutorials/exercises - 7 pages - Computer science
This report covers the implementation of the Minimax algorithm and Alpha-beta pruning in the context of the Pac-Man Projects developed at UC Berkeley. Both the algorithms were implemented and tested using the provided framework and autograder tool.
Extracting RSS 1.0 Item Titles using Java DOM API
Tutorials/exercises - 1 pages - Computer science
This Java program reads an RSS 1.0 document from a file and extracts all item titles using the DOM API. It assumes the file resides on the disk and is in the correct RSS 1.0 format.
Calculating Average Age of Books by Author
Tutorials/exercises - 3 pages - Computer science
This Java code calculates the average age of books written by a specific author, given a list of books and their publication years. The code iterates through the list, checks if the book's publication year matches the given year, and updates the author's book count and average age...
Understanding Access Modifiers and Class Members in C#
Tutorials/exercises - 3 pages - Computer science
This document provides a comprehensive overview of access modifiers and class members in C#, including public, private, and protected keywords, getters and setters, and event handling.
Advantages of XSLT over DOM for XML Navigation and Manipulation
Tutorials/exercises - 5 pages - Computer science
This document compares the use of XSLT and DOM for navigating and manipulating XML files, highlighting the advantages of XSLT in terms of conciseness and flexibility.
Using Pivot Tables to Summarize Data
Tutorials/exercises - 1 pages - Computer science
Assignment: "Write a paragraph to explain the results of this analysis. What other question do you think would be valuable for Professor Ali or the University to have regarding the students and/or departments of Alejandra's School of Finance and Economics".
Econometrics: Coding on RSTUDIO - US Presidential Elections - published: 05/05/2024
Tutorials/exercises - 4 pages - Computer science
This coding exercise consists of an analysis of data from the 2020 Presidential elections in the United States. Using RStudio, the document provides answers to several coding questions. Full instructions to be obtained from customer service, who will share them upon request.
VBA Programming
Tutorials/exercises - 2 pages - Computer science
This project contains a big data set that is analyzed using VBA programming. In other words, it allows one to extract some useful information from raw data, using VBA. The purpose of this project is to assure that one is comfortable coding using VBA in Excel. As such, variables, conditional...
RSTUDIO - Quiz (R and Tidying Basics)
Tutorials/exercises - 1 pages - Computer science
In this quiz you will be analysing foods' carbon footprint data from nu3's 2018 Food Carbon Footprint Index (the actual data scrapping is explained here). It contains data on CO2 emissions per person for a large number of countries for the year 2018, using data from the Food and...
Portfolio Optimization using Genetic Algorithm: Application to CAC40
Tutorials/exercises - 11 pages - Computer science
This project aims to implement and apply Genetic Algorithms (GAs) for the optimization of investment portfolios, focusing on top 15 CAC40 assets. The primary objective is to leverage the adaptive nature of GAs to efficiently explore the solution space, generating diverse and innovative portfolio...
Training Computer C++ Project - Genetic algorithm
Tutorials/exercises - 5 pages - Computer science
This C++ code implements the genetic algorithm method applied to a problem chosen from the master's field (MMMEF or IRFA).
Training Computer C++ Project - Genetic Algorithm - published: 16/01/2024
Tutorials/exercises - 9 pages - Computer science
This exercise consists in providing a C++ code implementing the genetic algorithm method applied to a chosen problem in the master's field (MMMEF).
Programming Percentile
Tutorials/exercises - 2 pages - Computer science
The purpose of this assignment is to have you work on a mathematical problem/analysis (this is a scientific computing class) using memory allocation, file reading, and command line arguments.
RSTUDIO: Final Project - Data Correlation, Causation
Tutorials/exercises - 5 pages - Computer science
In this document we propose to study three countries on three different continents namely France, Japan and the United States. We want to analyze how the primary variable fertility rate is related to the influencing variables namely unemployment rate and inflation. Indeed, harsh economic...
Applying the A* Search Algorithm
Tutorials/exercises - 5 pages - Computer science
This assignment delves into the application of the A* algorithm in navigating 2D grid-like environments. Through a series of tasks, we explore pathfinding, emphasizing the algorithm's versatility in addressing obstacles and varying costs. The report highlights both programming implementations...
Econometrics: coding on RSTUDIO - US Presidential Elections
Tutorials/exercises - 6 pages - Computer science
This coding exercise consists of one long analysis of data from the 2020 Presidential elections in the United States.
Supervised Learning Classification Checkpoint
Tutorials/exercises - 11 pages - Computer science
In this checkpoint, we are going to work on the Titanic data set to predict if a passenger will survive or not using several classification algorithms of supervised learning. We will start by logistic regression, knn, then decision tree and we finalize by random forest.
Implementation of a Flight Management System within an Airline
Tutorials/exercises - 13 pages - Computer science
This analysis aims to design and build a prototype of an airline-oriented web application for managing aircraft flights. At the same time, it aims to be a powerful, easy-to-use, fast and effective management tool for airline agents, on the one hand, and a simple and safe information tool for...
Vibration of a plate
Tutorials/exercises - 8 pages - Computer science
This semester, we started the course "introduction to vibrations", in which we learned that every particle on earth vibrates in its own natural frequency where no loads are applied. That's what we call free vibration. However, this homework is about the use of finite element method analysis...
Java programming
Tutorials/exercises - 3 pages - Computer science
This document contains lessons to start in java programming followed by some exercises.
The Blockchain
Tutorials/exercises - 3 pages - Computer science
First of all, the blockchain's system is the main thing to understand, everything that is going to be in this document is related and depends on the blockchain's system. So, a blockchain is a decentralized database which allows everybody to see the transaction history. Those transactions have the...
Programmation Java
Tutorials/exercises - 2 pages - Computer science
Ce document est une leçon pour débuter la programmation en Java, suivie d'exercices d'application.
Implementing a database
Tutorials/exercises - 17 pages - Computer science
You are required to write a summative report for the company's senior management and shareholders, who you are to assume are not digital-literate in relation to databases, therefore the language should be clear and any technical terms used should be explained. The report should introduce the...
Artificial intelligence for classification of defects in ultrasonic testing
Tutorials/exercises - 14 pages - Computer science
A methodology is developed to detect defects in NDT of materials using an Artificial Neural Network and signal processing technique. This technique is proposed to improve the sensibility of flaw detection and to classify defects in Ultrasonic testing. Wavelet transform is used to derive a feature...
An application of genetic algorithm method for solving patrol manpower deployment problems through fuzzy goal programming in traffic management system: A case study
Tutorials/exercises - 23 pages - Computer science
This article demonstrates a fuzzy goal programming (FGP) procedure with the use of genetic algorithm (GA) solution approach for proper allocation and deployment of patrol manpower to various road-segment areas in different shifting times to deter violation of traffic laws and thereby reducing the...
