摘要: Some people will make friend requests. The list of their ages is given and ages[i] is the age of the ith person. Person A will NOT friend request pers 阅读全文
posted @ 2021-03-15 12:12 北叶青藤 阅读(63) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers nums, calculate the pivot index of this array. The pivot index is the index where the sum of all the numbers strictly to th 阅读全文
posted @ 2021-03-15 11:49 北叶青藤 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Given a node from a Circular Linked List which is sorted in ascending order, write a function to insert a value insertVal into the list such that it r 阅读全文
posted @ 2021-03-15 11:17 北叶青藤 阅读(49) 评论(0) 推荐(0) 编辑