真觉得喝到吐的都是傻逼,看都不想看
面试官:领导让你开车送醉酒客户回家,你送吗?95后:傻子才送这道面试题,确确实实是一道真题,而且非常有分量。前不久,某公司招聘,老板(领导)亲自参加二面,不知道出于什么目的,突然问了这样一个问题:你的老板(领导)请客户吃饭,结果同事或...
真觉得喝到吐的都是傻逼,看都不想看
面试官:领导让你开车送醉酒客户回家,你送吗?95后:傻子才送这道面试题,确确实实是一道真题,而且非常有分量。前不久,某公司招聘,老板(领导)亲自参加二面,不知道出于什么目的,突然问了这样一个问题:你的老板(领导)请客户吃饭,结果同事或...
好几年前的旧闻了。美国政府不让华为在美国开展业务,华为只好把分公司和售后服务等机构撤出来了,和硬气什么的真无关,如果美国让他开展业务,他立马会去美国再开分公司。
Given a circular linked list, implement an algorithm that returns the node at the begin...
Given two (singly) linked lists, determine if the two lists intersect. Return the inter...
Implement a function to check if a linked list is a palindrome. Hint A palindrome is so...
You have two numbers represented by a linked list, where each node contains a single di...
Write code to partition a linked list around a value x, such that all nodes less than x...
Implement an algorithm to delete a node in the middle (i.e., any node but the first and...
Implement an algorithm to find the kth to last element of a singly linked list. Hint Wh...
Write code to remove duplicates from an unsorted linked list.FOLLOW UPHow would you sol...
Assume you have a method isSubstring which checks if one word is a substring of another...
Write an algorithm such that if an element in an MxN matrix is zero, its entire row and...
Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, ...
Implement a method to perform basic string compression using the counts of repeated cha...
There are three types of edits that can be performed on strings: insert a character, re...
Given a string, write a function to check if it is a permutation of a palindrome. A pal...
Write a method to replace all spaces in a string with "%20". You may assume that the st...
Given two strings, write a method to decide if one is a permutation of the other. Hint ...