- Contains codes that are useful as guide for creating/using LinkedList to future codes.
- Contents:
- singly_linkedlist.c
- singly_linkedlist.c
- 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:
- 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.
- Easy
- Original code for passing ARRAY to LINKEDLIST.
- userInput_toArray.c
- Please neglect.
- userInput_toArray_toLL.c
- Please neglect.
- user_input.c
- Contains the actual main code(s) of the project.
- Contents:
- artificial_intelligence.c
- Combination of astar.c and ids.c
- Final main code to be passed.
- RENAME for final src name.
- Combination of astar.c and ids.c
- astar.c
- Contains the main code for calculation using A* Search Slgorithm.
- Contains the main code for calculation using A* Search Slgorithm.
- ids.c
- Contains the main code for calculation using IDS Search Algorithm.
- Contains the main code for calculation using IDS Search Algorithm.
- artificial_intelligence.c