Answer Posted / guest
refer any good sorting tecnique
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why is it important to memset a variable, immediately after allocating memory to it ?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
If null and 0 are equivalent as null pointer constants, which should I use?
What is header file in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]
What is meant by realloc()?
What is variable in c example?
What are the advantages and disadvantages of a heap?
What are c preprocessors?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What's the right way to use errno?
if p is a string contained in a string?
How can I implement a delay, or time a users response, with sub-second resolution?