The Artima Developer Community
Sponsored Link

Java Answers Forum
Please help me with a program

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kristen

Posts: 2
Nickname: kristen
Registered: Mar, 2003

Please help me with a program Posted: Mar 9, 2003 4:27 PM
Reply to this message Reply
Advertisement
I was given this assignment:

Implement an ADT called "CharacterString" which represents a string by storing it as a linked list of characters. Your ADT should implement the following methods:

- constructors (empty constructor, constructor which is passed a String)
- append a character
- append a CharacterString
- remove a character
- find location of a character
- get length (should not have to iterate through the list and count items)
- is Empty (returns true or false)
- is Substring (given another CharacterString)
- find a substring (given another CharacterString)
- remove a substring (given another CharacterString)


I need help starting it.....can someone please help me?

Topic: java Date String to Oracle Date column Previous Topic   Next Topic Topic: How can I set the path and the CLASS PATH in java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use