a c++ code implimenting a single linked list
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
phineas kimathi wrote:
the program should;-
You should at least try doing your homework yourself.
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Please stand in front of my pistol, smile and wait for the flash - JSOP 2012
-
If you are asking for a complete solution then you should read points 2 and 11 here[^]. If you just want suggestions about lists then try the standard library[^].
One of these days I'm going to think of a really clever signature.
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
good luck!
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
Article here.
-
the program should;- create list search for a certain element within the list insert an element after and beginning delete element after and at the beggining
Some good and well meant advice: What appears to be the quick and easy way now, i. e. copying the solution from any of the links provided here, is in fact the path of enduring pain: Copying does not teach you anything. When you're asked to do your next homework, you will not be prepared to do that either, because you are lacking the basic knowledge. You could of course repeatedly copy your homework from others, but that will just exacerbate the problem. As a result, you will eventually fail in the exams. The longer you wait to actually do your assignments yourself, the harder it will be to catch up on the lost knowledge. And the harder it will be to be motivated about it. OTOH, if you keep doing your homework and manage to solve it successfully yourself, that success will offer a sense of accomplishment that you'll never experience when copying other people's work. If you have truly a problem to arrive at the solution, write down what you did so far and where, exactly, you are stuck. We will gladly offer help to make you understand and solve the problem. But - in your own best interest - we will not simply post the full solution without further comment. Know that the only way to learn programming is practice! No amount of reading (or copying) can make up for the experience you gain from actually writing a program and seeing it work (or fail, more likely). You can not copy experience: only you can collect it!
-
Some good and well meant advice: What appears to be the quick and easy way now, i. e. copying the solution from any of the links provided here, is in fact the path of enduring pain: Copying does not teach you anything. When you're asked to do your next homework, you will not be prepared to do that either, because you are lacking the basic knowledge. You could of course repeatedly copy your homework from others, but that will just exacerbate the problem. As a result, you will eventually fail in the exams. The longer you wait to actually do your assignments yourself, the harder it will be to catch up on the lost knowledge. And the harder it will be to be motivated about it. OTOH, if you keep doing your homework and manage to solve it successfully yourself, that success will offer a sense of accomplishment that you'll never experience when copying other people's work. If you have truly a problem to arrive at the solution, write down what you did so far and where, exactly, you are stuck. We will gladly offer help to make you understand and solve the problem. But - in your own best interest - we will not simply post the full solution without further comment. Know that the only way to learn programming is practice! No amount of reading (or copying) can make up for the experience you gain from actually writing a program and seeing it work (or fail, more likely). You can not copy experience: only you can collect it!
-
You forgot to mention that just copying something doesn't insure that it is in fact correct.
Indeed - in my time as a tutor at university I found that to be the easiest means of detecting when people were copying their homework from others ;)