KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Fundamentals Capstone 4.3 Reply To: Fundamentals Capstone 4.3

  • chiraggoyal23

    Member
    March 10, 2024 at 6:35 am

    Looking at the test cases, it seems expected values are wrongly set up.
    While the exercise asks for top 5 values in ascending order, it expects last 5 values in result and vice versa for 2nd test case.
    test.tab:-10?([]col: til 10);

    test.top5col:([]col:5 6 7 8 9);

    test.bottom6:([]col: til 6);