User: theanswer

  • Public profile

User profile: theanswer

User info
User name:theanswer
History
Joined:
Number of posts:34
Latest posts:

operator of "*" must be a pointer
Why do I get operator of * must be a pointer error when I write this code? [code] uint32_t a =...

Tree problem
How would you find the size of longest path in tree? If you have: A / \ B C | D The size of longe...

Tree problem
Thank you. I was doing something different by going bottom->up but your solution is better.

Tree problem
Hey guys how would you solve this problem. Lets say we have a tree structure: A / \ B ...

Time complexity (O notation)
If I have 3 parts of the code each part takes 1) O(n) 2) O(m) 3) O(k) n, m, k can be the sam...

This user does not accept Private Messages