Recent content by unknownusers25

  1. U

    ⚙️ C & C++ Need Help (C program)

    Hello, needed help kung bakit matagal mag output ang initial config sa 15 puzzle problem. I used A* algorithm at yung other initial configuration naman ay gumagana. Ano po kaya problem? Initial config na ang tagal mag output, 13 8 4 6 14 12 3 0 15 11 5 7 9 10 2 1. Working naman pag eto yung...
  2. U

    🔒 Closed 2022 CSC REVIEWER PROFESSIONAL and SUBPROFESSIONAL

    File not available po, can't access mirror link 😢
  3. U

    🔒 Closed Need help with Data Structure

    Same po na kung ano ang gamit ng peak() operation, di ko lang magets yung sinabi na change() operation. By the way salamat po <3
  4. U

    🔒 Closed Need help with Data Structure

    Di ko din po alam, but I'll clarify nalang po sa prof ko. This was the problem Act2 would be the Queue DS with peak() and change() functions and Act3 would be the Stack DS with peak() and change() functions.
  5. U

    🔒 Closed Need help with Data Structure

    Paano po ba i-implement ang change function sa Stack at Queue? Wala po akong mahanap na info about sa operation na change sa Queue at Stack. Salamat sa sasagot.
  6. U

    🔒 Closed Pa tulong po ulit C programming

    Thank you po sa reference, subukan ko po ianalyze ulit :)
  7. U

    🔒 Closed Pa tulong po ulit C programming

    Ano po mali sa source code ko at hindi masort at maalis yung duplicate number? Ano po dapat baguhin, salamat in advanced. #include<stdio.h> #include<stdlib.h> //structure of a node struct node { int data; //data struct node *next; //address } *head; void...
  8. U

    🔒 Closed PayPal to GCash Lowest DC (OFFLINE)

    Okay na po Payment received, thank you po sa legit transaction. Sa susunod ulit <3
  9. U

    🔒 Closed PayPal to GCash Lowest DC (OFFLINE)

    May paypal po ako Php269, magkano po sa gcash ang trade?
  10. U

    🔒 Closed Pa help naman po C programming

    Thank you po, I already tried na po sa una kong source code pero instead na frequency lumalabas yung ASCII value po lumalabas. Thank you po ulit
  11. U

    🔒 Closed Pa help naman po C programming

    Di pa po, nag run na po kaso lang need masatisfy yung problem..
  12. U

    🔒 Closed Pa help naman po C programming

    #include <stdio.h> #include <string.h> // Main Function int main() { char S[200]; int i,length; FILE *ifp; ifp=fopen("input.txt","rt"); printf("The string read from the file is:\n"); fscanf(ifp,"%s\n",S); printf("\t%s\n",S); for (i = 0; S[i]...
  13. U

    🔒 Closed Pa help naman po C programming

    Thank you po, edit ko nalang po.
Back
Top