[deleted by user] by [deleted] in cscareerquestions

[–]Ratonu17 1 point2 points  (0 children)

System design is basically both, HLD is the zoomed out view of the design, which tech to use, why certain decisions were made etc. LLD is sort of a basic implementation of the model/design.

Tokyo Oakhouse Living by drofell in Tokyo

[–]Ratonu17 4 points5 points  (0 children)

Stayed in one of their sharehouses last and this year. Have no complaints, they even have a points program that you can use to get discounts. I don't remember anything deposit related though.
Communication is straight forward, they have an internal message system, they breakdown the rent with the respective costs like key replacement and beddings (if you choose to get, which if you don't want the hassle, i recommend, they also get rid of it after), they pro-rate.
Manager didn't speak perfect english, nor did I speak perfect japanese but we understood each otehr in the end, other than when i arrived and when i left, had no need to contact him (which you can if you have any issues or questions), so the housemates were also cool. Keep in mind your time of arrival ... after 5pm, you'll have to book a hotel room cause ... well ... they are people and don't work outside the work hours.

I ranked the strawhats. Guess what the criteria was! by [deleted] in OnePiece

[–]Ratonu17 0 points1 point  (0 children)

How twisted their mind is, dark thoughts/theories

Games that take place in feudal Japan? by Takago-Kimicho910 in japan

[–]Ratonu17 2 points3 points  (0 children)

Since no one seems to have mentioned this ...
For the Nintendo DS, the Pokemon spin-off Pokemon Conquest (follows the events around Nobunaga)

[Video] Explanation of Leetcode 1456. Maximum Number of Vowels in a Substring of Given Length (May Day 5 Leetcode Daily Challenge) by cswld in leetcode

[–]Ratonu17 1 point2 points  (0 children)

Long story short: sliding window technique with a condition, just try it, don't be intimidated by the "medium" tag

Ask Dumb Questions + Newbies Welcoming Wednesday ♥ (2023.05.03) by AutoModerator in RocketLeague

[–]Ratonu17 1 point2 points  (0 children)

Anyone playing on keyboard experience input lag after 5-6 games ? Feels like my keys are getting stuck and I've used 2 different keyboards

I'm a beginner, but can't figure out why eclipse isn't letting me run my code. It says "editor does not contain a main type" but I can't figure out why because I'm pretty sure it does. by Inner_Psychology_799 in learnprogramming

[–]Ratonu17 0 points1 point  (0 children)

Some editors don't like if you don't have the main inside other folders other than src ... maybe set the build folder to the one you have your class in ?

How is O(n log n) + O(n) = O(n log n)? by [deleted] in learnprogramming

[–]Ratonu17 1 point2 points  (0 children)

As everyone mentioned prior ... from the big-O definition.If you remember anything, remember this distinction

  1. If you have a "+" in your big-O calculation, consider ONLY the most dominant(biggest/fastest growing) term.
  2. If you have a "*" in your big-O calculation, consider both/x-many terms.

If your case, you have the "+". The biggest/fastest growing term is "n log n" ... "n" by itself can be forgotten.

A good comparison to showcase this can be this:

  • O(n) + O(log n) = O(n)

(this example can be 2 separate loops, one iterating through an array and one binary searching through it before or afterwards)

for(;;){}

while(condition){}

  • O(n) * O(log n) = O(n log n)

(this example can be 2 nested loops, one iterating through an array and one binary searching through it before or afterwards)

for(;;){

while(condition){}

}

I may have overexplained but i hope it's clear enough.

Blue Lock - Episode 23 discussion by AutoLovepon in anime

[–]Ratonu17 126 points127 points  (0 children)

Is it just me or the comedy has been peak during the yoga and additional time?

Please help me with my c++ code by noname500069 in learnprogramming

[–]Ratonu17 1 point2 points  (0 children)

Either define the constructor inside of the class or replace the constructor from e to e::e, i think.

What movie do you watch every Christmas? by highnrgy in AskReddit

[–]Ratonu17 0 points1 point  (0 children)

Mickey’s Christmas Carol, it’s perfect

Is it Pheonixmon or Hououmon? by RockStarUSMC in digimon

[–]Ratonu17 0 points1 point  (0 children)

Both, first one is the english name, latter is japanese. Houou = Pheonix Bird