10008

What's Cryptanalysis?
Type: Sorting & Searching  
Diff: 3.0

Tricks

A simple cryptanalysis. Here we have to analysis the alphabet only. To maintain the order we need to use any stable sorting (quick sort is not applicable) method. I use bubble sort and it satisfy the time limit.

If you have any advice, complements 

or proposal, please  Send mail to Author

Submit

 

1