Search:

Type: Posts; User: AbhishekDwivedi; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hello Sec_Ware, ...

    Hello Sec_Ware,
    Brilliant tutorial (brilliant LOOKING for me, because I cannot comprehend much of it).But I know brilliance,even when I am blinded by it. I want to pose...
  2. Replies
    14
    Views
    15,003

    Hello again, I must confess, I...

    Hello again,
    I must confess, I discovered a very serious flaw in my code yesterday. Please do make the following changes : Declare k[56] as k[64], and instead of accepting a 56-bit...
  3. Replies
    14
    Views
    15,003

    Hello all, I thank all the members...

    Hello all,
    I thank all the members who have shown interest in my code.The queries of AxessTerminated were aptly answered by SirDice.
    I thank frz a lot for pointing out the...
  4. Replies
    14
    Views
    15,003

    Reply to members

    Hello again,
    To the members who say that the code is unreadable,I must say that there is not much to "read" actually.The "sea of arrays" as described by TimAxe are the...
  5. Replies
    14
    Views
    15,003

    Code for DES :

    Hello,
    I am a new member.I am pasting a C code for the DES encryption algorithm. Although I do not understand much of the mathematical discussions about cryptography and encryption, I go...
  6. Hello, Thank you sword_fish,and Jinx for...

    Hello,
    Thank you sword_fish,and Jinx for your suggestions.Here is the algorithm to find the 2nd shortest path.Once you find the shortest path by Dijkstra's algorithm (or Bellman-Ford also),...
  7. Hello again, I am pasting the...

    Hello again,
    I am pasting the source code here as requested by Jinx.
    //**************************************
    //
    // Name: Graphic Simulation for Shortest
    // & 2nd...
  8. //************************************** // ...

    //**************************************
    //
    // Name: Graphic Simulation for Shortest
    // & 2nd shortest path in a Weighted Graph
    // using Dijkstra's Algorithm.
    // Description:This...
  9. Algorithm to find nth shortest path in a weighted graph

    Hello,
    I am new to this website. I have recently made a C program, that can graphically simulate the finding of the shortest and 2nd shortest path in a weighted graph. This would be helpful in OSPF...
Results 1 to 9 of 9