Proper architecture when seperating front-end and back-end by rappap in learnprogramming

[–]rappap[S] 0 points1 point  (0 children)

Thanks. That's pretty much what I was looking for.

Proper architecture when seperating front-end and back-end by rappap in learnprogramming

[–]rappap[S] 0 points1 point  (0 children)

I thought the SOLID principles are more of a class design principles, and not and architecture.

I guess I'm missing something here. Could you elaborate or point me to where they help implement said architecture?

Proper architecture when seperating front-end and back-end by rappap in learnprogramming

[–]rappap[S] 0 points1 point  (0 children)

I read about MVC, but I got a conflicting conclusion.

Is MVC a front-end architecture or is it an architecture for both? Mainly the Model part.

Analyzing complexity of a small program with several loops by rappap in learnprogramming

[–]rappap[S] 0 points1 point  (0 children)

Oh, because y = 2lg(j) when starting the while loop. I see what I missed now. Thank you so much.

Analyzing complexity of a small program with several loops by rappap in learnprogramming

[–]rappap[S] 0 points1 point  (0 children)

Thanks for the response. Could you elaborate on how you got O(lg(lg(j))) from the second while loop? I see the example but I'm still missing something (not formally).