Giter VIP home page Giter VIP logo

python-programming's Introduction

programming

DYNAMIC PROGRAMMING:

  1. Its a looking simple and a way hard approach for solving complex problems.

  2. It is a approach where we solve each and every possibility cases which might lead to solution for the problem.

  3. here we have a base case by which we calculate the next cases with help of the previous cases.

  4. It is a approach where we reduce the time complexity of a problem by memorizing its result so that we can use in future without any furthur calculating it once agin. so, with this procedure we can solve a problem without solving any small sub-problems repetitively.

  5. here we either use a 1D or 2D array for memorizing the calculated values.

  6. By the completion of this repo i had learned the basic implementation of DP and where and when to use it.

SEARCHING AND SORTINGS :

  1. Searching and Sorting are the basics things which a every programmer must be good in.

  2. by the completion time of this repo i learnt about the time and space complexities of Search and Sort algorithms.

  3. I mainly understood how the steps are being processed and executed.

python-programming's People

Contributors

ab-kiran-18 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.