Skip to content

Latest commit

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

LanguageUpdateProgress

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

#TitleSolutionDifficultyTime ComplexitySpace Complexity
0062Unique PathsC++MediumO(n * m)O(n * m)
0064Minimum Path SumC++MediumO(n)O(n)
0070Climbing StairsC++EasyO(n)O(n)
0152Maximum Product SubarrayC++MediumO(n)O(1)
0322Coin ChangeC++MediumO(m * n)O(n)
0338Counting BitsC++MediumO(n)O(n)
0746Min Cost Climbing StairsC++EasyO(n^2)O(n)
0931Minimum Falling Path SumC++MediumO(n^2)O(n)
0983Minimum Cost For TicketsC++MediumO(1)O(1)

About

Repository to track personal Leetcode progress

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages