I need the entire assignment completed please. I will provide the instructions as well as a zip file for the starter code, and a zip file for the datasets. I wasn’t able to add the zip file for the datasets, so all the loose files are for the datasets. Please follow the instructions carefully and […]
Archive for the ‘Computer science and IT assignments’ Category
Programming
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
This is a basic C Programming class, so please only basic code. The program needs to be written in the Ch11.c file.Before starting, carefully study sort_str(), stsrt(), s_gets(), mod_str(), and format(). You will use the code from all of these functions! The sort_str() function will call the other functions, although you could call mod_str() from […]
File System Programming
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
GoalsFor this assignment, you will design you own file system. It should be able to store up to 10,000 files on a medium up to 2GB in size. The maximum size of each file is 200MB. The file system should provide a directory tree with file names composed of arbitrary characters up to 200 bytes […]
Dijkstra map
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
This is an assignment for an algorithm course in uni. The course focuses on optimizing algorithms. This is a Java project that requires the algorithm to read a file with points that represent places (cities) and what other places they are connected with, then show them as points (vertex) and roads (edges) on an interface. […]
Python Programming Work
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Paste your solutions to the exercises, and your reflective commentary, into a single Word document and upload it here. When pasting in Python code, make sure you use a fixed width font such as Courier new in order to preserve indentation. these are the instructions
Java Data Structures Assignment – Heaps
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Attaching the zip file with all required files, including specification sheet with instructions on assignment. Ignore the ‘readme.txt’ file, I will complete that, just do all the programming. There are ~25 methods to write total. Giving ample time for completion, ask me if you have any questions.
C++
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Each experiment should be documented with a separate C++ file + output screen. You can add some notes next to the lines documenting what the statements are doing. Please, format the source file when you insert it to the Word document file for readability. I will consider the format in grading! Plagiarism is considered academic […]
Assignment 3
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
1) Create an OpenGL Application with a window that has a title of (Ghalia) and of size 700×500 Change the background color to anything other than black or white Draw an abstraction of Palm trees, beach, sand and sun. Specify the colors of your different objects 2) Identify two main objects to be the objects […]
Connect 4
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Connect 4 Game with multiple clients connecting to it, as well as it having a chat for the players to communicate. This youtube video is basically a good idea of what I would like to reference to.https://www.youtube.com/watch?v=TSkjy7387RU&t=14s
Python: Graphical User Interface
![](https://generalwriters.com/wp-content/themes/Demet/images/date.png)
![](https://generalwriters.com/wp-content/themes/Demet/images/user.png)
Task: Graphical User InterfaceTask description: Cannon game You will use a variation of the code from the last exercise to create a cannonball game. The player should put strength and angle of the cannon to hit an object on the ground a distance away from the cannon. Use the techniques from the last exercise to […]