Forwarded from José
Forwarded from TheFrontEnd🔥
This media is not supported in your browser
VIEW IN TELEGRAM
Wuuut
Who else didn't know or am I the only one?
Who else didn't know or am I the only one?
Current situation as a developer?
Anonymous Poll
20%
Employed at a company
25%
Freelancing
59%
Learning / Studying
23%
Looking for well-paying jobs
Forwarded from TheFrontEnd🔥
This media is not supported in your browser
VIEW IN TELEGRAM
When client asks to make loading animation a bit more interesting 😂
Forwarded from TheFrontEnd🔥
Forwarded from Algochallenges
If binary trees are represented in arrays, what formula can be used to locate a left child, if the node has an index i?
Anonymous Quiz
58%
2i+1
22%
2i+2
19%
2i
2%
4i
Forwarded from Algochallenges
What are the worst case and average case complexities of a binary search tree?
Anonymous Quiz
21%
O(n), O(n)
39%
O(logn), O(logn)
19%
O(logn), O(n)
21%
O(n), O(logn)
Forwarded from Algochallenges
Balanced binary tree with n items allows the lookup of an item in ____ worst-case time.
Anonymous Quiz
42%
O(logn)
32%
O(nlog2)
24%
O(n)
2%
O(1)
Forwarded from Algochallenges
Two balanced binary trees are given with m and n elements respectively. They can be merged into a balanced binary search tree in x time.
Anonymous Quiz
44%
O(m+n)
23%
O(mn)
6%
O(m)
27%
O(mlogn)