We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
New Year Chaos
New Year Chaos
Sort by
recency
|
1936 Discussions
|
Please Login in order to post a comment
I've implemented BubbleSort algorithm in C#, to count the swaps.
OBS; this is not the best solution. O(n^2) time complexity.
'Python 3.9' Solution:
this is an awful problem
My C Solution:
void minimumBribes(int q_count, int* q) {
}
My Kotlin solution