LogFAQs > #960891862

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, DB8, DB9, Database 10 ( 02.17.2022-12-01-2022 ), DB11, DB12, Clear
Topic List
Page List: 1
TopicAnother day, another rejection from a software developer position. Time to grind
BIueJay
12/13/21 9:19:06 PM
#30:


[somebody] posted...
Feels great to see someone bouncing back from rejection and working to build themselves back up as opposed to just blindly giving up like most other people here. +1 RESPECT and good luck
Thanks bruh. Some of those rejections hurt. I thought I was really close. I won't give in.

Makeveli_lives posted...
Give me one book or website that goes over literally every aspect of it like I'm 5 years old.
That's tough, not sure where to start. I would suggest going to the Python topic that was floating around here. Sometimes I wish I focused more on Python when I started coding, it's so much easier.

I stuck around for 10 more minutes and compared my answer to the ones in the discussions. Apparently Java doesn't keep the columns intact when sorting them.

If you had a 2D matrix of
2,8,5
1,4,6
8,9,2
And you wanted to sort the matrix by the third row, you'd expect
5,2,8
6,1,4
2,8,9
With it conserving the rows.

Instead, Java would just sort the bottom row and keep the rest the same, breaking the columns. Writing this for myself since obv no one else cares, but I'll be adding it to Anki so I don't forget.
... Copied to Clipboard!
Topic List
Page List: 1