Search:

Type: Posts; User: Tim Arevalo

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,376

    Recursive Binary Search

    Hey, guys. I'm having trouble with creating a code for a recursive binary search. Whenever I run the code, it says "Segmentation fault (core dumped)". What should I change in my code? Here it is:

    ...
  2. Sorry guys, I was writing this problem when i was...

    Sorry guys, I was writing this problem when i was really sleepy. So yeah, "paradox shoud be aradox". Sorry for my mistakes. I know how to take out the first letter but taking out the 2nd letter and...
  3. How do i move consonants from front to the end of the word

    Hi guys, how do i move consonants from front to the end of the word.
    Ex4:
    Input word: philosophy
    Output: ilosophyph
    If there is a consonant or a series of consonants at the front, these...
  4. Replies
    6
    Views
    1,063

    thanks for the help with those codes. i have done...

    thanks for the help with those codes. i have done it different from yours. again, thanks. i still have one problem, i'll post another thread.
  5. Replies
    6
    Views
    1,063

    I just manually coded the condition somewhat like...

    I just manually coded the condition somewhat like "if(str[0]='a'...)". I was wondering of using ascii values but i don't know how to link those values into codes.
  6. Replies
    6
    Views
    1,063

    "abc...z"="ABC...Z"

    Hi guys. I have been coding for hours and I really can't find the solution. How can i create a code concerning the alphabet in which lowercase letters "a,b,c...z" is equal to uppercase...
  7. Replies
    3
    Views
    2,515

    its ok brah. I have already done the code....

    its ok brah. I have already done the code. something just seems not right and i finally got the solution. well, thanks for taking your time for noticing my post. :)
  8. Replies
    3
    Views
    2,515

    Help me, brah. I need this now, got deadlines,...

    Help me, brah. I need this now, got deadlines, brah. thanks, brah.
  9. Replies
    3
    Views
    2,515

    2d array pattern

    Hi guys! I am making a program that asks for the width and height. This program contains a 2d array with a specific pattern. Here is what the pattern should look like: width=4 height=4

    1 2 3 4
    8...
Results 1 to 9 of 10