Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Durga Prasad Chauhan

@Durga Prasad Chauhan
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Design Secrete key generation program or Algorithm
    D Durga Prasad Chauhan

    <pre lang="C#">
    Adam works in the in networking security cell. He wants to generate secret keys
    following a pattern. The pattern consists of the characters X and Y.
    where X means increasing and Y means decreasing. Help him devise an
    algorithm to generate the secret key which is the minimum number encoded
    following that pattern. Digits from 1-9 and digits can’t repeat.

    Sample Input: Sample Output:

    X 12
    YXYX 21435
    YYXYYXXY 321654798
    </pre>

    Algorithms csharp design algorithms security regex

  • Algorithm on secrete key generation
    D Durga Prasad Chauhan

    Adam works in the in networking security cell. He wants to generate secret keys
    following a pattern. The pattern consists of the characters X and Y.
    where X means increasing and Y means decreasing. Help him devise an
    algorithm to generate the secret key which is the minimum number encoded
    following that pattern. Digits from 1-9 and digits can’t repeat.

    Sample Input: Sample Output:

    X 12
    YXYX 21435
    YYXYYXXY 321654798

    C / C++ / MFC algorithms security regex help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups