Giter Club home page Giter Club logo

aad-project's Introduction

ALGORITHM ANALYSIS AND DESIGN PROJECT

AAD-Project

Basically the project is divided in several parts.

  • The first part consists of two comparators .The first comparsion is between algorithm of MINIMUM SPANNING TREE and the second comparison among three algorithms of MAX-FLOW NETWORK. For better understanding of MST algorithms, there is implementation of both Prim and Kruskal. In the code I have used basic running time calculation of the algorithms. The graph is constructed using random weight and using all the nodes of the graph. The three algorithms for max flow are described with their implementation and their ideas.
  • The second part is to understand the debt simplifier problem and try to think it using max flow network algorithm. It is described with some example. It also has visual solution of debt simplifing , in which random graph is made and their connections with some probability factor is made.
  • The max-flow algorithm implementation for debt simplifier will be added after some time. It doesn't use any max flow algorithm but it is basic implementation which involves heaps, given in the document.
  • The third part is a basic Competitive Programming Guide for Graphs. It consists of how to start and deal with the graphs and problems related to different algorithms of graph theory.

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.