back to index

Researching ChatGPT with ChatGPT

Researching ChatGPT with ChatGPT, a project by Eric Spencer.


ChatGPT & Anonymous Conversation


You said:

What questions and scenarios would be great to ask when testing chatgpt's functionality of certain CS2 data structures?


ChatGPT said:

When testing ChatGPT's functionality related to CS2 data structures, you can explore various questions and scenarios. Here are a few examples:

Remember to ask questions covering other relevant data structures like queues, heaps, graphs, and more, based on your specific testing objectives.


You said:

For a recursive maze solver to make, what could be asked of Chat to make the best recursive maze solver, with multiple capabillities


ChatGPT said:

To develop a comprehensive and effective recursive maze solver, you can ask ChatGPT various questions to incorporate multiple capabilities into the solver. Here are some suggestions:

Remember to provide feedback and guide ChatGPT based on its responses to refine and improve the recursive maze solver's capabilities throughout the conversation.


You said:

can you do the same for iterative maze solvers?


ChatGPT said:

Certainly! Here are some questions you can ask ChatGPT to develop a robust iterative maze solver with multiple capabilities:

Remember to provide feedback and guide ChatGPT based on its responses to refine and enhance the capabilities of the iterative maze solver throughout the conversation.


You said:

ok thanks , what about a maze solver with hasNext and next() functions?


ChatGPT said:

A maze solver with hasNext() and next() functions implies an iterator-based approach for maze traversal. Here are some questions to ask ChatGPT to develop a maze solver with these capabilities:

By discussing these questions, you can work with ChatGPT to design and refine a maze solver that utilizes the iterator interface effectively.


You said:

What are some further questions to ask about recursive and iterative maze solvers?


ChatGPT said:

Certainly! Here are some additional questions you can ask about recursive and iterative maze solvers to further explore their functionalities:

For Recursive Maze Solvers:

For Iterative Maze Solvers:

These questions should help you delve deeper into the intricacies of recursive and iterative maze solvers and allow you to explore their capabilities from different perspectives.