what is time complexity of the following snippet? int function_5(int x) { int res = 0; for (int i = 0; i < x; i++) { res += i + function_5(i); } return res; ...
which one compiles faster? and why?
Hello, How can I create a file that is 'created date' shows for example 3days ago 11o'clock ? I mean the command should be dynamic and relative to the current date.
time complexity of this function? int function_2(int n) { if (n > 1) return n * function_2(n/3 + 2); else return 1; }
Anyone knows what are those stuff? I'm doing homework and it's a proteus simulation and I have no clue how to find one of those.
is this a good course for competitive programming?
Hey, How can I center an image caption on Github README.md?
are you indian?🤔
I need a api for testing a script with some inputs and return the output any help?
https://www.youtube.com/watch?v=0JUN9aDxVmI&list=PLFlBFxFB2mdjLbqVxFjrxYg7ai0xwQSwH
via a web page how should I design the forms?
best book for competitive programming?🤔(like icpc)
do u have a good django 2 tutorial?
racist?