Each folder groups problems that require similar problem-solving approaches.
search: Contains problems solved using search algorithms such as DFS, BFS, and A*.recursive_iterative: Focuses on problems that can be approached both recursively and iteratively.CSP: Includes constraint-satisfaction problems and implements a generic algorithm to solve them by defining conditions and domains.encoding: Features basic encryption and file compression problems.