CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: liel2010

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,225

    Re: Algorithm solution

    It must be symmetrical
  2. Replies
    4
    Views
    1,225

    Re: Algorithm solution

    Last chance...

    ---0
    --00
    -000
  3. Replies
    4
    Views
    1,225

    Re: Algorithm solution

    The pyramid structure should be (ignore the dash):
    ---o
    --oo
    -ooo
  4. Replies
    4
    Views
    1,225

    Algorithm solution

    Hi all,

    I got a problem to solve - hope anyone can help...

    We have 6 circles. Each circle splited into 8 slices. Each slice has its own color.

    I should build a peramide in the following...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured