CS 211 Data Structures and Algorithms Lab Solved

$ 24.99
Category:

Description

Assignment no. 2
Objective To implement Merge sort
Total marks 10
Penalty for violating naming convention(s) 5%
Command-line argument:
Your program should receive a file (input file) as a command line argument.
Input file
The input file will be a text file where each line contains a non-negative integer.
Task
Implement Merge sort to sort the integers in the input file in ascending order. The output must be a file named ‘mergesort.txt’. Every line should contain exactly one integer (the first line contains a smallest integer, and so on).
Submission
● The program you submit should output mergesort.txt when run.
● The main file of your program should be named as <roll no>.<extension>, where roll no. specifies your roll no. and the extension depends on the language you choose (Usage of C is mandatory for this assignment). Ex: 200010001.c.
● Follow some coding style uniformly. Provide proper comments in your code.
● Submit only through moodle. Submit well in advance. Any hiccups in the moodle/internet at the last minute is never acceptable as an excuse for late submission. Submissions through email or any other means will be ignored.
Evaluation
● We will do the second evaluation later. This is for those who want to improve their marks obtained in the first evaluation or who do not submit for the first evaluation. There will be a penalty of 20% for those who are submitting for the second evaluation. The details of the second evaluation will be shared later.

Reviews

There are no reviews yet.

Be the first to review “CS 211 Data Structures and Algorithms Lab Solved”

Your email address will not be published. Required fields are marked *