ADOBE Round 1 for CS I/II
Anonymous User
603

Round 1:

→Intro about my working experience

DS ALGO:

1)Given an integer N, the task is to obtain M, starting from N using minimum number of operations. The operations that can be performed in one step are as follows:

  • Multiply the number by 2.
  • subtract by 1

find the minimum number of operations to obtain M from N using the above 2 operations

2)valid parenthesis

({)}— bad

({})-good

Comments (1)