Category: Algorithms & Data Structures

  • Title: Java Programming Assignment 1 – Introduction to IntelliJ and Basic Syntax

    Hello,
    Check the images for details.
    I need the full assignment.
    submission must consist of both:
    1 zip file of the IntelliJ project – Only IntelliJ project are accepted.
    1 txt file of the java code uploaded – Assignment1.java.txt

  • “Designing and Developing Algorithmic Solutions using Data Structures: A Project Report”

    1. Objectives
    The main objective of this project is to get familiar with designing and developing an algorithmic problem solution using data structures concepts.
    2. Introduction
    On this project each group of students will solve a problem to assess their understanding of data structure. Students will work in groups of 2-3 students then collect their work in one report to be submitted with the other project materials.
    3. Required work
    Choose an algorithmic problem related to the concepts of data structures (one that has been covered in class) and write a problem statement on it.
    Examples of projects topics:
    Problem Name
    Suggested Data Structure
    Train Schedule Manager
    Student Course Scheduler
    Social Network Connections
    Shopping Cart
    Flight Reservation System
    Shortest Path Finder
    Music Streaming Playlist
    Doubly Link list
    2D- Array
    Graph
    Singly Link list
    2D-Array
    Graph
    Circular Link list
    Select one of the projects Name in the table above. It is also possible to suggest new project (must be approved by course instructor). Understand the problem. Implement at least two solutions of the problem using data structures.
    You must use at least one data structure in your solution. Analysis the Algorithm complexity of your solutions 4. What to submit?
    Project Report Source Code Describe the Problem. Describe the Algorithm used to solve the problem. Analysis the Algorithm complexity of your solutions.
    Write the program in Java code to solve the problem.

  • “Java Programming: Creating a Simple Calculator”

    https://drive.google.com/file/d/14aQ-0Hg8GwrpFJnFS… Check the deliveribles part from the uploaded PDF. I need the screen recording of working code with output. And in the drive link you have one read me file answer the questions for that file. And also need the code only in “JAVA” programming language.