Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~3K People Reached
Favorite Tags
c x 2
Member Avatar for algo_man

We need an algorithm that search an element x in an array A[1..n] but with a O(1). this element neither maximum nor minimum ???? Could you explain that ?

Member Avatar for arkoenig
0
145
Member Avatar for achu411

hey ppl... this question may sound cliched.. but plzz help!! gimme some ideas for a project in software engineering.. :eek:

Member Avatar for ambi27
-1
458
Member Avatar for corolaron

A palindrome is a word that reads the same both forwards and backwards. Examples: anna, nitalarbralatin, amanaplanacanalpanama. Write a function that takes a string as parameter and returns true if the word is a palindrome, false otherwise. Also write a program palindrome.cc that reads words from the terminal and checks …

Member Avatar for gkmishr1
0
2K
Member Avatar for mike4

Can someone please tell me the differences between computer science and computer engineering, areas which one is more advantageous than the other??

Member Avatar for joshuatree
0
140
Member Avatar for XpatienceX

Algorithm Verification X is an integer test score between 0 and 100. input X if (0 <= X and X < 49) output "you fail" else if (50 <= X and X < 70) output "your grade is" X output "you did OK" else if (70 <= X and X …

Member Avatar for joshuatree
0
79
Member Avatar for joshuatree

Hi all, I have a problem with my implementation of a unix shell, I'm hoping someone can point me straight... In my shell program, I collect and parse a user's entry from the command line and dump it into an array like `getopts()`. I then call `fork()` and `execvp(args[0],args)` (`(i.e. …

0
80