misael's blog

By misael, history, 7 years ago, In English

Given N <= 10^5 lines, how to find the leftmost intersection of two lines?

Obs : Lines are in the Cartesian Plane

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By misael, history, 7 years ago, In English

Problem from https://coj.uci.cu/24h/problem.xhtml?pid=3850 exponial(n) = n^(exponial(n-1))

How to calculate exponial(n) mod M?

Full text and comments »

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