Skip to content

KaytoKidd/Artificial_Intelligence-Bicol_University

Repository files navigation

Artificial Intelligence - Project

LinkedList Stuffs

  • Contains codes that are useful as guide for creating/using LinkedList to future codes.
  • Contents:
    1. singly_linkedlist.c

User Interaction Parts

  • Contains the code(s) for transferring, and using the fixed input given by the project paper.
  • This includes getting the user input, inserting it to an ARRAY, then inserted to LINKEDLIST.
  • Contents:
    1. user_input.c
      • Original code for passing ARRAY to LINKEDLIST.
      • Original code, as a guide.
        1.1. Type of Input
        • Easy
        • Medium
        • Hard
        • Worst
        • All four(4) above are fixed, provided by the project paper.
    2. userInput_toArray.c
      • Please neglect.
    3. userInput_toArray_toLL.c
      • Please neglect.



DISREGARD ALL ABOVE.

FOCUS HERE BELOW.

main

  • Contains the actual main code(s) of the project.
  • Contents:
    1. artificial_intelligence.c
      • Combination of astar.c and ids.c
      • Final main code to be passed.
      • RENAME for final src name.
    2. astar.c
      • Contains the main code for calculation using A* Search Slgorithm.
    3. ids.c
      • Contains the main code for calculation using IDS Search Algorithm.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published