Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
8 puzzle using A* algorithm
no vote
It is the program of artificial intelligence. 8 puzzle program is solved by A* algorithm. A* algorithm is used for finding the efficient path to proceed.  In this program we have to give numbers randomly from 1 to 8 and X for free space. And the output will be 1 2 3 4 5 6 7 8 x in the 3*3 matrix. This algorithm uses best first search algorithm and reaches to the goal. For video games construction this algorithm is frequently used.
honey7055
2016-08-23
0
1
SDES algorithm
no vote
S-DES is a simplified version of the well-know DES (Data Encryption Standard) algorithm. It closely resembles the real thing, with smaller parameters, to facilitate operation by hand for pedagogical purposes. It is not intended as a real encryption tool, rather as a teaching tool.  In this program you have to input binary numbers as an input. It will cipher and decipher the message
honey7055
2016-08-23
0
1
leach code in simple tcl file
no vote
 u can run simply ns filename .tcl... u can see how to communication establish with leach protocol, how the cluster is dreated and the basic packet sending and reciving process of sensor nodes
honey7055
2016-08-23
2
1
python all basic programs
no vote
python all basic programs such as list,array,directory,add,update,delete fuctionality with snapshot of outputs
honey7055
2016-08-23
2
1
No more~