Results 11 to 11 of 11
-
14th Nov 2012, 08:55 AM #11MemberWebsite's:
deutsche-doujins.toWhat are you able to use?
if you can't use stl try s.th. like this
1:
- Set i to the index of the last element in the array
- If the element to insert is larger then a[i] then insert the element at index i+1 and stop.
- Otherwise set a[i+1] = a[i] then decrease i and repeat the previous step.
- If i reaches 0, insert the element at the start.
--> http://stackoverflow.com/questions/4...on-linked-list
if you can use stl: http://www.cplusplus.com/reference/stl/list/insert/ && http://www.cplusplus.com/reference/stl/list/sort/
2:
with stl: http://www.cplusplus.com/reference/stl/stack/empty/
without stl: i don't know what pile ist (sry, english isn't my primary language) so i don't really know what to do.
Reading a string via StringBuffer or charbuffer
3:
well just iterate through you list? Compare the Stack-Place of your vertices to gain the exact position
4:
a b c + * looks like postfix notation.
so to get it to "normal" algebra we have to figure out what happens in postfix: read the wiki
so. lets begin:
okay, first thin is an a - and first operation is an * (take 1 left and 1 right)
so: a * - add braces, because of *
next is b and + so add this to our equation:
a * (b+
What's left? the c is left.
so add this
a * (b+c
close all braces:
a* (b+c)
finished ;P
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Pay for homework C++ coding
By djflakf1 in forum Web Development AreaReplies: 10Last Post: 14th Nov 2012, 08:55 AM -
Doing homework for money.(Real or fake)
By Umar.Work22 in forum Webmasters, Money MakingReplies: 11Last Post: 25th Aug 2012, 07:45 AM -
Homework help :S
By Netguy in forum General DiscussionReplies: 10Last Post: 1st May 2011, 07:24 PM -
[Hiring] Do my Homework for RS 1month(s)
By ShareShiz in forum Completed TransactionsReplies: 12Last Post: 9th Mar 2010, 04:25 AM -
Fail Homework.
By Super in forum General DiscussionReplies: 26Last Post: 16th Nov 2009, 09:09 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...