README ¶ < Previous Next > 360. Sort Transformed Array (Medium) Related Topics [Math] [Two Pointers] Similar Questions Squares of a Sorted Array (Easy) Hints Hint 1 x^2 + x will form a parabola. Hint 2 Parameter A in: A * x^2 + B * x + C dictates the shape of the parabola. Positive A means the parabola remains concave (high-low-high), but negative A inverts the parabola to be convex (low-high-low). Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files sort_transformed_array.go Click to show internal directories. Click to hide internal directories.