simplifier's blog

By simplifier, history, 20 months ago, In English

"I tried to Find out success using binary search....But ended up realizing that my life is not sorted..."

Conclusion--->>>There are no shortcuts, do it the hardworking way

  • Vote: I like it
  • +10
  • Vote: I do not like it

| Write comment?
»
20 months ago, # |
  Vote: I like it +86 Vote: I do not like it

r/iam14andthisisdeep

»
20 months ago, # |
  Vote: I like it +6 Vote: I do not like it

sort(life.begin(),life.end());

problem solved

»
20 months ago, # |
  Vote: I like it +18 Vote: I do not like it

I tried to calculate my chance for success using dp...But ended up realizing that my life is cyclic.

  • »
    »
    20 months ago, # ^ |
      Vote: I like it +10 Vote: I do not like it

    Then Gaussian Elimination is coming into consideration.

    • »
      »
      »
      20 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      How can you use Gaussian elimination to solve a DP where subproblems have cyclic dependency ?

      Gaussian elimination is used to solve a system of linear equations. So ... how ?

      • »
        »
        »
        »
        20 months ago, # ^ |
        Rev. 3   Vote: I like it +3 Vote: I do not like it

        Maybe I'm not getting your point. But as I know, in some probabilities dp problems, dp equations are something like: $$$dp[i] = \sum\limits _{j\text{ is adjacent to }i} a[i][j] * dp[j]$$$, where $$$a[i][j]$$$ is some sorts of coefficient. In such case, the dp equations do turn into linear equations. :)

    • »
      »
      »
      20 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      but what if there are no solutions?

  • »
    »
    20 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I tried applying dp but then I realized, everything is just stupid greedy

»
20 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I tried to find out the answer of life by representing it as $$$p \times q^{-1} (mod\,M)$$$ where $$$p$$$ and $$$q$$$ are coprime but I realized life doesn't have a prime modulo, neither is life even rational...

»
20 months ago, # |
  Vote: I like it +6 Vote: I do not like it

I thought past experience will help me in life but everyday is just addhoc

»
20 months ago, # |
  Vote: I like it +11 Vote: I do not like it

But when life starts to feel monotonic, you know what to do ;)

»
20 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I tried to find the Shortest path to success using Dijkstra... But ended up realizing that my life is full of negative weight edges.