Goldman Sachs数据相关面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(2)
SQL(0)
Coding(2)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
全部(2)
SQL(0)
Coding(2)
ML basics(0)
Stats(0)
Product Case(0)
高频题(0)
Other(0)
1.Snake Case to Camel Case Conversion
2.Distinct Holes in a 2D Grid
1. Snake Case to Camel Case Conversion
Convert snake case strings to lower camel case in a given text, ensuring that leading and trailing underscores are preserved.
2. Distinct Holes in a 2D Grid
Calculates the number of distinct 'holes' (or isolated groups of zeros) in a 2D grid represented.