Code Monkey home page Code Monkey logo

graph-data-structure's Introduction

Graph-Data-Structure

Graph ADT Implementation

Problem Statement:

Trainer recruitment process is going on for the Software Engineering post-graduation programme at BITS Pilani University. The requirement is to hire the minimum number of trainers who can handle the maximum number of topics that are part of the curriculum in the post-graduation programme. Let us assume that a trainer can handle a maximum of 5 topics. The topics are listed below:

  1. Artificial Intelligence (AI)
  2. Machine Learning (ML)
  3. Database management (DBMS)
  4. Data Science (DS)
  5. Data Structures and Algorithm Design (DSAD)
  6. Computer Organisation (CO)
  7. Data Mining (DM)
  8. Mathematical Foundation for Data science (MDS) You are required to design a program that can help answer the below queries efficiently.
  9. Display the list of names of trainers and the unique list of topics handled by all of them.
  10. Calculate the least number of trainers to be recruited to handle all the subjects.
  11. Find the list of trainers who can handle a specific topic.
  12. If there is a requirement for a trainer who can handle any given topic, is there one single trainer who can do that? If yes, whom?

Requirements:

  1. Model the following problem as Graphs based problem using Python 3.7. Clearly state how the vertices and edges can be modelled such that this graph can be used to answer the following queries efficiently.
  2. Read the input from a file inputPS13.txt
  3. You will output your answers to a file outputPS13.txt
  4. Perform an analysis for the features above and give the running time in terms of input size: n

graph-data-structure's People

Contributors

anwarbabukm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.