-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
As we all know, 有些课程的题目中会出现还没有学习的内容, 我们是否可以通过要求agent只使用有限的数据结构, 来评估题目的难度?(以及评估llm的智能)
For example:
- in lab-welcome, you can use raw array, std::vector(ArrayList), std::set, std::map, std::unordered_map, if-else, recursion, simple function, all math result/skill and of course, input, cal, outptu three steps, and do not know how to find the complexity of algorithm, solve the problem via intuition
- in lab-2, you know for input size, you should select a n^2 or nlogn algorithm, and binary search.
- in lab-3, you can use std::sort!
- in lab-4, you can write a linkedlist(and linknode) in cpp, and using std::list, LinkedList, and linkedlist algorithms, like double pointer
- in lab-5, you can use two more struct! Queue, Stack, Deque and their algorithm
and so on...
target: 2022fall problems
Copilot
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Done