摘要:
Question: Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives t... 阅读全文
摘要:
Question: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of... 阅读全文
摘要:
Question:Write a function to delete a node (except the tail) in a singly linked list, given only access to that node.Supposed the linked list is1 -> 2... 阅读全文