We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CtCI-6th-Edition-cpp/chapter-2-Linked-Lists/2-4-partition.cpp
Line 10 in 3e25113
Value 10 is larger than 5 and should be on the right hand side after partitioning.
The text was updated successfully, but these errors were encountered:
the correct output is 3-->2-->1-->5-->8-->5-->10 after running the code
Sorry, something went wrong.
CtCI-6th-Edition-cpp/chapter-2-Linked-Lists/2-4-partition.cpp Line 10 in 3e25113 * 3-->1-->2-->10-->5-->5-->8 Value 10 is larger than 5 and should be on the right hand side after partitioning.
I suspected the description for this question on the book is wrong too.
No branches or pull requests
CtCI-6th-Edition-cpp/chapter-2-Linked-Lists/2-4-partition.cpp
Line 10 in 3e25113
Value 10 is larger than 5 and should be on the right hand side after partitioning.
The text was updated successfully, but these errors were encountered: