Write a program that will filter a list of non-negative int

Assignment Help Computer Engineering
Reference no: EM132084480

Program : Number Filter

Write a program that will filter a list of non-negative integers such that all duplicate values are removed.

Integer values will come from standard input (the keyboard) and will range in value from 0 up to 2,147,483,647.

Input will be terminated by the special value, -

Once the input is read in you should output (to the screen) the list of numbers as a sorted list (smallest to largest) with one value listed per line where all duplicates have been removed.

The primary difficulty with this program is that there are an enormous number of input values and an expected large number of duplicate numbers.

A sample run of the program is displayed below:

You may find it useful to use input/output redirection while testing your program so that you can have large input files.

Recall that from the command line you can use the command: my_program.exe output.txt to redirect standard input so that it reads from the file input.txt instead and redirects standard output so that it outputs to the file output.txt instead of the screen.

You can also write a program to generate input for your main program and you can avoid the input file altogether by using a pipe.

The | character (shift backslash on most keyboards) will take the output of one program and use it as input for another program: my_number_generator.exe | my_program.exe > output.txt will run the my_number_generator.exe program and pipe all of the output from that program as input to the my_program.exe executable and then finally take the output from that program and redirect it to a file named output.txt. COMP1020 Program 3 Spring 2017 All programs must include a comment section at the top of the program as outlined below: Program: Author: Date: Time spent: Purpose: The purpose of this program is to blah blah blah

Reference no: EM132084480

Questions Cloud

Significance of the crisis of the century : Define and explain the significance of the Crisis of the third century
Can we use that algorithm as a subroutine to approx : Can we use that algorithm as a subroutine to approximately solve other NP problems in polynomial time?
Explain the significance of roman monarchy : Define, and explain the significance of Roman Monarchy. Why is the significance, why does it matter
A program that uses a scanner to take a single user input : Think of your phone number, or Social Security number. Write a program that uses a Scanner to take a single user input.
Write a program that will filter a list of non-negative int : COMP1020: Write a program that will filter a list of non-negative integers such that all duplicate values are removed.
What was the nature of their appeal : Socialism and feminism became the bases of mass movements by the beginning of the twentieth century. What was the nature of their appeal?
French revolution and napoleon : Why was the First World War so different from the wars of the French Revolution and Napoleon?
Domination of colonial peoples in africa and asia : How, as they moved toward democracy at home, did Europeans justify their domination of colonial peoples in Africa and Asia?
Write a function called circular prime that finds the number : Write a function called circular_primes that finds the number of circular prime numbers smaller than n, where n is a positive integer scalar input argument.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd