題目:Design and implement a TwoSum class. It should support the following operations: add...
題目:Find the middle node of a linked list. 代碼:
題目:Given an array nums, write a function to move all 0's to the end of it while maintai...
題目:Given a linked list, determine if it has a cycle in it. 思路:快慢指針 代碼:
題目:Write a program to find the node at which the intersection of two singly linked list...
題目:Given an array of integers, remove the duplicate numbers in it. You should: Do it in...
題目:Given an array of n integer, and a moving window(size k), move the window at each it...
https://www.jiuzhang.com/qa/6175/ 之前面SDE的时候由于根本没刷题所以电面没过。所以在九章学习后准备继续试试可是还没有满一年而我现在又急需工...
求职经历去年找工作时候听了九章算法的课, 非常有帮助,感激不尽 大概说下几个面经吧, 有的题记不住了~ Google 我面的是test engineer 电面的问题是word...
http://www.1point3acres.com/bbs/forum.php?mod=viewthread&tid=374418&highlight=test%2Ben...
題目:For a given source string and a target string, you should output the first index(fro...
題目:Given a string, determine if it is a palindrome, considering only alphanumeric chara...
題目:Given a string which consists of lowercase or uppercase letters, find the length of ...