Original Problem (CodeForces)

Approach


Consensus

Conclusion

Space & Time Analysis


The analysis method we are using is Algorithm Complexity Analysis

Space - O()

  • Ignore input size & language dependent space

Time - O()

Codes


1st Attempt (Java)

 

Personal Reflection


  • Why it takes so long to solve: NIL
  • What you could have done better: NIL
  • What you missed: NIL
  • Ideas you’ve seen before: NIL
  • Ideas you found here that could help you later: NIL
  • Ideas that didn’t work and why: NIL