@JulianWloch
Youlian
3 months
Hey, that was quick ... sort.🌬️🌪️ Check the commented code for the goofy Python thing. And what's up with hair-of-god guy drama on leetcode?
Tweet media one
11
0
71

Replies

@janardan_ai
janardannn 
3 months
@JulianWloch hair god is posting gpt solution and upvoting his own solution with fame accounts
1
0
1
@JulianWloch
Youlian
3 months
@janardan_ai oh, that's not fair
0
0
0
@kara2004_91
Karan Raj
3 months
@JulianWloch could you explain a bit since I feel like you quick sort is very simple to understand. today I went on with merge
1
0
1
@JulianWloch
Youlian
3 months
@kara2004_91 you have a point somewhere in arr that is between the left (L) side and right (R), assign moving left side and right (l,r), increment through arr, and move smaller than pivot to moving left (l) side same for right (r), do it again from L static to l moving same fore right
0
0
1
@RajReeshu
reeshu raj
3 months
@JulianWloch Don't know about Python, but in Java QuickSort is giving TLE
1
0
1
@JulianWloch
Youlian
3 months
@RajReeshu Normal quick sort yes, but this one is a little bit changed to fit in time criteria
2
0
0
@RAJESHPAND94465
RAJESH PANDIT
3 months
@JulianWloch i applied merge sort.😂😂
0
0
1
@astraphiliaa
Piyush
3 months
@JulianWloch and when I used quick sort gave me TLE 😭 had to use merge
0
0
1
@h_gayner
Hardik Gayner
3 months
@JulianWloch just python things code looks so small than java 🥲
0
0
1
@NewExplores
Ashik
3 months
@JulianWloch give a try to solve subsets question under leetcode
0
0
1
@rikam_cz
Rikam Palkar (Microsoft MVP)
3 months
@JulianWloch Yeah today was good, Got it with Merge, Heap and quick
0
0
1
@TweetFromParth
Parth Chauhan
3 months
@JulianWloch In Java, Quick sort has worst complexity of o(N2), hence it will give TLE.
0
0
1
@SwapnilCode
Swapnil Parashar
3 months
@JulianWloch As the question says minimum space possible, it would be better to apply heap sort instead of quick sort.
0
0
0
@HMishra08
Himanshu Mishra08 ⚡
3 months
@JulianWloch Hi @JulianWloch do you make handwritten notes before writing the code? Can u share the approach you take!
1
0
1
@JulianWloch
Youlian
3 months
@HMishra08 For leetcode, I go with thinking and Paint is surprisingly useful to visualize simple things.
1
0
1