Weride计算机科学面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(1)
OOD(0)
Algorithm(1)
System Design(0)
高频题(0)
Math(0)
全部(1)
OOD(0)
Algorithm(1)
System Design(0)
高频题(0)
Math(0)
1.String Password Generation Problem
1. String Password Generation Problem
During a coding interview, you are presented with a string password generation problem that initially seems to have no clear starting point. However, with the interviewer's guidance, you realize it is related to the Traveling Salesman Problem (TSP) or Eulerian path problem. Without a dynamic programming approach in mind, you attempt to solve it using backtracking. You spend the last ten or more minutes debugging and feel close to completing the solution. No behavioral questions were asked.