Skip to main content

Section 2

Test Post 3

Heading 1

Okay, imagine you're in the college exam hall writing the code for a DSA problem. I'm sure you'll agree that, in this case, your DSA professor and/or TA will be the one(s) who will check if the code is correct.

Para 2 text is written here, bla bla bla.

Heading 2


Want to guess the time complexity for the above Algo?

It's O(NLogN).

Explanation: fwghwr

int sampleVar = 10;

C++ Code

```cpp

int sampleVar = 10;

```


C++ Code
Whatever code you want to add