A2SV_Group5's blog

By A2SV_Group5, history, 5 months ago, In English

Here is the mashup link (the problems are from Codeforces' problem set).

A. Word Quest

Solution
Code

Complexity: O(1).

B. Z-OrderSort

Solution
Code

Complexity: O(nlogn)

C. Less or Equal

Solution
Code

Complexity: O(nlogn)

D. Line

Solution
Code

E. OR in Matrix

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

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

Auto comment: topic has been updated by A2SV_Group5 (previous revision, new revision, compare).