Skip to content

Instantly share code, notes, and snippets.

@mdtareque
Last active April 29, 2020 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdtareque/c2ed736f1e175ef319d678e1f35fc421 to your computer and use it in GitHub Desktop.
Save mdtareque/c2ed736f1e175ef319d678e1f35fc421 to your computer and use it in GitHub Desktop.
Exceptional Templates code seen
max money
https://leetcode.com/problems/house-robber-iii/discuss/79330/Step-by-step-tackling-of-the-problem
best time to buy sell stock
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-with-transaction-fee/discuss/108870/Most-consistent-ways-of-dealing-with-the-series-of-stock-problems
at most k transactions with stack n heap
https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/discuss/54118/c-solution-with-on-klgn-time-using-max-heap-and-stack

[ ] - competetive programming handbook [ ] - cses [ ] - leetcode medium [ ] - codeforces A [ ] - codeforces B [ ] - codeforces trees [ ] - codeforces graphs [ ] - codejam [ ] - kickstart

[ ] - c++ stl [ ] - java collections [ ] - python data structures

B. Dreamoon Likes Permutations
https://codeforces.com/contest/1330/submission/75360413
CodeJam2020
- D interacive problem
- E latin squares, small test cases solvable by recursion, for large we need BipartiteMatching
@mdtareque
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment