wuhudsm's blog

By wuhudsm, history, 19 months ago, In English

A: Simple Update -I

Idea:Think_Only_Once

First solve:sevlll777

solution
code(C++)

B: Simple Update -II

Idea:Think_Only_Once

First solve:sevlll777

solution
code(C++)

C1: Yet Another Nim Game (Constructive version)

Idea:Think_Only_Once

First solve:sevlll777

solution
code(C++)

C2: Yet Another Nim Game(Counting version)

Idea:Think_Only_Once

First solve:sevlll777

solution
code(C++)

D: String From Another World

Idea:Think_Only_Once

First solve:Egor

solution
code(C++)

E: Innocent Students

Idea:Think_Only_Once

First solve:sevlll777

solution
code(C++)

F: Red Blue Tree

Idea:Think_Only_Once

First solve:pandaforever

solution
code(C++)
  • Vote: I like it
  • +3
  • Vote: I do not like it

| Write comment?
»
19 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

combinatorics for D in O(n): 283928228

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

    why can i view the requested page?

    • »
      »
      »
      19 months ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it
      Code
»
19 months ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

Problem link must be redirected.

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

Could someone elaborate the solution of B?

»
19 months ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Can someone take a look at this solution to E. Innocent Students why gives Wrong answer on test 22

Code
»
19 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

F is a good problem, but the solution's time complexity is $$$O(n^3)$$$? It has $$$O(n^2)$$$ states and $$$n*n^2=n^3$$$ transfers, isn't it?

@Think_Only_Once