I need to write a facility location problem program. I have already found the solution.Here is the youutbe linkhttps://www.youtube.com/watch?v=bEZfO1DowOo&app=desktop Here are all the fileshttps://onedrive.live.com/?cid=7e9697bc271b1428&id=7E9697BC271B1428%2116229&authkey=%21APg5pNwhuVf2FQEI just want you to modify and, keep the same logic but change the variable names, gui layout, demand values used, pictures for the cities and anything to make the program look […]
Archive for the ‘Computer science and IT assignments’ Category
Facility location problem
I need to write a facility location problem program. I have already found the solution.Here is the youutbe linkhttps://www.youtube.com/watch?v=bEZfO1DowOo&app=desktop Here are all the fileshttps://onedrive.live.com/?cid=7e9697bc271b1428&id=7E9697BC271B1428%2116229&authkey=%21APg5pNwhuVf2FQEI just want you to modify and, keep the same logic but change the variable names, gui layout, demand values used, pictures for the cities and anything to make the program look […]
Golang Mini Rest API
Please write a mini REST API connected to a Go microservice to search movies from http://www.omdbapi.com/ Access credentials : OMDBKey : “???”URL : http://www.omdbapi.com/ * Example url call to search is –> GET http://www.omdbapi.com/?apikey=????=Batman&page=2 Tools/Implementation principles required such as : – gRPC– Clean architecture – Go Kit– API Gateway– Unit tests The API should :– […]
Data Structure 2
As we have seen in class, AVL trees are excellent for search given their height of log2nlog_2{n}log2n or log2n+1log_2{n} + 1log2n+1. Unfortunately, to achieve this efficient search, they have to use rotations during insertions and deletions, and those take time!In this project, you will implement AVL-G trees, a simple modification of AVL Trees that allows […]
Week 1 Hello world discussion post
Super easy to do just dont have time please make sure to read it Demonstrate you have successfully configured your Java 8 environment by providing the following evidence.1. A screen capture showing the results of running javac -version at your Command prompt.2. A screen capture showing the results of running your own unique “Hello, UMUC!” […]
Week 1 Hello world discussion post
Super easy to do just dont have time please make sure to read it Demonstrate you have successfully configured your Java 8 environment by providing the following evidence.1. A screen capture showing the results of running javac -version at your Command prompt.2. A screen capture showing the results of running your own unique “Hello, UMUC!” […]
Time Fighter
Make a beat em up game.Must have 3 levels. Must have one 3D aspect. must show all of the class files used to make the game. Game must have audio. The game should have a win/lost state in the game so the game will end. the code should be organised and commented code and lastly […]
Disney Themed TicTacToe
I honestly just need help creating the code or some guidance to help make a tictactoe game. I have the design I just don’t know which functions to create. Here is what I have so far: https://studio.code.org/projects/applab/ry5Ou1hK7zZOTd113LIf5xfIJpcWrydmc3VZqb4ZaxU
shuffle java
PeopleShuffleSort.java – Create a program that takes four to eight one-word Strings as a command line arguments, creates/initializes an array of those strings stored in reverse and displays them, shuffles and displays the values, and then sorts the array and displays them alphabetically.Use the args.length() method to make sure there are at least four command […]
Java Market Receipts project
The solution of the problem includes modeling and realization of the process of issuingcash receipts in the store. It is necessary to create classes that store andmanipulate information about: store; cashier in a store; goods in a store; cash register in a store;a receipt that is issued to the customer.1. Cashier class – stores information […]