February 24th, 2005 01:58 PM
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...
February 23rd, 2005 07:03 AM
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...
February 22nd, 2005 06:20 AM
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...
February 20th, 2005 05:54 AM
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...
February 19th, 2005 08:11 AM
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...
February 15th, 2005 07:21 AM
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),...
February 14th, 2005 10:40 AM
Hello again,
I am pasting the source code here as requested by Jinx.
//**************************************
//
// Name: Graphic Simulation for Shortest
// & 2nd...
February 14th, 2005 10:37 AM
//**************************************
//
// Name: Graphic Simulation for Shortest
// & 2nd shortest path in a Weighted Graph
// using Dijkstra's Algorithm.
// Description:This...
February 12th, 2005 04:44 AM
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...