Coder Social home page Coder Social logo

linkedlist_strings_project_2015's Introduction

LinkedList_Strings_Project_2015

By Hai Tu Dr. Szumlanksi CS 1 2015 @UCF

View this README in txt form for correct formatting (you can hit edit to see it in correct form).

In this project, you will use linked lists to represent strings. You will implement functions that manipulate these linked lists to transmute the strings they represent. In doing so, you will master the craft of linked list manipulation! By completing this assignment, you will also gain experience with file I/O in C and processing command line arguments.

I. Input Files:

1.1. Input File Format The input file will begin with a single string that contains at least 1 character and no more than 1023 characters, and no spaces. Read in the string and convert it to a linked list. That will become your working string, and you will manipulate it according to the remaining commands in the input file. Each of the remaining lines in the file will correspond to one of the following string manipulation commands: Command Description


@ key str key is a single character. str is a string. In your working string, replace all instances of key with str. Note: key and str are guaranteed to contain alphanumeric characters only (A-Z, a-z, and 0-9). str can range from 1 to 1023 characters (inclusively).

  • key key is a single character. Delete all instances of key (if any) from your working string.

~ Reverse the working string.

! Print the working string.

II. Sample Input/Output files:

Attached a few sample input and output files so you can check if the program is working.

linkedlist_strings_project_2015's People

Contributors

haingoctu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.