Defect description:
In the section Theory, under Experiment Sorting using Arrays.It explained about "Merge Sort" and "Quick Sort" but didn't explained anything about their "Time complexities" and "Space complexities", which are an important topic to be covered ,so as to select an efficient algorithm based on the requirements given(such as total number of elements to be sorted in a given time and extra space to be used).
Steps to reproduce the issue :
Data structures lab -> List of Experiments -> Sorting using Arrays -> Theory
Expected result:
The theory section should also explain about the time complexities and space complexities of the algorithms used since these are the elements used while comparing the algorithms.
Actual result:
The theory section didn't explained anything about "Time and Space complexities" of the algorithms mentioned.
Defect description: In the section Theory, under Experiment Sorting using Arrays.It explained about "Merge Sort" and "Quick Sort" but didn't explained anything about their "Time complexities" and "Space complexities", which are an important topic to be covered ,so as to select an efficient algorithm based on the requirements given(such as total number of elements to be sorted in a given time and extra space to be used).
Steps to reproduce the issue : Data structures lab -> List of Experiments -> Sorting using Arrays -> Theory
Test step link: http://cse01-iiith.vlabs.ac.in/exp3/Theory.html?domain=Computer%20Science&lab=Data%20Structures
Expected result: The theory section should also explain about the time complexities and space complexities of the algorithms used since these are the elements used while comparing the algorithms.
Actual result: The theory section didn't explained anything about "Time and Space complexities" of the algorithms mentioned.
Screen shot: