GithubHelp home page GithubHelp logo

leetcode's Introduction

Language  Update  Progress 

This repository tracks my progress on Leetcode.

These solutions are absolutely not to be taken as the best possible. These solutions are the ones I came up with.

I have created this repository for personal future reference. Don't get upset if I'm not using the best algorithms or coding practices, that's not the goal.

All of the solutions reported are exclusively for the free tier questions.

Dynamic Programming

# Title Solution Difficulty Time Complexity Space Complexity
0062 Unique Paths C++ Medium O(n * m) O(n * m)
0064 Minimum Path Sum C++ Medium O(n) O(n)
0070 Climbing Stairs C++ Easy O(n) O(n)
0152 Maximum Product Subarray C++ Medium O(n) O(1)
0322 Coin Change C++ Medium O(m * n) O(n)
0338 Counting Bits C++ Medium O(n) O(n)
0746 Min Cost Climbing Stairs C++ Easy O(n^2) O(n)
0931 Minimum Falling Path Sum C++ Medium O(n^2) O(n)
0983 Minimum Cost For Tickets C++ Medium O(1) O(1)

leetcode's People

Contributors

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