Giter Club home page Giter Club logo

daa-assignments's Introduction

DAA-Assignments

These assignments are group projects which focuses on how to get most efficient algorithms and with time and space complexity along with the room of discussion , conclusion and improvement.

Language

C++

Assignment-1

Partition an unsorted list of integers into adjacent sorted subsets. Let n be the size of the original unsorted list and N be the number of partitions generated from it. Plot a graph to show the probability values Prob(N=2,3,... etc.) for different values of n

Assignment-2

Write an efficient algorithm for the following purpose. For a given value of n (n>3), generate an (n x n) matrix whose cells are filled with randomly generated digits 0,.., 9. Now, scan the matrix with a (3 x 3) mask and find out those masks (mask positions) which contain a specific pattern (for example successive numbers are in a non-decreasing order). Note that, you can report a mask position by only mentioning the top-left position of the mask. Do the necessary experimentation and analysis with your algorithm

Assignment-3

Write an efficient algorithm to generate an (n x n) matrix filled with randomly generated English alphabet characters. Find out all diagonal locations containing valid English words. Do the necessary experimentation and analysis with your algorithm

Assignment-4

Given a Heap, write an efficient algorithm to locate the 1st largest,2nd largest,..., kth largest element in the Heap, for some given input value of k. Do the necessary experimentation and analysis with your algorithm.

daa-assignments's People

Contributors

cleverfool77 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.