Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb Site ManagementScripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 23rd, 2010, 04:12 AM
exitpark exitpark is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2010
Posts: 4 exitpark User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 21 m 43 sec
Reputation Power: 0
Multiplication algorythm

Hi all,

can someone give me an idea how to make to work something like this:

For example I have:
(a,b)*(c,d)

After it has to be:
ac,ad,bc,bd

That was simple, now when I get something like this:
((a1,a2)*(b1,b3))*((d1,d2)*(e1,e2))

I must get
(a1b1,a1b3,a2b1,a2b3)*(d1e1,d1e2,d2e1,d2e2)
and then
a1b1d1e1,a1b1d1e2,a1b1d2e1,a1b1d2e2 and so on,
I see it will be very long.

Anyway, problem is, how to know how many levels I have (in the last situation only two) but it can be x, so how do I know which one to start from?

P.S. I get a string, and have to return a string as a result.

Any help is appreciated,
ty in advance

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementScripts > Multiplication algorythm

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap